Home
last modified time | relevance | path

Searched refs:efi_guid_t (Results 1 – 25 of 49) sorted by relevance

12

/linux-5.19.10/security/integrity/platform_certs/
Dkeyring_handler.c14 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()
76 __init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type) in get_handler_for_dbx()
Dkeyring_handler.h25 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_dbx(const efi_guid_t *sig_type);
Dload_uefi.c55 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db()
64 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list()
109 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_moklist_certs()
161 efi_guid_t secure_var = EFI_IMAGE_SECURITY_DATABASE_GUID; in load_uefi_certs()
162 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_uefi_certs()
/linux-5.19.10/arch/x86/boot/compressed/
Defi.h9 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
11 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \
55 efi_guid_t guid;
60 efi_guid_t guid;
107 static inline int efi_guidcmp (efi_guid_t left, efi_guid_t right) in efi_guidcmp()
109 return memcmp(&left, &right, sizeof (efi_guid_t)); in efi_guidcmp()
Defi.c169 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()
Dmisc.h211 efi_guid_t guid);
233 efi_guid_t guid) in efi_find_vendor_table()
/linux-5.19.10/drivers/firmware/efi/libstub/
Drandom.c17 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()
Defistub.h99 (efi_guid_t *)(vendor), __VA_ARGS__)
103 (efi_guid_t *)(vendor), __VA_ARGS__)
246 efi_guid_t *, void **);
249 efi_status_t (__efiapi *locate_handle)(int, efi_guid_t *,
252 efi_status_t (__efiapi *locate_device_path)(efi_guid_t *,
255 efi_status_t (__efiapi *install_configuration_table)(efi_guid_t *,
278 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *,
579 efi_guid_t *, unsigned long *,
582 efi_guid_t *, unsigned long,
878 void *get_efi_config_table(efi_guid_t guid);
[all …]
Dtpm.c32 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()
Dsecureboot.c16 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()
Defi-stub.c56 efi_guid_t gop_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; in setup_graphics()
81 efi_guid_t memreserve_table_guid = LINUX_EFI_MEMRESERVE_TABLE_GUID; in install_memreserve_table()
133 efi_guid_t loaded_image_proto = LOADED_IMAGE_PROTOCOL_GUID; in efi_pe_entry()
Darm32-stub.c10 static efi_guid_t cpu_state_guid = LINUX_EFI_ARM_CPU_STATE_TABLE_GUID;
79 static efi_guid_t screen_info_guid = LINUX_EFI_ARM_SCREEN_INFO_TABLE_GUID;
Dx86-stub.c110 efi_guid_t pci_proto = EFI_PCI_IO_PROTOCOL_GUID; in setup_efi_pci()
167 efi_guid_t guid = APPLE_PROPERTIES_PROTOCOL_GUID; in retrieve_apple_device_properties()
336 setup_uga(struct screen_info *si, efi_guid_t *uga_proto, unsigned long size) in setup_uga()
360 efi_guid_t pciio_proto = EFI_PCI_IO_PROTOCOL_GUID; in setup_uga()
415 efi_guid_t graphics_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; in setup_graphics()
417 efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; in setup_graphics()
464 efi_guid_t proto = LOADED_IMAGE_PROTOCOL_GUID; in efi_pe_entry()
/linux-5.19.10/include/linux/
Defi.h73 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
75 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \
145 efi_guid_t guid;
166 efi_guid_t image_type_id;
187 efi_guid_t cert_type;
285 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr,
288 efi_guid_t *vendor);
289 typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor,
432 efi_guid_t guid;
437 efi_guid_t guid;
[all …]
/linux-5.19.10/arch/x86/platform/efi/
Defi_64.c577 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable()
581 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable()
609 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable()
613 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable()
638 efi_thunk_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable_nonblocking()
643 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking()
671 efi_guid_t *vendor) in efi_thunk_get_next_variable()
674 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable()
/linux-5.19.10/block/partitions/
Defi.h65 efi_guid_t disk_guid;
85 efi_guid_t partition_type_guid;
86 efi_guid_t unique_partition_guid;
/linux-5.19.10/drivers/firmware/efi/
Dvars.c159 efi_guid_t vendor;
237 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, in efivar_validate()
273 efivar_variable_is_removable(efi_guid_t vendor, const char *var_name, in efivar_variable_is_removable()
333 static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor, in variable_is_present()
384 static void dup_variable_bug(efi_char16_t *str16, efi_guid_t *vendor_guid, in dup_variable_bug()
414 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *), in efivar_init() argument
421 efi_guid_t vendor_guid; in efivar_init()
657 efi_guid_t vendor = entry->var.VendorGuid; in efivar_entry_set()
694 efivar_entry_set_nonblocking(efi_char16_t *name, efi_guid_t vendor, in efivar_entry_set_nonblocking()
740 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, in efivar_entry_set_safe()
[all …]
Druntime-wrappers.c207 (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()
Defi-pstore.c46 efi_guid_t vendor = LINUX_EFI_CRASH_GUID; in efi_pstore_read_func()
251 efi_guid_t vendor = LINUX_EFI_CRASH_GUID; in efi_pstore_write()
284 efi_guid_t vendor = LINUX_EFI_CRASH_GUID; in efi_pstore_erase_func()
363 static int efi_pstore_callback(efi_char16_t *name, efi_guid_t vendor, in efi_pstore_callback()
383 static int efi_pstore_update_entry(efi_char16_t *name, efi_guid_t vendor, in efi_pstore_update_entry()
392 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efi_pstore_update_entry()
Dcapsule.c86 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()
Defivars.c35 efi_guid_t VendorGuid;
156 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, in sanity_check()
204 efi_guid_t vendor; in efivar_store_raw()
441 efi_guid_t vendor; in efivar_delete()
593 static int efivars_sysfs_callback(efi_char16_t *name, efi_guid_t vendor, in efivars_sysfs_callback()
603 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivars_sysfs_callback()
/linux-5.19.10/drivers/firmware/efi/test/
Defi_test.h16 efi_guid_t *vendor_guid;
25 efi_guid_t *vendor_guid;
35 efi_guid_t *vendor_guid;
Defi_test.c144 efi_guid_t vendor_guid, *vd = NULL; in efi_runtime_get_variable()
233 efi_guid_t vendor_guid; in efi_runtime_set_variable()
409 efi_guid_t *vd = NULL; in efi_runtime_get_nextvariablename()
410 efi_guid_t vendor_guid; in efi_runtime_get_nextvariablename()
495 sizeof(efi_guid_t))) in efi_runtime_get_nextvariablename()
/linux-5.19.10/arch/ia64/include/asm/
Desi.h24 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-5.19.10/arch/ia64/kernel/
Desi.c37 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()

12