Home
last modified time | relevance | path

Searched refs:PhysicalPresent (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigNvData.h133 BOOLEAN PhysicalPresent; // If a Physical Present User member
DSecureBootConfig.vfr77 grayoutif NOT ideqval SECUREBOOT_CONFIGURATION.PhysicalPresent == 1;
106 ideqval SECUREBOOT_CONFIGURATION.PhysicalPresent == 0);
DSecureBootConfigImpl.c3113 ConfigData->PhysicalPresent = TRUE; in SecureBootExtractConfigFromVariable()
3115 ConfigData->PhysicalPresent = FALSE; in SecureBootExtractConfigFromVariable()
3708 Value->u8 == SECURE_BOOT_MODE_USER_MODE && IfrNvData->PhysicalPresent == 1)){ in SecureBootCallback()