Home
last modified time | relevance | path

Searched full:sgis (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic.yaml17 Primary GIC is attached directly to the CPU and typically has PPIs and SGIs.
19 have PPIs or SGIs.
H A Dti,omap4-wugen-mpu20 - Only SPIs can use the WUGEN as an interrupt parent. SGIs and PPIs
H A Dnvidia,tegra20-ictlr.txt27 - Only SPIs can use the ictlr as an interrupt parent. SGIs and PPIs
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c860 * We need the lock for both SGIs and PPIs for an atomic CPU_SET() at a in gic_v3_setup_intr_periph()
973 /* SGIs and PPIs in corresponding Re-Distributor */ in gic_v3_disable_intr()
994 /* SGIs and PPIs in corresponding Re-Distributor */ in gic_v3_enable_intr_periph()
1015 * SGIs only need configured on the current AP. We'll setup and in gic_v3_enable_intr()
1341 * Disable all interrupts. Leave PPI and SGIs as they are enabled in in gic_v3_dist_init()
1488 /* Configure SGIs and PPIs to be Group1 Non-secure */ in gic_v3_redist_init()
1495 /* Enable SGIs */ in gic_v3_redist_init()
1499 /* Set priority for SGIs and PPIs */ in gic_v3_redist_init()
H A Dgic_v3_reg.h34 * supported by GIC (including SGIs, PPIs and SPIs)
271 /* Re-distributor registers for SGIs and PPIs */
/freebsd/sys/arm/arm/
H A Dgic_common.h53 #define GIC_FIRST_SGI 0 /* Irqs 0-15 are SGIs/IPIs. */
/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c143 /* How many IRQs we support (SGIs + PPIs + SPIs). Not including LPIs */
487 /* SGIs */ in vgic_v3_cpuinit()
932 * The config can't be changed for SGIs and PPIs. SGIs have in write_config()