Searched refs:i386_round_page (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dflipc_page.h40 #define FLIPC_PAGERND_FN i386_round_page
H A Dpmap.h98 #define intel_round_page(x) i386_round_page(x)
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_param.h122 #define i386_round_page(x) ((((pmap_paddr_t)(x)) + I386_PGBYTES - 1) & \ macro

Completed in 68 milliseconds