Home
last modified time | relevance | path

Searched refs:OsIndicationSupport (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBdsEntry.c398 UINT64 OsIndicationSupport; in BdsFormalizeEfiGlobalVariable() local
413 OsIndicationSupport = EFI_OS_INDICATIONS_BOOT_TO_FW_UI \ in BdsFormalizeEfiGlobalVariable()
421 &OsIndicationSupport in BdsFormalizeEfiGlobalVariable()
444 (OsIndication & ~OsIndicationSupport) != 0 || in BdsFormalizeEfiGlobalVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c435 UINT64 OsIndicationSupport; in BdsFormalizeOSIndicationVariable() local
443OsIndicationSupport = EFI_OS_INDICATIONS_BOOT_TO_FW_UI | EFI_OS_INDICATIONS_START_PLATFORM_RECOVER… in BdsFormalizeOSIndicationVariable()
449 &OsIndicationSupport in BdsFormalizeOSIndicationVariable()
478 ((OsIndication & ~OsIndicationSupport) != 0) || in BdsFormalizeOSIndicationVariable()