Searched refs:get_variable (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/security/integrity/ima/
H A Dima_efi.c23 mode = efi_get_secureboot_mode(efi.get_variable);
/linux-master/security/integrity/platform_certs/
H A Dload_uefi.c58 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db);
72 *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb);
85 *status = efi.get_variable(name, guid, NULL, &lsize, db);
/linux-master/drivers/xen/
H A Defi.c124 struct xen_platform_op op = INIT_EFI_OP(get_variable);
126 set_xen_guest_handle(efi_data(op).u.get_variable.name, name);
128 sizeof(efi_data(op).u.get_variable.vendor_guid));
129 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor));
130 efi_data(op).u.get_variable.size = *data_size;
131 set_xen_guest_handle(efi_data(op).u.get_variable.data, data);
136 *data_size = efi_data(op).u.get_variable.size;
285 efi.get_variable = xen_efi_get_variable;
/linux-master/arch/x86/xen/
H A Defi.c107 mode = efi_get_secureboot_mode(efi.get_variable);
117 status = efi.get_variable(L"MokSBStateRT", &shim_guid,
/linux-master/drivers/infiniband/hw/hfi1/
H A Defivar.c63 status = efi.get_variable(
/linux-master/drivers/firmware/efi/
H A Dvars.c187 return __efivars->ops->get_variable(name, vendor, attr, size, data);
H A Defi.c220 generic_ops.get_variable = efi.get_variable;
234 if (!generic_ops.get_variable)
311 status = efi.get_variable(name, &guid, NULL, &data_size, NULL);
319 status = efi.get_variable(name, &guid, NULL, &data_size, data);
H A Druntime-wrappers.c12 * For instance, get_variable() and get_next_variable().
247 status = efi_call_virt(get_variable,
562 efi.get_variable = virt_efi_get_variable;
/linux-master/drivers/scsi/isci/
H A Dprobe_roms.c189 status = get_efi()->get_variable(isci_efivar_name,
/linux-master/sound/soc/codecs/
H A Dcs-amp-lib.c112 return efi.get_variable(name, guid, &attr, size, buf);
/linux-master/arch/x86/platform/efi/
H A Defi_64.c629 status = efi_thunk(get_variable, phys_name, phys_vendor,
837 efi.get_variable = efi_thunk_get_variable;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c40 status = efi.get_variable(name, guid, NULL, data_size, NULL);
48 status = efi.get_variable(name, guid, NULL, data_size, data);
/linux-master/include/xen/interface/
H A Dplatform.h166 } get_variable, set_variable; member in union:xenpf_efi_runtime_call::__anon852
/linux-master/include/linux/
H A Defi.h273 u32 get_variable; member in struct:__anon1099
326 efi_get_variable_t __efiapi *get_variable; member in struct:__anon1100::__anon1101
659 efi_get_variable_t *get_variable; member in struct:efi
1055 efi_get_variable_t *get_variable; member in struct:efivar_operations
/linux-master/sound/pci/hda/
H A Dtas2781_hda_i2c.c495 status = efi.get_variable(efi_vars[i][j],
562 status = efi.get_variable(efi_name, &efi_guid, &attr,
571 status = efi.get_variable(efi_name, &efi_guid, &attr,
H A Dcs35l41_hda.c415 status = efi.get_variable(efi_name, &efi_guid, &attr, &data_size, data);
423 status = efi.get_variable(efi_name, &efi_guid, &attr, &data_size, data);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c499 status = efi.get_variable(L"nvram", &guid, NULL, &data_len, NULL);
507 status = efi.get_variable(L"nvram", &guid, NULL, &data_len, data);
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c184 status = efi.get_variable(name, vd, at, dz, data);
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c567 tee_efivar_ops.get_variable = tee_get_variable;
/linux-master/drivers/bluetooth/
H A Dbtbcm.c54 status = efi.get_variable(L"BDADDR", &guid, NULL, &len, &efi_bdaddr);
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c863 .get_variable = qcuefi_get_variable,
/linux-master/drivers/firmware/google/
H A Dgsmi.c483 .get_variable = gsmi_get_variable,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c1417 status = efi.get_variable(var16, &GMIN_CFG_VAR_EFI_GUID, NULL,
/linux-master/drivers/firmware/efi/libstub/
H A Defistub.h111 efi_rt_call(get_variable, (efi_char16_t *)(name), \
/linux-master/arch/x86/kernel/
H A Dkvm.c598 status = efi.get_variable(efi_sev_live_migration_enabled,

Completed in 228 milliseconds

12