Home
last modified time | relevance | path

Searched defs:machine_ptob (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/osfmk/mach/arm/
H A Dvm_param.h77 #define machine_ptob(x) ((x) << PAGE_SHIFT) macro
96 #define machine_ptob(x) ((x) << PAGE_SHIFT) macro
/xnu-10002.41.9/osfmk/mach/i386/
H A Dvm_param.h131 #define machine_ptob(x) i386_ptob(x) macro