Searched refs:efi_call_phys (Results 1 – 7 of 7) sorted by relevance
26 ENTRY(efi_call_phys)79 ENDPROC(efi_call_phys)
234 .long efi_call_phys
24 ENTRY(efi_call_phys)116 ENDPROC(efi_call_phys)
95 status = efi_call_phys(efi_phys.set_virtual_address_map, in phys_efi_set_virtual_address_map()
45 GLOBAL_ENTRY(efi_call_phys)86 END(efi_call_phys)
54 extern efi_status_t efi_call_phys (void *, ...);655 status = efi_call_phys(__va(runtime->set_virtual_address_map), in efi_enter_virtual_mode()
31 extern unsigned long asmlinkage efi_call_phys(void *, ...);65 #define efi_call_phys(f, args...) efi_call((f), args) macro