Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN (Results 1 – 14 of 14) sorted by relevance

/xen/xen/arch/arm/acpi/
A Ddomain_build.c205 addr & PAGE_MASK, PAGE_ALIGN(addr + size) - 1); in acpi_map_other_tables()
488 d->arch.efi_acpi_len = PAGE_ALIGN(ROUNDUP(efi_size, 8) in estimate_acpi_efi_size()
560 PAGE_ALIGN(d->arch.efi_acpi_gpa + d->arch.efi_acpi_len) - 1, in prepare_acpi()
/xen/xen/include/asm-arm/
A Dpage.h291 #define PAGE_ALIGN(x) (((x) + PAGE_SIZE - 1) & PAGE_MASK) macro
A Dmm.h241 #define paddr_to_pfn_aligned(paddr) paddr_to_pfn(PAGE_ALIGN(paddr))
/xen/xen/arch/x86/pv/
A Ddom0_build.c492 count -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()
532 mpt_alloc + PAGE_ALIGN(initrd_len)); in dom0_construct_pv()
581 mpt_alloc -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()
/xen/xen/arch/x86/
A Dsetup.c280 start + PAGE_ALIGN(initial_images[i].mod_end)); in discard_initial_images()
465 uint64_t end = start + PAGE_ALIGN(mod[i].mod_end); in consider_modules()
1352 unsigned long size = PAGE_ALIGN(headroom + mod[j].mod_end); in __start_xen()
1385 e = consider_modules(s, e, PAGE_ALIGN(kexec_crash_area.size), mod, in __start_xen()
1405 reserve_e820_ram(&boot_e820, s, s + PAGE_ALIGN(mod[i].mod_end)); in __start_xen()
/xen/xen/common/
A Dkimage.c377 hole_start = PAGE_ALIGN(image->next_crash_page); in kimage_alloc_crash_control_page()
393 hole_start = PAGE_ALIGN(mend); in kimage_alloc_crash_control_page()
A Dlivepatch.c334 size = PAGE_ALIGN(payload->text_size) + PAGE_ALIGN(payload->rw_size) + in move_payload()
346 rw_buf = text_buf + PAGE_ALIGN(payload->text_size); in move_payload()
347 ro_buf = rw_buf + PAGE_ALIGN(payload->rw_size); in move_payload()
A Dxmalloc_tlsf.c537 for ( p = res + PAGE_ALIGN(size), i = 0; i < order; ++i ) in xmalloc_whole_pages()
A Dkexec.c586 crash_heap_size = PAGE_ALIGN(crash_heap_size); in kexec_init()
/xen/xen/arch/arm/
A Ddomain_build.c1230 paddr_to_pfn(PAGE_ALIGN(addr + len - 1))); in map_range_to_domain()
1236 addr & PAGE_MASK, PAGE_ALIGN(addr + len) - 1); in map_range_to_domain()
1253 addr & PAGE_MASK, PAGE_ALIGN(addr + len) - 1, in map_range_to_domain()
1808 paddr_to_pfn(PAGE_ALIGN(mstart + size - 1))); in handle_passthrough_prop()
1814 mstart & PAGE_MASK, PAGE_ALIGN(mstart + size) - 1); in handle_passthrough_prop()
A Dsetup.c387 paddr_t e = s + PAGE_ALIGN(mi->module[i].size); in discard_initial_modules()
/xen/xen/drivers/passthrough/amd/
A Diommu.h340 return (PAGE_ALIGN(addr + size) - (addr & PAGE_MASK)) >> PAGE_SHIFT; in region_to_pages()
/xen/xen/include/asm-x86/
A Dpage.h410 #define PAGE_ALIGN(x) (((x) + PAGE_SIZE - 1) & PAGE_MASK) macro
/xen/xen/common/efi/
A Dboot.c198 start = (unsigned long)ebmalloc_mem + PAGE_ALIGN(ebmalloc_allocated); in free_ebmalloc_unused_mem()

Completed in 39 milliseconds