OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAL_CACHE_FLUSH
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/
IpfCache.c
32
PalCall (
PAL_CACHE_FLUSH
, PAL_CACHE_FLUSH_INSTRUCTION_ALL, PAL_CACHE_FLUSH_INVALIDATE_LINES | PAL_CACHE_FLUSH_NO_INTERRUPT, 0);
86
PalCall (
PAL_CACHE_FLUSH
, PAL_CACHE_FLUSH_DATA_ALL, PAL_CACHE_FLUSH_INVALIDATE_LINES | PAL_CACHE_FLUSH_NO_INTERRUPT, 0);
141
PalCall (
PAL_CACHE_FLUSH
, PAL_CACHE_FLUSH_DATA_ALL, PAL_CACHE_FLUSH_NO_INVALIDATE_LINES | PAL_CACHE_FLUSH_NO_INTERRUPT, 0);
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
pal.h
37
#define
PAL_CACHE_FLUSH
1
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
PalApi.h
30
#define
PAL_CACHE_FLUSH
0x0001
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pal.h
21
/// CacheType of
PAL_CACHE_FLUSH
.
30
/// Bitmask of Opearation of
PAL_CACHE_FLUSH
.
38
PAL Procedure -
PAL_CACHE_FLUSH
.
45
@param Index Index of
PAL_CACHE_FLUSH
within the
72
#define
PAL_CACHE_FLUSH
1
[
all
...]
Completed in 2540 milliseconds