Home
last modified time | relevance | path

Searched refs:ih_mpsafe (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/arch/mips/cavium/dev/
H A Docteon_cib.c63 bool ih_mpsafe; member
193 ih->ih_mpsafe = (flags & FDT_INTR_MPSAFE) != 0; in octeon_cib_establish()
249 if (!ih->ih_mpsafe) { in octeon_cib_intr()
/netbsd/sys/arch/riscv/dev/
H A Dplic.c89 ih->ih_mpsafe = (flags & IST_MPSAFE) != 0; in plic_intr_establish_xname()
132 if (!ih->ih_mpsafe) { in plic_intr()
H A Dplicvar.h38 bool ih_mpsafe; member
/netbsd/sys/arch/mips/rmi/
H A Drmixl_intr.h89 int ih_mpsafe; /* true if does not need kernel lock */ member
H A Drmixl_intr.c756 ih->ih_mpsafe = mpsafe; in rmixl_vec_establish()
925 if (ih->ih_mpsafe) { in evbmips_iointr()
/netbsd/sys/arch/arm/fdt/
H A Dgic_fdt.c83 bool ih_mpsafe; member
312 firqh->ih_mpsafe = (flags & FDT_INTR_MPSAFE) != 0; in gic_fdt_establish()
H A Dgicv3_fdt.c87 bool ih_mpsafe; member
412 firqh->ih_mpsafe = (flags & FDT_INTR_MPSAFE) != 0; in gicv3_fdt_establish()
/netbsd/sys/arch/arm/nvidia/
H A Dtegra_pcie.c77 int ih_mpsafe; member
296 const int mpsafe = pcie_ih->ih_mpsafe; in tegra_pcie_legacy_intr()
798 pcie_ih->ih_mpsafe = (ih & IH_MPSAFE) != 0; in tegra_pcie_intr_establish()