Home
last modified time | relevance | path

Searched refs:EFI_CACHELINE_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Defi_loader.h87 #define EFI_CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE macro
90 #define EFI_CACHELINE_SIZE 128 macro
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c408 flush_dcache_range((ulong)p & ~(EFI_CACHELINE_SIZE - 1), in efi_runtime_relocate()
409 ALIGN((ulong)&p[1], EFI_CACHELINE_SIZE)); in efi_runtime_relocate()
H A Defi_image_loader.c329 ALIGN(virt_size, EFI_CACHELINE_SIZE)); in efi_load_pe()