aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci/smccc.h
Commit message (Expand)AuthorAgeFilesLines
* Add generic arm/arm64 secure-monitor SMCCC interface and switchRuslan Bukin2019-09-131-0/+19
* Use int for the pcpu_ssbd argument. This is included from userland and mayAndrew Turner2018-07-311-1/+1
* Implement the SSBD (CVE-2018-3639) workaround on arm64Andrew Turner2018-07-311-0/+3
* Fix the SMCCC signatures, they are all 32-bit calls. This fixes SMCCCAndrew Turner2018-06-201-3/+3
* Add the SMCCC return codes from ARM DEN 0070A.Andrew Turner2018-06-131-0/+9
* Add support for the ARM SMC Calling Convention (SMCCC). This is a methodAndrew Turner2018-06-131-0/+63