Searched refs:PAGE_ALIGN (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | page.h | 311 #define PAGE_ALIGN(x) (((x) + PAGE_SIZE - 1) & PAGE_MASK) macro
|
A D | mm.h | 242 #define paddr_to_pfn_aligned(paddr) paddr_to_pfn(PAGE_ALIGN(paddr))
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | domain_build.c | 1004 paddr_to_pfn(PAGE_ALIGN(addr + len - 1))); in map_range_to_domain() 1010 addr & PAGE_MASK, PAGE_ALIGN(addr + len) - 1); in map_range_to_domain() 1026 addr & PAGE_MASK, PAGE_ALIGN(addr + len) - 1, in map_range_to_domain() 1562 addr & PAGE_MASK, PAGE_ALIGN(addr + size) - 1); in acpi_map_other_tables() 1843 d->arch.efi_acpi_len = PAGE_ALIGN(ROUNDUP(efi_size, 8) in estimate_acpi_efi_size() 1915 PAGE_ALIGN(d->arch.efi_acpi_gpa + d->arch.efi_acpi_len) - 1, in prepare_acpi()
|
A D | setup.c | 266 paddr_t e = s + PAGE_ALIGN(mi->module[i].size); in discard_initial_modules()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | setup.c | 238 start + PAGE_ALIGN(initial_images[i].mod_end)); in discard_initial_images() 421 uint64_t end = start + PAGE_ALIGN(mod[i].mod_end); in consider_modules() 1128 unsigned long size = PAGE_ALIGN(headroom + mod[j].mod_end); in __start_xen() 1161 e = consider_modules(s, e, PAGE_ALIGN(kexec_crash_area.size), mod, in __start_xen() 1181 reserve_e820_ram(&boot_e820, s, s + PAGE_ALIGN(mod[i].mod_end)); in __start_xen()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | dom0_build.c | 487 count -= PAGE_ALIGN(initrd_len); in dom0_construct_pv() 527 mpt_alloc + PAGE_ALIGN(initrd_len)); in dom0_construct_pv() 576 mpt_alloc -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/ |
A D | amd-iommu-proto.h | 165 return (PAGE_ALIGN(addr + size) - (addr & PAGE_MASK)) >> PAGE_SHIFT; in region_to_pages()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kimage.c | 383 hole_start = PAGE_ALIGN(image->next_crash_page); in kimage_alloc_crash_control_page() 399 hole_start = PAGE_ALIGN(mend); in kimage_alloc_crash_control_page()
|
A D | livepatch.c | 366 size = PAGE_ALIGN(payload->text_size) + PAGE_ALIGN(payload->rw_size) + in move_payload() 378 rw_buf = text_buf + PAGE_ALIGN(payload->text_size); in move_payload() 379 ro_buf = rw_buf + PAGE_ALIGN(payload->rw_size); in move_payload()
|
A D | xmalloc_tlsf.c | 538 for ( p = res + PAGE_ALIGN(size), i = 0; i < order; ++i ) in xmalloc_whole_pages()
|
A D | kexec.c | 585 crash_heap_size = PAGE_ALIGN(crash_heap_size); in kexec_init()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | page.h | 392 #define PAGE_ALIGN(x) (((x) + PAGE_SIZE - 1) & PAGE_MASK) macro
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 1166 PAGE_ALIGN(ivrs_bdf_entries * in amd_iommu_setup_device_table()
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 192 start = (unsigned long)ebmalloc_mem + PAGE_ALIGN(ebmalloc_allocated); in free_ebmalloc_unused_mem()
|
Completed in 33 milliseconds