Home
last modified time | relevance | path

Searched refs:round_pgup (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/xen/
A Dpfn.h9 #define round_pgup(p) (((p) + (PAGE_SIZE - 1)) & PAGE_MASK) macro
/xen/xen/arch/x86/pv/
A Ddom0_build.c116 ((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()
/xen/xen/arch/x86/
A Ddom0_build.c400 vend = round_pgup(parms->virt_kend); in dom0_compute_nr_pages()
402 vend += round_pgup(initrd_len); in dom0_compute_nr_pages()
/xen/tools/libxc/
A Dxc_dom_binloader.c88 #define round_pgup(_p) (((_p)+(PAGE_SIZE_X86-1))&PAGE_MASK_X86) macro
/xen/xen/common/
A Dpage_alloc.c327 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