Home
last modified time | relevance | path

Searched refs:efi_call_phys2 (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Defi.h12 #define efi_call_phys2(f, a1, a2) efi_call_phys(f, a1, a2) macro
58 #define efi_call_phys2(f, a1, a2) \ macro
/arch/x86/boot/compressed/
Deboot.c202 efi_call_phys2(sys_table->boottime->free_pages, addr, size); in low_free()
583 status = efi_call_phys2(io->open_volume, io, &fh); in handle_ramdisks()
799 status = efi_call_phys2(sys_table->boottime->exit_boot_services, in make_boot_params()
/arch/x86/platform/efi/
Defi.c256 status = efi_call_phys2(efi_phys.get_time, virt_to_phys(tm), in phys_efi_get_time()