Searched refs:round_pgdown (Results 1 – 3 of 3) sorted by relevance
10 #define round_pgdown(p) ((p) & PAGE_MASK) macro
89 #define round_pgdown(_p) ((_p)&PAGE_MASK_X86) macro
282 pe = round_pgdown(pe); in init_boot_pages()2048 pe = round_pgdown(pe); in init_xenheap_pages()2167 emfn = round_pgdown(pe) >> PAGE_SHIFT; in init_domheap_pages()
Completed in 8 milliseconds