summaryrefslogtreecommitdiff
path: root/sys/arch/arm/cortex/gicv3_its.h
AgeCommit message (Expand)Author
2021-10-31Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.skrll
2021-01-16Remove MAXCPUS dependency.jmcneill
2019-06-12Allow set_affinity calls before PEs are brought online. We store thejmcneill
2019-06-12Fail gracefully if gicv3_its_set_affinity is called before a cpu isjmcneill
2018-11-28Allow non-power of 2 counts, and support alloc/release/alloc patterns for a d...jmcneill
2018-11-24include dev/pci/pcivar.h, we use pci_attach_args directlyjakllsch
2018-11-10Implement pic_get_affinity/pic_set_affinity for LPIs via ITSjmcneill
2018-11-09Add support for GICv3 Locality-specific Periphal Interrupts (LPIs) and thejmcneill