Searched refs:callfn (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/psci/
H A Dpsci.c184 psci_callfn_t callfn; local
195 callfn = psci_get_callfn(node);
196 if (callfn == NULL)
199 callfn = psci_softc->psci_call;
204 return (callfn(fnid, cpu, entry, context_id));

Completed in 90 milliseconds