Searched refs:efi_variable_guid (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | secureboot.c | 16 static const efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; variable 38 status = get_efi_var(efi_SecureBoot_name, &efi_variable_guid, in efi_get_secureboot() 46 status = get_efi_var(efi_SetupMode_name, &efi_variable_guid, in efi_get_secureboot()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ima_arch.c | 13 efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; in get_sb_mode() local 26 status = efi.get_variable(L"SecureBoot", &efi_variable_guid, in get_sb_mode() 39 status = efi.get_variable(L"SetupMode", &efi_variable_guid, in get_sb_mode()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | efi.c | 102 static efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; in xen_efi_get_secureboot() local 109 status = efi.get_variable(L"SecureBoot", &efi_variable_guid, in xen_efi_get_secureboot() 119 status = efi.get_variable(L"SetupMode", &efi_variable_guid, in xen_efi_get_secureboot()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0032-efi-Add-secure-boot-detection.patch | 401 + static grub_efi_guid_t efi_variable_guid = GRUB_EFI_GLOBAL_VARIABLE_GUID; 412 + status = grub_efi_get_variable ("SecureBoot", &efi_variable_guid, 424 + status = grub_efi_get_variable ("SetupMode", &efi_variable_guid,
|