Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic.c1331 static bool gicv2_force_probe; variable
1335 return strtobool(buf, &gicv2_force_probe); in gicv2_force_probe_cfg()
1337 early_param("irqchip.gicv2_force_probe", gicv2_force_probe_cfg);
1356 if (!gicv2_force_probe) { in gic_check_eoimode()
1357 pr_warn("GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set\n"); in gic_check_eoimode()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic.c1282 static bool gicv2_force_probe; variable
1286 return kstrtobool(buf, &gicv2_force_probe); in gicv2_force_probe_cfg()
1288 early_param("irqchip.gicv2_force_probe", gicv2_force_probe_cfg);
1307 if (!gicv2_force_probe) { in gic_check_eoimode()
1308 pr_warn("GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set\n"); in gic_check_eoimode()

Completed in 6 milliseconds