| /openbsd/src/sys/arch/powerpc64/include/ |
| D | intr.h | 34 #define IPL_TTY 7 macro 35 #define IPL_VM IPL_TTY 44 #define IPL_MPFLOOR IPL_TTY 60 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/luna88k/include/ |
| D | intr.h | 41 #define IPL_TTY 5 macro 50 #define IPL_MPFLOOR IPL_TTY
|
| /openbsd/src/sys/arch/loongson/include/ |
| D | intr.h | 58 #define IPL_TTY 6 /* terminal */ macro 67 #define IPL_MPFLOOR IPL_TTY 116 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | intr.h | 45 #define IPL_TTY 7 macro 53 #define IPL_MPFLOOR IPL_TTY 115 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/octeon/include/ |
| D | intr.h | 58 #define IPL_TTY 6 /* terminal */ macro 66 #define IPL_MPFLOOR IPL_TTY 115 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | intrdefs.h | 27 #define IPL_TTY 0x9 /* terminal */ macro 37 #define IPL_MPFLOOR IPL_TTY
|
| /openbsd/src/sys/arch/arm64/include/ |
| D | intr.h | 52 #define IPL_TTY 7 /* terminal */ macro 62 #define IPL_MPFLOOR IPL_TTY 120 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/riscv64/include/ |
| D | intr.h | 52 #define IPL_TTY 7 /* terminal */ macro 62 #define IPL_MPFLOOR IPL_TTY 141 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/i386/include/ |
| D | intrdefs.h | 64 #define IPL_TTY MAKEIPL(6) /* terminal */ macro 73 #define IPL_MPFLOOR IPL_TTY
|
| /openbsd/src/sys/arch/armv7/include/ |
| D | intr.h | 52 #define IPL_TTY 7 /* terminal */ macro 62 #define IPL_MPFLOOR IPL_TTY 122 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/landisk/include/ |
| D | intr.h | 42 #define IPL_TTY 12 /* terminal */ macro 57 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | intr.h | 76 #define IPL_TTY PIL_TTY /* terminal */ macro 91 #define spltty() _splraise(IPL_TTY)
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_device.c | 1397 mtx_init(&rdev->mmio_idx_lock, IPL_TTY); in radeon_device_init() 1398 mtx_init(&rdev->smc_idx_lock, IPL_TTY); in radeon_device_init() 1399 mtx_init(&rdev->pll_idx_lock, IPL_TTY); in radeon_device_init() 1400 mtx_init(&rdev->mc_idx_lock, IPL_TTY); in radeon_device_init() 1401 mtx_init(&rdev->pcie_idx_lock, IPL_TTY); in radeon_device_init() 1402 mtx_init(&rdev->pciep_idx_lock, IPL_TTY); in radeon_device_init() 1403 mtx_init(&rdev->pif_idx_lock, IPL_TTY); in radeon_device_init() 1404 mtx_init(&rdev->cg_idx_lock, IPL_TTY); in radeon_device_init() 1405 mtx_init(&rdev->uvd_idx_lock, IPL_TTY); in radeon_device_init() 1406 mtx_init(&rdev->rcu_idx_lock, IPL_TTY); in radeon_device_init() [all …]
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | workqueue.h | 48 struct taskq *tq = taskq_create(name, 1, IPL_TTY, 0); in alloc_workqueue() 55 struct taskq *tq = taskq_create(name, 1, IPL_TTY, 0); in alloc_ordered_workqueue() 62 struct taskq *tq = taskq_create(name, 1, IPL_TTY, 0); in create_singlethread_workqueue()
|
| D | completion.h | 32 struct completion name = { 0, MUTEX_INITIALIZER(IPL_TTY) } 38 mtx_init(&x->lock, IPL_TTY); in init_completion()
|
| D | spinlock_types.h | 11 #define DEFINE_SPINLOCK(x) struct mutex x = MUTEX_INITIALIZER(IPL_TTY)
|
| /openbsd/src/sys/arch/m88k/m88k/ |
| D | softintr.c | 117 #if IPL_TTY != IPL_SOFTTTY in softintr_establish() 118 case IPL_TTY: in softintr_establish()
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | intr.h | 43 #define IPL_TTY 6 macro 148 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/dev/pcmcia/ |
| D | com_pcmcia.c | 205 sc->sc_ih = pcmcia_intr_establish(sc->sc_pf, IPL_TTY, in com_pcmcia_activate() 300 psc->sc_ih = pcmcia_intr_establish(pa->pf, IPL_TTY, comintr, sc, in com_pcmcia_attach() 337 psc->sc_ih = pcmcia_intr_establish(pf, IPL_TTY, comintr, sc, in com_pcmcia_enable()
|
| /openbsd/src/sys/arch/arm64/dev/ |
| D | smmu_acpi.c | 118 LR_EXTIRQ_MODE : 0, IPL_TTY, smmu_global_irq, in smmu_acpi_attach() 132 LR_EXTIRQ_MODE : 0, IPL_TTY, smmu_context_irq, in smmu_acpi_attach()
|
| D | smmu_fdt.c | 102 fdt_intr_establish_idx(faa->fa_node, i, IPL_TTY, in smmu_fdt_attach() 110 if (fdt_intr_establish_idx(faa->fa_node, i, IPL_TTY, in smmu_fdt_attach()
|
| /openbsd/src/sys/dev/ic/ |
| D | z8530tty.c | 464 #if IPL_ZS != IPL_TTY in zsopen() 519 #if IPL_ZS != IPL_TTY in zsopen() 534 #if IPL_ZS != IPL_TTY in zsopen() 564 #if IPL_ZS != IPL_TTY in zsopen() 575 #if IPL_ZS != IPL_TTY in zsopen() 613 #if IPL_ZS != IPL_TTY in zsopen() 618 #if IPL_ZS != IPL_TTY in zsopen() 642 #if IPL_ZS != IPL_TTY in zsopen() 646 #if IPL_ZS != IPL_TTY in zsopen() 840 #if IPL_ZS != IPL_TTY in zsstart()
|
| /openbsd/src/sys/arch/sh/dev/ |
| D | scif.c | 431 intc_intr_establish(SH4_INTEVT_SCIF_ERI, IST_LEVEL, IPL_TTY, in scif_attach() 433 intc_intr_establish(SH4_INTEVT_SCIF_RXI, IST_LEVEL, IPL_TTY, in scif_attach() 435 intc_intr_establish(SH4_INTEVT_SCIF_BRI, IST_LEVEL, IPL_TTY, in scif_attach() 437 intc_intr_establish(SH4_INTEVT_SCIF_TXI, IST_LEVEL, IPL_TTY, in scif_attach() 440 intc_intr_establish(SH7709_INTEVT2_SCIF_ERI, IST_LEVEL, IPL_TTY, in scif_attach() 442 intc_intr_establish(SH7709_INTEVT2_SCIF_RXI, IST_LEVEL, IPL_TTY, in scif_attach() 444 intc_intr_establish(SH7709_INTEVT2_SCIF_BRI, IST_LEVEL, IPL_TTY, in scif_attach() 446 intc_intr_establish(SH7709_INTEVT2_SCIF_TXI, IST_LEVEL, IPL_TTY, in scif_attach()
|
| /openbsd/src/sys/arch/alpha/include/ |
| D | intr.h | 114 #define IPL_TTY ALPHA_PSL_IPL_IO macro 183 #define spltty() splraise(IPL_TTY)
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | pckbc_ebus.c | 181 IPL_TTY, 0, pckbcintr, psc, self->dv_xname); in pckbc_ebus_attach() 188 IPL_TTY, 0, pckbcintr, psc, self->dv_xname); in pckbc_ebus_attach()
|