Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Druntime-wrappers.c211 status = efi_call_virt(get_next_variable, (unsigned long *)arg1, in efi_call_rts()
469 efi.get_next_variable = virt_efi_get_next_variable; in efi_native_runtime_setup()
Defi.c209 generic_ops.get_next_variable = efi.get_next_variable; in generic_ops_register()
Dvars.c460 status = ops->get_next_variable(&variable_name_size, in efivar_init()
/Linux-v5.4/include/linux/
Defi.h546 u32 get_next_variable; member
564 u64 get_next_variable; member
616 efi_get_next_variable_t *get_next_variable; member
1008 efi_get_next_variable_t *get_next_variable; member
1342 efi_get_next_variable_t *get_next_variable; member
/Linux-v5.4/drivers/xen/
Defi.c285 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c877 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable()
1003 efi.get_next_variable = efi_thunk_get_next_variable; in efi_thunk_runtime_setup()
/Linux-v5.4/arch/ia64/kernel/
Defi.c160 (efi_get_next_variable_t *) __va(runtime->get_next_variable), \
552 efi.get_next_variable = phys_get_next_variable; in efi_init()
679 efi.get_next_variable = virt_get_next_variable; in efi_enter_virtual_mode()
/Linux-v5.4/drivers/firmware/efi/test/
Defi_test.c471 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
/Linux-v5.4/drivers/firmware/google/
Dgsmi.c482 .get_next_variable = gsmi_get_next_variable,