Searched refs:round_pgup (Results 1 – 5 of 5) sorted by relevance
9 #define round_pgup(p) (((p) + (PAGE_SIZE - 1)) & PAGE_MASK) macro
116 ((round_pgup(vphysmap_end) - vphysmap_start) >> PAGE_SHIFT) + in setup_pv_physmap()439 vphysmap_start = round_pgup(vkern_end); in dom0_construct_pv()443 vinitrd_start = round_pgup(vkern_end); in dom0_construct_pv()445 vphysmap_start = round_pgup(vinitrd_end); in dom0_construct_pv()452 vstartinfo_start = round_pgup(vphysmap_end); in dom0_construct_pv()457 vxenstore_start = round_pgup(vstartinfo_end); in dom0_construct_pv()465 vpt_start = round_pgup(vstartinfo_end); in dom0_construct_pv()
400 vend = round_pgup(parms->virt_kend); in dom0_compute_nr_pages()402 vend += round_pgup(initrd_len); in dom0_compute_nr_pages()
88 #define round_pgup(_p) (((_p)+(PAGE_SIZE_X86-1))&PAGE_MASK_X86) macro
327 ps = round_pgup(ps); in init_boot_pages()2123 ps = round_pgup(ps); in init_xenheap_pages()2242 smfn = maddr_to_mfn(round_pgup(ps)); in init_domheap_pages()
Completed in 15 milliseconds