Searched refs:PMAP_PREFER_OFFSET (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Dpmap.h90 #define PMAP_PREFER_OFFSET(of) pmap_prefer_offset(of) macro
/openbsd-current/sys/uvm/
H A Duvm_pmap.h106 #define PMAP_PREFER_OFFSET(off) 0 macro
H A Duvm_map.c965 pmap_offset = PMAP_PREFER_OFFSET(uoffset);
4374 MAX(PAGE_SIZE, PMAP_PREFER_ALIGN()), PMAP_PREFER_OFFSET(start),
5130 pmap_offset = PMAP_PREFER_OFFSET(offset);
/openbsd-current/sys/arch/hppa/include/
H A Dpmap.h99 #define PMAP_PREFER_OFFSET(of) ((of) & HPPA_PGAOFF) macro
/openbsd-current/sys/arch/sparc64/include/
H A Dpmap.h170 #define PMAP_PREFER_OFFSET(of) ((of) & VA_ALIAS_MASK) macro
/openbsd-current/sys/arch/mips64/include/
H A Dpmap.h161 #define PMAP_PREFER_OFFSET(of) ((of) & pmap_prefer_mask) macro

Completed in 193 milliseconds