| /Linux-v6.6/security/integrity/platform_certs/ |
| D | keyring_handler.c | 14 static efi_guid_t efi_cert_x509_guid __initdata = EFI_CERT_X509_GUID; 15 static efi_guid_t efi_cert_x509_sha256_guid __initdata = 17 static efi_guid_t efi_cert_sha256_guid __initdata = EFI_CERT_SHA256_GUID; 50 __init efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type) in get_handler_for_db() 61 __init efi_element_handler_t get_handler_for_mok(const efi_guid_t *sig_type) in get_handler_for_mok() 73 __init efi_element_handler_t get_handler_for_ca_keys(const efi_guid_t *sig_type) in get_handler_for_ca_keys() 81 __init efi_element_handler_t get_handler_for_code_signing_keys(const efi_guid_t *sig_type) in get_handler_for_code_signing_keys() 93 __init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type) in get_handler_for_dbx()
|
| D | keyring_handler.h | 25 efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type); 30 efi_element_handler_t get_handler_for_mok(const efi_guid_t *sig_type); 35 efi_element_handler_t get_handler_for_ca_keys(const efi_guid_t *sig_type); 40 efi_element_handler_t get_handler_for_code_signing_keys(const efi_guid_t *sig_type); 45 efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type);
|
| D | load_uefi.c | 56 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db() 65 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list() 110 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_moklist_certs() 162 efi_guid_t secure_var = EFI_IMAGE_SECURITY_DATABASE_GUID; in load_uefi_certs() 163 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_uefi_certs()
|
| /Linux-v6.6/arch/x86/boot/compressed/ |
| D | efi.h | 9 typedef guid_t efi_guid_t __aligned(__alignof__(u32)); 11 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ 57 efi_guid_t guid; 62 efi_guid_t guid; 117 static inline int efi_guidcmp (efi_guid_t left, efi_guid_t right) in efi_guidcmp() 119 return memcmp(&left, &right, sizeof (efi_guid_t)); in efi_guidcmp()
|
| D | efi.c | 169 efi_guid_t *vendor_tbl_guid, in get_vendor_table() 209 efi_guid_t guid) in efi_find_vendor_table() 220 efi_guid_t vendor_tbl_guid; in efi_find_vendor_table()
|
| D | misc.h | 220 efi_guid_t guid); 242 efi_guid_t guid) in efi_find_vendor_table()
|
| /Linux-v6.6/include/linux/ |
| D | efi.h | 74 typedef guid_t efi_guid_t __aligned(__alignof__(u32)); 76 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ 147 efi_guid_t guid; 168 efi_guid_t image_type_id; 189 efi_guid_t cert_type; 287 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr, 290 efi_guid_t *vendor); 291 typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor, 445 efi_guid_t guid; 450 efi_guid_t guid; [all …]
|
| /Linux-v6.6/drivers/firmware/efi/libstub/ |
| D | random.c | 17 efi_guid_t *); 19 efi_guid_t *, unsigned long, 41 efi_guid_t rng_proto = EFI_RNG_PROTOCOL_GUID; in efi_get_random_bytes() 67 efi_guid_t rng_proto = EFI_RNG_PROTOCOL_GUID; in efi_random_get_seed() 68 efi_guid_t rng_algo_raw = EFI_RNG_ALGORITHM_RAW; in efi_random_get_seed() 69 efi_guid_t rng_table_guid = LINUX_EFI_RANDOM_SEED_TABLE_GUID; in efi_random_get_seed()
|
| D | tpm.c | 32 efi_guid_t var_guid = MEMORY_ONLY_RESET_CONTROL_GUID; in efi_enable_reset_attack_mitigation() 52 efi_guid_t tcg2_guid = EFI_TCG2_PROTOCOL_GUID; in efi_retrieve_tpm2_eventlog() 53 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 shim_guid = EFI_SHIM_LOCK_GUID; 19 static efi_status_t get_var(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, in get_var()
|
| D | efistub.h | 112 (efi_guid_t *)(vendor), __VA_ARGS__) 116 (efi_guid_t *)(vendor), __VA_ARGS__) 282 efi_guid_t *, void **); 285 efi_status_t (__efiapi *locate_handle)(int, efi_guid_t *, 288 efi_status_t (__efiapi *locate_device_path)(efi_guid_t *, 291 efi_status_t (__efiapi *install_configuration_table)(efi_guid_t *, 318 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 644 efi_guid_t *, 648 efi_guid_t *, 965 void *get_efi_config_table(efi_guid_t guid); [all …]
|
| D | file.c | 42 efi_guid_t info_guid = EFI_FILE_INFO_ID; in efi_open_file() 77 efi_guid_t fs_proto = EFI_FILE_SYSTEM_GUID; in efi_open_volume() 131 efi_guid_t text_to_dp_guid = EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL_GUID; in efi_open_device_path() 133 efi_guid_t fs_proto = EFI_FILE_SYSTEM_GUID; in efi_open_device_path()
|
| D | x86-stub.c | 121 efi_guid_t pci_proto = EFI_PCI_IO_PROTOCOL_GUID; in setup_efi_pci() 178 efi_guid_t guid = APPLE_PROPERTIES_PROTOCOL_GUID; in retrieve_apple_device_properties() 289 efi_guid_t mem_acceptance_proto = OVMF_SEV_MEMORY_ACCEPTANCE_PROTOCOL_GUID; in setup_unaccepted_memory() 327 setup_uga(struct screen_info *si, efi_guid_t *uga_proto, unsigned long size) in setup_uga() 351 efi_guid_t pciio_proto = EFI_PCI_IO_PROTOCOL_GUID; in setup_uga() 406 efi_guid_t graphics_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; in setup_graphics() 408 efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; in setup_graphics() 455 efi_guid_t proto = LOADED_IMAGE_PROTOCOL_GUID; in efi_pe_entry() 846 efi_guid_t guid = EFI_MEMORY_ATTRIBUTE_PROTOCOL_GUID; in efi_stub_entry()
|
| D | efi-stub-helper.c | 226 efi_guid_t tcg2_guid = EFI_TCG2_PROTOCOL_GUID; in efi_measure_tagged_event() 440 void *get_efi_config_table(efi_guid_t guid) in get_efi_config_table() 503 efi_guid_t lf2_proto_guid = EFI_LOAD_FILE2_PROTOCOL_GUID; in efi_load_initrd_dev_path() 564 efi_guid_t tbl_guid = LINUX_EFI_INITRD_MEDIA_GUID; in efi_load_initrd() 674 efi_guid_t guid = EFI_MEMORY_ATTRIBUTE_PROTOCOL_GUID; in efi_remap_image()
|
| /Linux-v6.6/fs/efivarfs/ |
| D | internal.h | 14 efi_guid_t VendorGuid; 27 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *), 46 bool efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, 48 bool efivar_variable_is_removable(efi_guid_t vendor, const char *name,
|
| D | vars.c | 151 efi_guid_t vendor; 229 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, in efivar_validate() 264 efivar_variable_is_removable(efi_guid_t vendor, const char *var_name, in efivar_variable_is_removable() 291 static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor, in variable_is_present() 342 static void dup_variable_bug(efi_char16_t *str16, efi_guid_t *vendor_guid, in dup_variable_bug() 372 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *), in efivar_init() argument 378 efi_guid_t vendor_guid; in efivar_init() 636 efi_guid_t *vendor = &entry->var.VendorGuid; in efivar_entry_set_get_size()
|
| /Linux-v6.6/arch/x86/platform/efi/ |
| D | efi_64.c | 606 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable() 610 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() 638 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable() 642 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() 667 efi_thunk_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable_nonblocking() 672 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() 700 efi_guid_t *vendor) in efi_thunk_get_next_variable() 703 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable()
|
| /Linux-v6.6/block/partitions/ |
| D | efi.h | 65 efi_guid_t disk_guid; 85 efi_guid_t partition_type_guid; 86 efi_guid_t unique_partition_guid;
|
| /Linux-v6.6/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;
|
| /Linux-v6.6/drivers/firmware/efi/ |
| D | vars.c | 176 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable() 189 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable() 201 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked() 234 efi_status_t efivar_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable()
|
| D | runtime-wrappers.c | 68 efi_guid_t *vendor; 77 efi_guid_t *vendor; 82 efi_guid_t *vendor; 394 efi_guid_t *vendor, in virt_efi_get_variable() 411 efi_guid_t *vendor) in virt_efi_get_next_variable() 423 efi_guid_t *vendor, in virt_efi_set_variable() 439 virt_efi_set_variable_nb(efi_char16_t *name, efi_guid_t *vendor, u32 attr, in virt_efi_set_variable_nb()
|
| D | capsule.c | 86 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset) in efi_capsule_supported() 97 memcpy(&capsule.guid, &guid, sizeof(efi_guid_t)); in efi_capsule_supported() 219 efi_guid_t guid = capsule->guid; in efi_capsule_update()
|
| /Linux-v6.6/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-v6.6/arch/ia64/kernel/ |
| D | esi.c | 37 efi_guid_t guid; 88 int ia64_esi_call (efi_guid_t guid, struct ia64_sal_retval *isrvp, in ia64_esi_call() 140 int ia64_esi_call_phys (efi_guid_t guid, struct ia64_sal_retval *isrvp, in ia64_esi_call_phys()
|
| /Linux-v6.6/drivers/xen/ |
| D | efi.c | 120 static efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_get_variable() 145 efi_guid_t *vendor) in xen_efi_get_next_variable() 166 static efi_status_t xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_set_variable() 332 bool __init xen_efi_config_table_is_usable(const efi_guid_t *guid, in xen_efi_config_table_is_usable()
|