Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/mach/i386/
H A Dvm_param.h139 #define i386_round_page(x) ((((pmap_paddr_t)(x)) + I386_PGBYTES - 1) & \ macro
/xnu-8020.121.3/osfmk/i386/
H A Dpmap.h96 #define intel_round_page(x) i386_round_page(x)