OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAL_CACHE_FLUSH_NO_INTERRUPT
(Results
1 - 2
of
2
) 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/MdePkg/Include/IndustryStandard/
Pal.h
35
#define
PAL_CACHE_FLUSH_NO_INTERRUPT
0
[
all
...]
Completed in 52 milliseconds