OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ih_mpsafe
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/riscv/dev/
plicvar.h
38
bool
ih_mpsafe
;
member in struct:plic_intrhand
plicvar.h
38
bool
ih_mpsafe
;
member in struct:plic_intrhand
/src/sys/arch/mips/rmi/
rmixl_intr.h
89
int
ih_mpsafe
; /* true if does not need kernel lock */
member in struct:rmixl_intrhand
rmixl_intr.h
89
int
ih_mpsafe
; /* true if does not need kernel lock */
member in struct:rmixl_intrhand
/src/sys/arch/mips/cavium/dev/
octeon_cib.c
63
bool
ih_mpsafe
;
member in struct:octeon_cib_intr
193
ih->
ih_mpsafe
= (flags & FDT_INTR_MPSAFE) != 0;
249
if (!ih->
ih_mpsafe
) {
octeon_cib.c
63
bool
ih_mpsafe
;
member in struct:octeon_cib_intr
193
ih->
ih_mpsafe
= (flags & FDT_INTR_MPSAFE) != 0;
249
if (!ih->
ih_mpsafe
) {
/src/sys/arch/arm/fdt/
gic_fdt.c
83
bool
ih_mpsafe
;
member in struct:gic_fdt_irqhandler
312
firqh->
ih_mpsafe
= (flags & FDT_INTR_MPSAFE) != 0;
gic_fdt.c
83
bool
ih_mpsafe
;
member in struct:gic_fdt_irqhandler
312
firqh->
ih_mpsafe
= (flags & FDT_INTR_MPSAFE) != 0;
gicv3_fdt.c
87
bool
ih_mpsafe
;
member in struct:gicv3_fdt_irqhandler
412
firqh->
ih_mpsafe
= (flags & FDT_INTR_MPSAFE) != 0;
gicv3_fdt.c
87
bool
ih_mpsafe
;
member in struct:gicv3_fdt_irqhandler
412
firqh->
ih_mpsafe
= (flags & FDT_INTR_MPSAFE) != 0;
/src/sys/arch/arm/nvidia/
tegra_pcie.c
60
#define
IH_MPSAFE
0x80000000
77
int
ih_mpsafe
;
member in struct:tegra_pcie_ih
296
const int mpsafe = pcie_ih->
ih_mpsafe
;
775
*ih |=
IH_MPSAFE
;
777
*ih &= ~
IH_MPSAFE
;
798
pcie_ih->
ih_mpsafe
= (ih &
IH_MPSAFE
) != 0;
tegra_pcie.c
60
#define
IH_MPSAFE
0x80000000
77
int
ih_mpsafe
;
member in struct:tegra_pcie_ih
296
const int mpsafe = pcie_ih->
ih_mpsafe
;
775
*ih |=
IH_MPSAFE
;
777
*ih &= ~
IH_MPSAFE
;
798
pcie_ih->
ih_mpsafe
= (ih &
IH_MPSAFE
) != 0;
Completed in 27 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025