Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dpfn.h9 #define round_pgup(p) (((p) + (PAGE_SIZE - 1)) & PAGE_MASK) macro
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c113 if ( d->tot_pages + ((round_pgup(vphysmap_end) - vphysmap_start) in setup_pv_physmap()
434 vphysmap_start = round_pgup(vkern_end); in dom0_construct_pv()
438 vinitrd_start = round_pgup(vkern_end); in dom0_construct_pv()
440 vphysmap_start = round_pgup(vinitrd_end); in dom0_construct_pv()
447 vstartinfo_start = round_pgup(vphysmap_end); in dom0_construct_pv()
452 vxenstore_start = round_pgup(vstartinfo_end); in dom0_construct_pv()
460 vpt_start = round_pgup(vstartinfo_end); in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddom0_build.c354 vend = round_pgup(parms->virt_kend); in dom0_compute_nr_pages()
356 vend += round_pgup(initrd_len); in dom0_compute_nr_pages()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_binloader.c88 #define round_pgup(_p) (((_p)+(PAGE_SIZE_X86-1))&PAGE_MASK_X86) macro
/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c281 ps = round_pgup(ps); in init_boot_pages()
2047 ps = round_pgup(ps); in init_xenheap_pages()
2166 smfn = round_pgup(ps) >> PAGE_SHIFT; in init_domheap_pages()

Completed in 10 milliseconds