Searched defs:ptokv (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.h132 #define ptokv(x) (x) /* UNCACHED FLAT */ macro
134 #define ptokv(x) ((x) | 0x80000000) /* CACHED P1 */ macro
136 #define ptokv(x) ((x) | 0x80000000) /* CACHED kseg0 */ macro

Completed in 171 milliseconds