Home
last modified time | relevance | path

Searched refs:i386_trunc_page (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/osfmk/mach/i386/
H A Dvm_param.h141 #define i386_trunc_page(x) (((pmap_paddr_t)(x)) & ~(I386_PGBYTES-1)) macro
/xnu-11417.121.6/osfmk/i386/
H A Dpmap.h97 #define intel_trunc_page(x) i386_trunc_page(x)