Searched hist:"0600 af1ff16041f15633b2263a8ad9525eecd2f1" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/psci/ |
H A D | smccc.c | diff 0600af1ff16041f15633b2263a8ad9525eecd2f1 Sat Jun 04 13:13:51 CEST 2022 Andrew Turner <andrew@FreeBSD.org> Make SMCCC usable by device drivers
To allow device drivers to call into SMCCC we need to initialise it earlier. As it depends on PSCI, and that is detected via ACPI or FDT move the call to smccc_init to the PSCI driver.
Add a function for drivers to read the smccc version, or 0 if smccc is not present.
|
H A D | smccc.h | diff 0600af1ff16041f15633b2263a8ad9525eecd2f1 Sat Jun 04 13:13:51 CEST 2022 Andrew Turner <andrew@FreeBSD.org> Make SMCCC usable by device drivers
To allow device drivers to call into SMCCC we need to initialise it earlier. As it depends on PSCI, and that is detected via ACPI or FDT move the call to smccc_init to the PSCI driver.
Add a function for drivers to read the smccc version, or 0 if smccc is not present.
|
H A D | psci.c | diff 0600af1ff16041f15633b2263a8ad9525eecd2f1 Sat Jun 04 13:13:51 CEST 2022 Andrew Turner <andrew@FreeBSD.org> Make SMCCC usable by device drivers
To allow device drivers to call into SMCCC we need to initialise it earlier. As it depends on PSCI, and that is detected via ACPI or FDT move the call to smccc_init to the PSCI driver.
Add a function for drivers to read the smccc version, or 0 if smccc is not present.
|