Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Defi.h455 u32 get_next_high_mono_count; member
473 u64 get_next_high_mono_count; member
491 void *get_next_high_mono_count; member
858 efi_get_next_high_mono_count_t *get_next_high_mono_count; member
/linux-4.4.14/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.4.14/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.4.14/arch/ia64/kernel/
Defi.c189 __va(runtime->get_next_high_mono_count), \
552 efi.get_next_high_mono_count = phys_get_next_high_mono_count; in efi_init()
679 efi.get_next_high_mono_count = virt_get_next_high_mono_count; in efi_enter_virtual_mode()
/linux-4.4.14/drivers/xen/
Defi.c316 .get_next_high_mono_count = xen_efi_get_next_high_mono_count,