Searched refs:psci_callfn (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/psci/ |
H A D | psci.h | 47 extern psci_callfn_t psci_callfn; 52 return (psci_callfn(a, b, c, d, 0, 0, 0, 0, NULL)); in psci_call()
|
H A D | psci.c | 134 psci_callfn_t psci_callfn = psci_def_callfn; variable 146 psci_callfn = new_callfn; in psci_init()
|
H A D | smccc.h | 125 _arm_smccc_invoke(psci_callfn, a0, __VA_ARGS__)
|
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic_den0115.c | 162 MPASS(psci_callfn != NULL); in pci_host_acpi_smccc_attach()
|