Home
last modified time | relevance | path

Searched refs:get_next_variable (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/arm/xen/
Defi.c32 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
/Linux-v4.19/drivers/firmware/efi/
Druntime-wrappers.c220 status = efi_call_virt(get_next_variable, (unsigned long *)arg1, in efi_call_rts()
477 efi.get_next_variable = virt_efi_get_next_variable; in efi_native_runtime_setup()
Defi.c228 generic_ops.get_next_variable = efi.get_next_variable; in generic_ops_register()
Dvars.c458 status = ops->get_next_variable(&variable_name_size, in efivar_init()
/Linux-v4.19/include/linux/
Defi.h533 u32 get_next_variable; member
551 u64 get_next_variable; member
603 efi_get_next_variable_t *get_next_variable; member
965 efi_get_next_variable_t *get_next_variable; member
1299 efi_get_next_variable_t *get_next_variable; member
/Linux-v4.19/arch/x86/xen/
Defi.c78 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_probe()
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dfw-emu.c300 efi_runtime->get_next_variable = (void *)__pa(&efi_unimplemented); in sys_fw_init()
/Linux-v4.19/arch/x86/platform/efi/
Defi_64.c876 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable()
1002 efi.get_next_variable = efi_thunk_get_next_variable; in efi_thunk_runtime_setup()
/Linux-v4.19/arch/ia64/kernel/
Defi.c157 (efi_get_next_variable_t *) __va(runtime->get_next_variable), \
549 efi.get_next_variable = phys_get_next_variable; in efi_init()
676 efi.get_next_variable = virt_get_next_variable; in efi_enter_virtual_mode()
/Linux-v4.19/drivers/firmware/efi/test/
Defi_test.c469 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
/Linux-v4.19/drivers/firmware/google/
Dgsmi.c466 .get_next_variable = gsmi_get_next_variable,