Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c34 #define EFI_CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE macro
37 #define EFI_CACHELINE_SIZE 128 macro
255 flush_dcache_range((ulong)p & ~(EFI_CACHELINE_SIZE - 1), in efi_runtime_relocate()
256 ALIGN((ulong)&p[1], EFI_CACHELINE_SIZE)); in efi_runtime_relocate()