Home
last modified time | relevance | path

Searched defs:mpsafe (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/sys/kern/
H A Dvnode_if.c62 vop_pre(vnode_t *vp, struct mount **mp, bool *mpsafe, enum fst_op op) in vop_pre()
291 vop_post(vnode_t *vp, struct mount *mp, bool mpsafe, enum fst_op op) in vop_post()
365 bool mpsafe; in VOP_BWRITE() local
398 bool mpsafe; in VOP_PARSEPATH() local
432 bool mpsafe; in VOP_LOOKUP() local
473 bool mpsafe; in VOP_CREATE() local
516 bool mpsafe; in VOP_MKNOD() local
558 bool mpsafe; in VOP_OPEN() local
594 bool mpsafe; in VOP_CLOSE() local
630 bool mpsafe; in VOP_ACCESS() local
[all …]
H A Dkern_timeout.c827 int mpsafe, count, ticks, delta; in callout_softclock() local
/netbsd-src/sys/arch/arm/nxp/
H A Dimx7_gpc.c171 imx7gpc_mask(struct imx7gpc_softc *sc, u_int irq, bool mpsafe) in imx7gpc_mask()
187 imx7gpc_unmask(struct imx7gpc_softc *sc, u_int irq, bool mpsafe) in imx7gpc_unmask()
220 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in imx7gpc_establish() local
242 const bool mpsafe = is->is_mpsafe; in imx7gpc_disestablish() local
H A Dimx6_gpc.c133 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in imxgpc_establish() local
H A Dimx_gpio.c246 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in imxgpio_establish() local
/netbsd-src/sys/arch/riscv/fdt/
H A Dintc_fdt.c213 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in intc_fdt_establish() local
282 bool mpsafe = in intc_intr_handler() local
/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_combiner.c183 int irq, bool mpsafe, int (*func)(void *), void *arg) in exynos_combiner_new_irq()
247 const bool mpsafe = (flags & FDT_INTR_MPSAFE) != 0; in exynos_combiner_establish() local
/netbsd-src/sys/arch/sparc/sparc/
H A Dintr.c671 bool mpsafe; in intr_establish() local
772 bool mpsafe = (level != IPL_VM); in sparc_softintr_establish() local
/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_intr.c719 int (*func)(void *), void *arg, bool mpsafe) in rmixl_vec_establish()
781 int (*func)(void *), void *arg, bool mpsafe) in rmixl_intr_establish()
/netbsd-src/sys/arch/ia64/acpi/
H A Dacpi_machdep.c121 void *arg, bool mpsafe, const char *xname) in acpi_md_intr_establish()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dintr.c192 intr_establish(int level, bool mpsafe, struct intrhand *ih) in intr_establish()
/netbsd-src/sys/arch/xen/x86/
H A Dxen_intr.c178 bool mpsafe = (known_mpsafe || level != IPL_VM); in xen_intr_establish_xname() local
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_gpio.c470 sunxi_intr_enable(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def,u_int mode,bool mpsafe,int (* func)(void *),void * arg) sunxi_intr_enable() argument
548 bool mpsafe = (flags & FDT_INTR_MPSAFE) != 0; sunxi_fdt_intr_establish() local
637 bool mpsafe = (irqmode & GPIO_INTR_MPSAFE) != 0; sunxi_gpio_intr_establish() local
H A Dsunxi_intc.c148 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in sunxi_intc_fdt_establish() local
/netbsd-src/sys/arch/x86/pci/
H A Dpci_intr_machdep.c317 bool mpsafe; in pci_intr_establish_xname_internal() local
H A Dpci_msi_machdep.c230 bool mpsafe; in pci_msi_common_establish() local
/netbsd-src/sys/arch/arm/ti/
H A Dti_omapintc.c195 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in omapintc_fdt_establish() local
/netbsd-src/sys/rump/librump/rumpkern/
H A Dintr.c150 bool mpsafe; in sithread() local
/netbsd-src/sys/arch/arm/fdt/
H A Dgic_fdt.c262 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in gic_fdt_establish() local
H A Dgicv3_fdt.c362 const u_int mpsafe = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; in gicv3_fdt_establish() local
/netbsd-src/sys/arch/arm/cortex/
H A Dgic_v2m.c337 const int mpsafe = (ih & ARM_PCI_INTR_MPSAFE) ? IST_MPSAFE : 0; in gic_v2m_msi_intr_establish() local
/netbsd-src/sys/dev/acpi/
H A Dacpi_util.c910 acpi_intr_establish(device_t dev, uint64_t c, int ipl, bool mpsafe, in acpi_intr_establish() argument
939 bool mpsafe, int (*intr)(void *), void *iarg, const char *xname) in acpi_intr_establish_irq() argument
/netbsd-src/sys/arch/arm/pic/
H A Dpic.c359 const bool mpsafe = is->is_mpsafe; in pic_dispatch() local
361 const bool mpsafe = true; in pic_dispatch() local
/netbsd-src/sys/arch/x86/acpi/
H A Dacpi_machdep.c244 int (*handler)(void *), void *arg, bool mpsafe, const char *xname) in acpi_md_intr_establish() argument
/netbsd-src/sys/arch/arm/acpi/
H A Dacpi_machdep.c309 acpi_md_intr_establish(uint32_t irq,int ipl,int type,int (* handler)(void *),void * arg,bool mpsafe,const char * xname) acpi_md_intr_establish() argument

12