HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_INT_MASK (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/arch/arc/arc/
p_sni_rm200pci.c 95 [IPL_VM] = MIPS_INT_MASK, /* XXX */
96 [IPL_SCHED] = MIPS_INT_MASK,
97 [IPL_DDB] = MIPS_INT_MASK,
98 [IPL_HIGH] = MIPS_INT_MASK,
p_dti_arcstation.c 111 [IPL_VM] = MIPS_INT_MASK, /* XXX */
112 [IPL_SCHED] = MIPS_INT_MASK,
113 [IPL_DDB] = MIPS_INT_MASK,
114 [IPL_HIGH] = MIPS_INT_MASK,
p_dti_tyne.c 114 [IPL_VM] = MIPS_INT_MASK, /* XXX */
115 [IPL_SCHED] = MIPS_INT_MASK,
116 [IPL_DDB] = MIPS_INT_MASK,
117 [IPL_HIGH] = MIPS_INT_MASK,
c_magnum.c 99 [IPL_SCHED] = MIPS_INT_MASK,
100 [IPL_DDB] = MIPS_INT_MASK,
101 [IPL_HIGH] = MIPS_INT_MASK,
c_nec_eisa.c 120 [IPL_SCHED] = MIPS_INT_MASK,
121 [IPL_DDB] = MIPS_INT_MASK,
122 [IPL_HIGH] = MIPS_INT_MASK,
c_nec_pci.c 125 [IPL_SCHED] = MIPS_INT_MASK,
126 [IPL_DDB] = MIPS_INT_MASK,
127 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/mips/include/
psl.h 69 #define MIPS1_PSL_LOWIPL (MIPS_INT_MASK | MIPS_SR_INT_IE)
76 MIPS_INT_MASK)
  /src/sys/arch/hpcmips/vr/
vrip_spl.S 65 li v1, ~MIPS_INT_MASK
  /src/sys/arch/emips/include/
intr.h 49 #define MIPS_SPLHIGH (MIPS_INT_MASK)
  /src/sys/arch/pmax/include/
intr.h 44 #define MIPS_SPLHIGH (MIPS_INT_MASK)
  /src/sys/arch/algor/algor/
algor_intr.c 80 [IPL_SCHED] = MIPS_INT_MASK,
81 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/mips/mips/
spl.S 53 .word MIPS_INT_MASK /* IPL_VM */
54 .word MIPS_INT_MASK /* IPL_SCHED */
55 .word MIPS_INT_MASK /* IPL_DDB */
56 .word MIPS_INT_MASK /* IPL_HIGH */
80 or v1, MIPS_INT_MASK # enable all interrupts
137 xor a1, MIPS_INT_MASK # invert SR bits
163 and v1, MIPS_INT_MASK
164 xor a1, MIPS_INT_MASK
176 xor v1, MIPS_INT_MASK # invert
260 and a0, v1, MIPS_INT_MASK # select all interrupt
    [all...]
mips_machdep.c 2148 | (ipl_sr_map.sr_bits[IPL_SCHED] ^ MIPS_INT_MASK);
2381 status = mips_cp0_status_read() & MIPS_INT_MASK;
2382 KASSERT(status == MIPS_INT_MASK);
2386 status = mips_cp0_status_read() & MIPS_INT_MASK;
2387 KASSERT((status ^ sr_map[IPL_SOFTCLOCK]) == MIPS_INT_MASK);
2392 status = mips_cp0_status_read() & MIPS_INT_MASK;
2393 KASSERT((status ^ sr_map[IPL_SOFTBIO]) == MIPS_INT_MASK);
2398 status = mips_cp0_status_read() & MIPS_INT_MASK;
2399 KASSERT((status ^ sr_map[IPL_SOFTNET]) == MIPS_INT_MASK);
2404 status = mips_cp0_status_read() & MIPS_INT_MASK;
    [all...]
  /src/sys/arch/evbmips/mipssim/
mipssim_intr.c 58 [IPL_DDB] = MIPS_INT_MASK,
59 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/emips/emips/
xs_bee3.c 60 #define NOINTS MIPS_INT_MASK
xilinx_ml40x.c 62 #define NOINTS MIPS_INT_MASK
  /src/sys/arch/ews4800mips/ews4800mips/
tr2a_intr.c 56 [IPL_VM] = MIPS_INT_MASK & ~MIPS_INT_MASK_5,
57 [IPL_SCHED] = MIPS_INT_MASK,
58 [IPL_DDB] = MIPS_INT_MASK,
59 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/mips/ralink/
ralink_intr.c 61 [IPL_VM] = MIPS_INT_MASK ^ MIPS_INT_MASK_5,
62 [IPL_SCHED] = MIPS_INT_MASK,
63 [IPL_DDB] = MIPS_INT_MASK,
64 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/mips/adm5120/
adm5120_intr.c 98 [IPL_SCHED] = MIPS_INT_MASK,
99 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/newsmips/newsmips/
news4000.c 68 [IPL_DDB] = MIPS_INT_MASK,
69 [IPL_HIGH] = MIPS_INT_MASK,
news5000.c 73 [IPL_DDB] = MIPS_INT_MASK,
74 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/mipsco/mipsco/
mips_3x30.c 78 [IPL_DDB] = MIPS_INT_MASK,
79 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/cobalt/cobalt/
interrupt.c 149 [IPL_VM] = MIPS_INT_MASK ^ MIPS_INT_MASK_5,
150 [IPL_SCHED] = MIPS_INT_MASK,
151 [IPL_DDB] = MIPS_INT_MASK,
152 [IPL_HIGH] = MIPS_INT_MASK,
  /src/sys/arch/pmax/pmax/
dec_maxine.c 127 [IPL_SCHED] = MIPS_INT_MASK,
128 [IPL_DDB] = MIPS_INT_MASK,
129 [IPL_HIGH] = MIPS_INT_MASK,
dec_3maxplus.c 131 [IPL_SCHED] = MIPS_INT_MASK,
132 [IPL_DDB] = MIPS_INT_MASK,
133 [IPL_HIGH] = MIPS_INT_MASK,

Completed in 23 milliseconds

1 2