Searched refs:EFI_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
41 #define EFI_ALLOC_ALIGN EFI_PAGE_SIZE165 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_high_alloc()250 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_low_alloc()304 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_free()573 nr_pages = round_up(alloc_size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_relocate_kernel()
169 #define EFI_FDT_ALIGN EFI_PAGE_SIZE224 new_fdt_size = fdt_size + EFI_PAGE_SIZE; in allocate_new_fdt_and_exit_boot()263 new_fdt_size += EFI_PAGE_SIZE; in allocate_new_fdt_and_exit_boot()
328 left_end = left->phys_addr + left->num_pages * EFI_PAGE_SIZE; in regions_are_adjacent()381 size = in->num_pages * EFI_PAGE_SIZE; in efi_get_virtmap()
103 #define EFI_PAGE_SIZE (1UL << EFI_PAGE_SHIFT) macro