Searched refs:setupmode (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ima_arch.c | 16 u8 secboot, setupmode; in get_sb_mode() local 38 size = sizeof(setupmode); in get_sb_mode() 40 NULL, &size, &setupmode); in get_sb_mode() 43 setupmode = 0; in get_sb_mode() 45 if (secboot == 0 || setupmode == 1) { in get_sb_mode()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | secureboot.c | 33 u8 secboot, setupmode, moksbstate; in efi_get_secureboot() local 45 size = sizeof(setupmode); in efi_get_secureboot() 47 NULL, &size, &setupmode); in efi_get_secureboot() 51 if (secboot == 0 || setupmode == 1) in efi_get_secureboot()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | efi.c | 105 u8 moksbstate, secboot, setupmode; in xen_efi_get_secureboot() local 118 size = sizeof(setupmode); in xen_efi_get_secureboot() 120 NULL, &size, &setupmode); in xen_efi_get_secureboot() 125 if (secboot == 0 || setupmode == 1) in xen_efi_get_secureboot()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0032-efi-Add-secure-boot-detection.patch | 407 + grub_uint8_t *setupmode = NULL; 425 + &size, (void **) &setupmode); 430 + if ((*secboot == 0) || (*setupmode == 1)) 461 + grub_free (setupmode);
|