Home
last modified time | relevance | path

Searched refs:get_next_high_mono_count (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/firmware/efi/
Druntime-wrappers.c239 status = efi_call_virt(get_next_high_mono_count, count); in virt_efi_get_next_high_mono_count()
300 efi.get_next_high_mono_count = virt_efi_get_next_high_mono_count; in efi_native_runtime_setup()
/linux-4.1.27/include/linux/
Defi.h451 u32 get_next_high_mono_count; member
469 u64 get_next_high_mono_count; member
487 void *get_next_high_mono_count; member
837 efi_get_next_high_mono_count_t *get_next_high_mono_count; member
/linux-4.1.27/arch/x86/platform/efi/
Defi_64.c529 status = efi_thunk(get_next_high_mono_count, phys_count); in efi_thunk_get_next_high_mono_count()
600 efi.get_next_high_mono_count = efi_thunk_get_next_high_mono_count; in efi_thunk_runtime_setup()
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dfw-emu.c301 efi_runtime->get_next_high_mono_count = (void *)__pa(&efi_unimplemented); in sys_fw_init()
/linux-4.1.27/arch/ia64/kernel/
Defi.c189 __va(runtime->get_next_high_mono_count), \
553 efi.get_next_high_mono_count = phys_get_next_high_mono_count; in efi_init()
680 efi.get_next_high_mono_count = virt_get_next_high_mono_count; in efi_enter_virtual_mode()
/linux-4.1.27/drivers/xen/
Defi.c316 .get_next_high_mono_count = xen_efi_get_next_high_mono_count,