Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/efi/
Druntime-wrappers.c176 status = efi_call_virt(get_next_variable, name_size, name, vendor); in virt_efi_get_next_variable()
297 efi.get_next_variable = virt_efi_get_next_variable; in efi_native_runtime_setup()
Defi.c173 generic_ops.get_next_variable = efi.get_next_variable; in generic_ops_register()
Dvars.c470 status = ops->get_next_variable(&variable_name_size, in efivar_init()
/linux-4.1.27/include/linux/
Defi.h449 u32 get_next_variable; member
467 u64 get_next_variable; member
485 void *get_next_variable; member
831 efi_get_next_variable_t *get_next_variable; member
1055 efi_get_next_variable_t *get_next_variable; member
/linux-4.1.27/arch/x86/platform/efi/
Defi_64.c516 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable()
598 efi.get_next_variable = efi_thunk_get_next_variable; in efi_thunk_runtime_setup()
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dfw-emu.c299 efi_runtime->get_next_variable = (void *)__pa(&efi_unimplemented); in sys_fw_init()
/linux-4.1.27/arch/ia64/kernel/
Defi.c156 (efi_get_next_variable_t *) __va(runtime->get_next_variable), \
551 efi.get_next_variable = phys_get_next_variable; in efi_init()
678 efi.get_next_variable = virt_get_next_variable; in efi_enter_virtual_mode()
/linux-4.1.27/drivers/xen/
Defi.c311 .get_next_variable = xen_efi_get_next_variable,
/linux-4.1.27/drivers/firmware/google/
Dgsmi.c466 .get_next_variable = gsmi_get_next_variable,