Searched refs:EFI_CACHELINE_SIZE (Results 1 – 3 of 3) sorted by relevance
79 #define EFI_CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE macro82 #define EFI_CACHELINE_SIZE 128 macro
305 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()
311 ALIGN(virt_size, EFI_CACHELINE_SIZE)); in efi_load_pe()