Searched refs:PMAP_PREFER_ALIGN (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Dpmap.h88 #define PMAP_PREFER_ALIGN() pmap_prefer_align() macro
/openbsd-current/sys/uvm/
H A Duvm_pmap.h105 #define PMAP_PREFER_ALIGN() 0 macro
H A Duvm_pager.c264 if (npages == 1 && PMAP_PREFER_ALIGN() == 0) {
312 if (npages == 1 && PMAP_PREFER_ALIGN() == 0) {
H A Duvm_map.c964 pmap_align = MAX(PMAP_PREFER_ALIGN(), PAGE_SIZE);
4374 MAX(PAGE_SIZE, PMAP_PREFER_ALIGN()), PMAP_PREFER_OFFSET(start),
5129 pmap_align = MAX(PAGE_SIZE, PMAP_PREFER_ALIGN());
/openbsd-current/sys/arch/hppa/include/
H A Dpmap.h97 #define PMAP_PREFER_ALIGN() (HPPA_PGALIAS) macro
/openbsd-current/sys/arch/sparc64/include/
H A Dpmap.h168 #define PMAP_PREFER_ALIGN() (VA_ALIAS_ALIGN) macro
/openbsd-current/sys/arch/mips64/include/
H A Dpmap.h158 #define PMAP_PREFER_ALIGN() \ macro

Completed in 271 milliseconds