Searched refs:efi_call_phys (Results 1 – 7 of 7) sorted by relevance
27 ENTRY(efi_call_phys)80 ENDPROC(efi_call_phys)
268 .long efi_call_phys
25 ENTRY(efi_call_phys)117 ENDPROC(efi_call_phys)
116 status = efi_call_phys(efi_phys.set_virtual_address_map, in phys_efi_set_virtual_address_map()
46 GLOBAL_ENTRY(efi_call_phys)87 END(efi_call_phys)
58 extern efi_status_t efi_call_phys (void *, ...);657 status = efi_call_phys(__va(runtime->set_virtual_address_map), in efi_enter_virtual_mode()
39 extern asmlinkage unsigned long efi_call_phys(void *, ...);70 #define efi_call_phys(f, args...) efi_call((f), args) macro