Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi_loader.h79 #define EFI_CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE macro
82 #define EFI_CACHELINE_SIZE 128 macro
/external/u-boot/lib/efi_loader/
Defi_runtime.c305 flush_dcache_range((ulong)p & ~(EFI_CACHELINE_SIZE - 1), in efi_runtime_relocate()
306 ALIGN((ulong)&p[1], EFI_CACHELINE_SIZE)); in efi_runtime_relocate()
Defi_image_loader.c311 ALIGN(virt_size, EFI_CACHELINE_SIZE)); in efi_load_pe()