Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/
Druntime-wrappers.c225 status = efi_call_virt(get_next_high_mono_count, (u32 *)arg1); in efi_call_rts()
472 efi.get_next_high_mono_count = virt_efi_get_next_high_mono_count; in efi_native_runtime_setup()
/Linux-v5.10/include/linux/
Defi.h225 u32 get_next_high_mono_count; member
278 efi_get_next_high_mono_count_t __efiapi *get_next_high_mono_count; member
565 efi_get_next_high_mono_count_t *get_next_high_mono_count; member
/Linux-v5.10/drivers/xen/
Defi.c292 efi.get_next_high_mono_count = xen_efi_get_next_high_mono_count; in xen_efi_runtime_setup()
/Linux-v5.10/arch/ia64/kernel/
Defi.c202 __va(runtime->get_next_high_mono_count), \
549 efi.get_next_high_mono_count = phys_get_next_high_mono_count; in efi_init()
676 efi.get_next_high_mono_count = virt_get_next_high_mono_count; in efi_enter_virtual_mode()
/Linux-v5.10/drivers/firmware/efi/test/
Defi_test.c519 status = efi.get_next_high_mono_count( in efi_runtime_get_nexthighmonocount()
/Linux-v5.10/arch/x86/platform/efi/
Defi_64.c827 efi.get_next_high_mono_count = efi_thunk_get_next_high_mono_count; in efi_thunk_runtime_setup()