Searched defs:RegName (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdRegister.c37 CHAR16 *RegName; local
80 RegName = CommandArg;
94 if (StriCmp (RegName, L"R0") == 0) {
96 } else if (StriCmp (RegName, L"R1") == 0) {
98 } else if (StriCmp (RegName, L"R2") == 0) {
100 } else if (StriCmp (RegName, L"R3") == 0) {
102 } else if (StriCmp (RegName, L"R4") == 0) {
104 } else if (StriCmp (RegName, L"R5") == 0) {
106 } else if (StriCmp (RegName, L"R6") == 0) {
108 } else if (StriCmp (RegName,
[all...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/
H A DSmmCpuFeaturesLib.c296 @param[in] RegName Identifies the SMM register to check for support.
298 @retval TRUE The SMM register specified by RegName is supported by the CPU
300 @retval FALSE The SMM register specified by RegName is not supported by the
307 IN SMM_REG_NAME RegName
320 @param[in] RegName Identifies the SMM register to read.
322 @return The value of the SMM register specified by RegName from the CPU
329 IN SMM_REG_NAME RegName
342 @param[in] RegName Identifies the SMM register to write.
350 IN SMM_REG_NAME RegName,
348 SmmCpuFeaturesSetSmmRegister( IN UINTN CpuIndex, IN SMM_REG_NAME RegName, IN UINT64 Value ) argument
/device/linaro/bootloader/edk2/OvmfPkg/Library/SmmCpuFeaturesLib/
H A DSmmCpuFeaturesLib.c334 @param[in] RegName Identifies the SMM register to check for support.
336 @retval TRUE The SMM register specified by RegName is supported by the CPU
338 @retval FALSE The SMM register specified by RegName is not supported by the
345 IN SMM_REG_NAME RegName
348 ASSERT (RegName == SmmRegFeatureControl);
359 @param[in] RegName Identifies the SMM register to read.
361 @return The value of the SMM register specified by RegName from the CPU
368 IN SMM_REG_NAME RegName
386 @param[in] RegName Identifies the SMM register to write.
394 IN SMM_REG_NAME RegName,
392 SmmCpuFeaturesSetSmmRegister( IN UINTN CpuIndex, IN SMM_REG_NAME RegName, IN UINT64 Value ) argument
[all...]
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
H A DSmmCpuFeaturesLib.c464 @param[in] RegName Identifies the SMM register to check for support.
466 @retval TRUE The SMM register specified by RegName is supported by the CPU
468 @retval FALSE The SMM register specified by RegName is not supported by the
475 IN SMM_REG_NAME RegName
478 if (mSmmFeatureControlSupported && RegName == SmmRegFeatureControl) {
491 @param[in] RegName Identifies the SMM register to read.
493 @return The value of the SMM register specified by RegName from the CPU
500 IN SMM_REG_NAME RegName
503 if (mSmmFeatureControlSupported && RegName == SmmRegFeatureControl) {
516 @param[in] RegName Identifie
522 SmmCpuFeaturesSetSmmRegister( IN UINTN CpuIndex, IN SMM_REG_NAME RegName, IN UINT64 Value ) argument
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp4.h199 CHAR8 *RegName; /// Point to somewhere in Authority member in struct:__anon9527

Completed in 52 milliseconds