OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSC_MODE_LY
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
SwitchStack.s
48
#define
RSC_MODE_LY
(0x0)
63
#define RSC_KERNEL_LAZ ((
RSC_MODE_LY
<<RSC_MODE) | (RSC_BE_LITTLE<<RSC_BE))
65
#define RSC_KERNEL_DISABLED ((
RSC_MODE_LY
<<RSC_MODE) | (RSC_BE_LITTLE<<RSC_BE))
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
IpfDefines.h
300
#define
RSC_MODE_LY
(0x0) // Lazy
514
#define RSC_KERNEL_LAZ ((
RSC_MODE_LY
<< RSC_MODE) | (RSC_BE_LITTLE << RSC_BE))
519
#define RSC_KERNEL_DISABLED ((
RSC_MODE_LY
<< RSC_MODE) | (RSC_BE_LITTLE << RSC_BE))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h
254
#define
RSC_MODE_LY
(0x0)
267
#define RSC_KERNEL_DISABLED ((
RSC_MODE_LY
<<RSC_MODE) | (RSC_BE_LITTLE<<RSC_BE))
560
#define USER_RSC_INITIAL ((
RSC_MODE_LY
<<RSC_MODE) | (RSC_BE_LITTLE<<RSC_BE) | (0x3<<RSC_PL))
Completed in 690 milliseconds