| /Linux-v5.4/security/integrity/platform_certs/ |
| D | load_uefi.c | 13 static efi_guid_t efi_cert_x509_guid __initdata = EFI_CERT_X509_GUID; 14 static efi_guid_t efi_cert_x509_sha256_guid __initdata = 16 static efi_guid_t efi_cert_sha256_guid __initdata = EFI_CERT_SHA256_GUID; 32 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db() 41 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list() 114 static __init efi_element_handler_t get_handler_for_db(const efi_guid_t * in get_handler_for_db() 126 static __init efi_element_handler_t get_handler_for_dbx(const efi_guid_t * in get_handler_for_dbx() 143 efi_guid_t secure_var = EFI_IMAGE_SECURITY_DATABASE_GUID; in load_uefi_certs() 144 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_uefi_certs()
|
| D | efi_parser.c | 40 efi_element_handler_t (*get_handler_for_guid)(const efi_guid_t *)) in parse_efi_signature_list() argument
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 64 typedef guid_t efi_guid_t __aligned(__alignof__(u32)); 132 efi_guid_t guid; 324 efi_status_t (*handle_protocol)(efi_handle_t, efi_guid_t *, void **); 327 efi_status_t (*locate_handle)(int, efi_guid_t *, void *, 330 efi_status_t (*install_configuration_table)(efi_guid_t *, void *); 346 efi_status_t (*locate_protocol)(efi_guid_t *, void *, void **); 578 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr, 581 efi_guid_t *vendor); 582 typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor, 699 efi_guid_t guid; [all …]
|
| /Linux-v5.4/drivers/firmware/efi/libstub/ |
| D | random.c | 14 unsigned long *, efi_guid_t *); 16 efi_guid_t *, unsigned long, u8 *out); 22 efi_guid_t rng_proto = EFI_RNG_PROTOCOL_GUID; in efi_get_random_bytes() 146 efi_guid_t rng_proto = EFI_RNG_PROTOCOL_GUID; in efi_random_get_seed() 147 efi_guid_t rng_algo_raw = EFI_RNG_ALGORITHM_RAW; in efi_random_get_seed() 148 efi_guid_t rng_table_guid = LINUX_EFI_RANDOM_SEED_TABLE_GUID; in efi_random_get_seed()
|
| D | tpm.c | 25 (efi_char16_t *)(name), (efi_guid_t *)(vendor), \ 30 (efi_char16_t *)(name), (efi_guid_t *)(vendor), \ 42 efi_guid_t var_guid = MEMORY_ONLY_RESET_CONTROL_GUID; in efi_enable_reset_attack_mitigation() 62 efi_guid_t tcg2_guid = EFI_TCG2_PROTOCOL_GUID; in efi_retrieve_tpm2_eventlog() 63 efi_guid_t linux_eventlog_guid = LINUX_EFI_TPM_EVENT_LOG_GUID; in efi_retrieve_tpm2_eventlog()
|
| D | secureboot.c | 16 static const efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; 21 static const efi_guid_t shim_guid = EFI_SHIM_LOCK_GUID; 26 (efi_char16_t *)(name), (efi_guid_t *)(vendor), \
|
| D | gop.c | 112 efi_guid_t *proto, unsigned long size, void **gop_handle) in setup_gop32() 132 efi_guid_t conout_proto = EFI_CONSOLE_OUT_DEVICE_GUID; in setup_gop32() 230 efi_guid_t *proto, unsigned long size, void **gop_handle) in setup_gop64() 250 efi_guid_t conout_proto = EFI_CONSOLE_OUT_DEVICE_GUID; in setup_gop64() 326 struct screen_info *si, efi_guid_t *proto, in efi_setup_gop()
|
| D | arm-stub.c | 51 efi_guid_t gop_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; in setup_graphics() 72 efi_guid_t memreserve_table_guid = LINUX_EFI_MEMRESERVE_TABLE_GUID; in install_memreserve_table() 128 efi_guid_t loaded_image_proto = LOADED_IMAGE_PROTOCOL_GUID; in efi_entry()
|
| D | efistub.h | 68 void *get_efi_config_table(efi_system_table_t *sys_table, efi_guid_t guid);
|
| D | efi-stub-helper.c | 357 efi_guid_t info_guid = EFI_FILE_INFO_ID; in efi_file_size() 419 efi_guid_t fs_proto = EFI_FILE_SYSTEM_GUID; in efi_open_volume() 928 efi_guid_t guid) \ 949 void *get_efi_config_table(efi_system_table_t *sys_table, efi_guid_t guid) in get_efi_config_table()
|
| /Linux-v5.4/block/partitions/ |
| D | efi.h | 66 efi_guid_t disk_guid; 86 efi_guid_t partition_type_guid; 87 efi_guid_t unique_partition_guid;
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | vars.c | 163 efi_guid_t vendor; 241 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, in efivar_validate() 277 efivar_variable_is_removable(efi_guid_t vendor, const char *var_name, in efivar_variable_is_removable() 337 static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor, in variable_is_present() 388 static void dup_variable_bug(efi_char16_t *str16, efi_guid_t *vendor_guid, in dup_variable_bug() 426 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *), in efivar_init() argument 433 efi_guid_t vendor_guid; in efivar_init() 665 efi_guid_t vendor = entry->var.VendorGuid; in efivar_entry_set() 702 efivar_entry_set_nonblocking(efi_char16_t *name, efi_guid_t vendor, in efivar_entry_set_nonblocking() 748 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, in efivar_entry_set_safe() [all …]
|
| D | runtime-wrappers.c | 207 (efi_guid_t *)arg2, (u32 *)arg3, in efi_call_rts() 213 (efi_guid_t *)arg3); in efi_call_rts() 217 (efi_guid_t *)arg2, *(u32 *)arg3, in efi_call_rts() 300 efi_guid_t *vendor, in virt_efi_get_variable() 317 efi_guid_t *vendor) in virt_efi_get_next_variable() 330 efi_guid_t *vendor, in virt_efi_set_variable() 346 virt_efi_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in virt_efi_set_variable_nonblocking()
|
| D | efivars.c | 37 efi_guid_t VendorGuid; 149 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, in sanity_check() 197 efi_guid_t vendor; in efivar_store_raw() 428 efi_guid_t vendor; in efivar_delete() 578 static int efivar_update_sysfs_entry(efi_char16_t *name, efi_guid_t vendor, in efivar_update_sysfs_entry() 587 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivar_update_sysfs_entry() 614 static int efivars_sysfs_callback(efi_char16_t *name, efi_guid_t vendor, in efivars_sysfs_callback() 624 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivars_sysfs_callback()
|
| D | capsule.c | 85 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset) in efi_capsule_supported() 96 memcpy(&capsule.guid, &guid, sizeof(efi_guid_t)); in efi_capsule_supported() 218 efi_guid_t guid = capsule->guid; in efi_capsule_update()
|
| D | efi-pstore.c | 41 efi_guid_t vendor = LINUX_EFI_CRASH_GUID; in efi_pstore_read_func() 246 efi_guid_t vendor = LINUX_EFI_CRASH_GUID; in efi_pstore_write() 278 efi_guid_t vendor = LINUX_EFI_CRASH_GUID; in efi_pstore_erase_func()
|
| /Linux-v5.4/drivers/firmware/efi/test/ |
| D | efi_test.h | 16 efi_guid_t *vendor_guid; 25 efi_guid_t *vendor_guid; 35 efi_guid_t *vendor_guid;
|
| D | efi_test.c | 156 efi_guid_t vendor_guid, *vd = NULL; in efi_runtime_get_variable() 245 efi_guid_t vendor_guid; in efi_runtime_set_variable() 421 efi_guid_t *vd = NULL; in efi_runtime_get_nextvariablename() 422 efi_guid_t vendor_guid; in efi_runtime_get_nextvariablename() 507 sizeof(efi_guid_t))) in efi_runtime_get_nextvariablename()
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | esi.h | 24 extern int ia64_esi_call(efi_guid_t, struct ia64_sal_retval *, 27 extern int ia64_esi_call_phys(efi_guid_t, struct ia64_sal_retval *, u64, u64,
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | esi.c | 41 efi_guid_t guid; 101 int ia64_esi_call (efi_guid_t guid, struct ia64_sal_retval *isrvp, in ia64_esi_call() 153 int ia64_esi_call_phys (efi_guid_t guid, struct ia64_sal_retval *isrvp, in ia64_esi_call_phys()
|
| /Linux-v5.4/arch/x86/xen/ |
| D | efi.c | 102 static efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; in xen_efi_get_secureboot() 103 static efi_guid_t shim_guid = EFI_SHIM_LOCK_GUID; in xen_efi_get_secureboot()
|
| /Linux-v5.4/arch/x86/boot/compressed/ |
| D | eboot.c | 134 efi_guid_t pci_proto = EFI_PCI_IO_PROTOCOL_GUID; in setup_efi_pci() 197 efi_guid_t guid = APPLE_PROPERTIES_PROTOCOL_GUID; in retrieve_apple_device_properties() 262 setup_uga(struct screen_info *si, efi_guid_t *uga_proto, unsigned long size) in setup_uga() 288 efi_guid_t pciio_proto = EFI_PCI_IO_PROTOCOL_GUID; in setup_uga() 346 efi_guid_t graphics_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; in setup_graphics() 348 efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; in setup_graphics() 389 efi_guid_t proto = LOADED_IMAGE_PROTOCOL_GUID; in make_boot_params()
|
| /Linux-v5.4/drivers/xen/ |
| D | efi.c | 119 static efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_get_variable() 144 efi_guid_t *vendor) in xen_efi_get_next_variable() 165 static efi_status_t xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_set_variable()
|
| /Linux-v5.4/fs/efivarfs/ |
| D | super.c | 106 static int efivarfs_callback(efi_char16_t *name16, efi_guid_t vendor, in efivarfs_callback() 124 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivarfs_callback()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | ima_arch.c | 15 efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; in get_sb_mode()
|