Searched refs:USER_MODE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DImageAuthentication.h41 #define USER_MODE 0 macro
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c141 mPlatformMode = USER_MODE;
405 @param[in] Mode SETUP_MODE or USER_MODE.
495 if (mPlatformMode == USER_MODE) {
575 UpdatePlatformMode (VirtualMode, Global, USER_MODE);
627 if (mPlatformMode == USER_MODE) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c260 mPlatformMode = USER_MODE;
310 // If "SecureBootEnable" variable is SECURE_BOOT_ENABLE and in USER_MODE, Set "SecureBoot" variable to SECURE_BOOT_MODE_ENABLE.
317 } else if (mPlatformMode == USER_MODE) {
319 // "SecureBootEnable" not exist, initialize it in USER_MODE.
338 if (SecureBootEnable == SECURE_BOOT_ENABLE && mPlatformMode == USER_MODE) {
615 @param[in] Mode SETUP_MODE or USER_MODE.
684 // If "SetupMode" variable is USER_MODE, "SecureBoot" variable is set to 1.
690 if (mPlatformMode == USER_MODE) {
895 if (mPlatformMode == USER_MODE && !(InCustomMode() && UserPhysicalPresent())) {
948 Status = UpdatePlatformMode (USER_MODE);
[all...]

Completed in 47 milliseconds