Home
last modified time | relevance | path

Searched defs:pseg (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/uvm/
H A Duvm_pager.c76 #define UVM_PSEG_FULL(pseg) ((pseg)->use == (1 << MAX_PAGER_SEGS) - 1) argument
77 #define UVM_PSEG_EMPTY(pseg) ((pseg)->use == 0) argument
78 #define UVM_PSEG_INUSE(pseg,id) (((pseg)->use & (1 << (id))) != 0) argument
116 uvm_pseg_init(struct uvm_pseg *pseg) in uvm_pseg_init() argument
135 struct uvm_pseg *pseg; uvm_pseg_get() local
209 struct uvm_pseg *pseg; uvm_pseg_release() local
[all...]
/openbsd-src/lib/libkvm/
H A Dkvm_sparc64.c105 uint64_t *pseg, *pdir, *ptbl; in _kvm_kvatop() local
/openbsd-src/sys/dev/ic/
H A Dtrm.c965 struct SGentry *pseg; in trm_DataOutPhase0() local
1103 struct SGentry *pseg; in trm_DataInPhase0() local
[all...]
/openbsd-src/gnu/lib/libiberty/src/
H A Dalloca.c416 long size, pseg, this_segment, stack; in i00afunc() local
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dalloca.c421 long size, pseg, this_segment, stack; in i00afunc() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z80.c510 parse_exp2 (const char *s, expressionS *op, segT *pseg) in parse_exp2()
H A Dtc-xtensa.c9993 segT *pseg, in cache_literal_section()