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

1 2 3 4 5 6

  /src/sys/arch/mipsco/mipsco/
interrupt.c 46 uint32_t ipending; local in function:cpu_intr
51 while (ppl < (ipl = splintr(&ipending))) {
53 (*platform.iointr)(status, pc, ipending);
interrupt.c 46 uint32_t ipending; local in function:cpu_intr
51 while (ppl < (ipl = splintr(&ipending))) {
53 (*platform.iointr)(status, pc, ipending);
interrupt.c 46 uint32_t ipending; local in function:cpu_intr
51 while (ppl < (ipl = splintr(&ipending))) {
53 (*platform.iointr)(status, pc, ipending);
  /src/sys/arch/emips/emips/
interrupt.c 100 uint32_t ipending; local in function:cpu_intr
118 while (ppl < (ipl = splintr(&ipending))) {
121 if (ipending & MIPS_INT_MASK_5) {
122 (*platform.iointr)(status, pc, ipending);
127 ipl = splintr(&ipending);
130 if (ipending & MIPS_INT_MASK_5) {
131 (*platform.iointr)(status, pc, ipending);
140 emips_aic_intr(uint32_t status, vaddr_t pc, uint32_t ipending)
148 ipending = TheAic->IrqStatus;
150 while (ipending) {
    [all...]
interrupt.c 100 uint32_t ipending; local in function:cpu_intr
118 while (ppl < (ipl = splintr(&ipending))) {
121 if (ipending & MIPS_INT_MASK_5) {
122 (*platform.iointr)(status, pc, ipending);
127 ipl = splintr(&ipending);
130 if (ipending & MIPS_INT_MASK_5) {
131 (*platform.iointr)(status, pc, ipending);
140 emips_aic_intr(uint32_t status, vaddr_t pc, uint32_t ipending)
148 ipending = TheAic->IrqStatus;
150 while (ipending) {
    [all...]
interrupt.c 100 uint32_t ipending; local in function:cpu_intr
118 while (ppl < (ipl = splintr(&ipending))) {
121 if (ipending & MIPS_INT_MASK_5) {
122 (*platform.iointr)(status, pc, ipending);
127 ipl = splintr(&ipending);
130 if (ipending & MIPS_INT_MASK_5) {
131 (*platform.iointr)(status, pc, ipending);
140 emips_aic_intr(uint32_t status, vaddr_t pc, uint32_t ipending)
148 ipending = TheAic->IrqStatus;
150 while (ipending) {
    [all...]
  /src/sys/arch/mips/mips/
mips_softint.c 108 softint_process(uint32_t ipending)
113 KASSERT((ipending & MIPS_SOFT_INT_MASK) != 0);
114 KASSERT((ipending & ~MIPS_SOFT_INT_MASK) == 0);
121 if (ipending & MIPS_SOFT_INT_MASK_0) {
126 ipending |= MIPS_SOFT_INT_MASK_1;
128 KASSERT(ipending & MIPS_SOFT_INT_MASK_1);
145 _clrsoftintr(ipending);
mips_softint.c 108 softint_process(uint32_t ipending)
113 KASSERT((ipending & MIPS_SOFT_INT_MASK) != 0);
114 KASSERT((ipending & ~MIPS_SOFT_INT_MASK) == 0);
121 if (ipending & MIPS_SOFT_INT_MASK_0) {
126 ipending |= MIPS_SOFT_INT_MASK_1;
128 KASSERT(ipending & MIPS_SOFT_INT_MASK_1);
145 _clrsoftintr(ipending);
mips_softint.c 108 softint_process(uint32_t ipending)
113 KASSERT((ipending & MIPS_SOFT_INT_MASK) != 0);
114 KASSERT((ipending & ~MIPS_SOFT_INT_MASK) == 0);
121 if (ipending & MIPS_SOFT_INT_MASK_0) {
126 ipending |= MIPS_SOFT_INT_MASK_1;
128 KASSERT(ipending & MIPS_SOFT_INT_MASK_1);
145 _clrsoftintr(ipending);
  /src/sys/arch/arc/arc/
interrupt.c 99 uint32_t ipending; local in function:cpu_intr
109 while (ppl < (ipl = splintr(&ipending))) {
111 if (ipending & MIPS_INT_MASK_5) {
124 if (inttab->int_mask & ipending) {
125 (*inttab->int_hand)(ipending, &cf);
135 if (inttab->int_mask & ipending) {
136 (*inttab->int_hand)(ipending, &cf);
interrupt.c 99 uint32_t ipending; local in function:cpu_intr
109 while (ppl < (ipl = splintr(&ipending))) {
111 if (ipending & MIPS_INT_MASK_5) {
124 if (inttab->int_mask & ipending) {
125 (*inttab->int_hand)(ipending, &cf);
135 if (inttab->int_mask & ipending) {
136 (*inttab->int_hand)(ipending, &cf);
interrupt.c 99 uint32_t ipending; local in function:cpu_intr
109 while (ppl < (ipl = splintr(&ipending))) {
111 if (ipending & MIPS_INT_MASK_5) {
124 if (inttab->int_mask & ipending) {
125 (*inttab->int_hand)(ipending, &cf);
135 if (inttab->int_mask & ipending) {
136 (*inttab->int_hand)(ipending, &cf);
  /src/sys/arch/evbmips/atheros/
mach_intr.c 58 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
61 (*platformsw->apsw_intrsw->aisw_iointr)(ipl, cf->pc, ipending);
mach_intr.c 58 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
61 (*platformsw->apsw_intrsw->aisw_iointr)(ipl, cf->pc, ipending);
mach_intr.c 58 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
61 (*platformsw->apsw_intrsw->aisw_iointr)(ipl, cf->pc, ipending);
  /src/sys/arch/evbmips/alchemy/
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
66 au_iointr(ipl, cf->pc, ipending);
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
66 au_iointr(ipl, cf->pc, ipending);
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
66 au_iointr(ipl, cf->pc, ipending);
  /src/sys/arch/evbmips/cavium/
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
66 octeon_iointr(ipl, cf->pc, ipending);
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
66 octeon_iointr(ipl, cf->pc, ipending);
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
66 octeon_iointr(ipl, cf->pc, ipending);
  /src/sys/arch/newsmips/newsmips/
news4000.c 79 uint32_t ipending; local in function:news4000_intr
82 while (ppl < (ipl = splintr(&ipending))) {
83 if (ipending & MIPS_INT_MASK_2) {
103 if (ipending & MIPS_INT_MASK_5) {
110 if (ipending & MIPS_INT_MASK_4) {
117 if (ipending & MIPS_INT_MASK_3) {
122 if (ipending & MIPS_INT_MASK_1) {
127 if (ipending & MIPS_INT_MASK_0) {
news5000.c 84 uint32_t ipending; local in function:news5000_intr
87 while (ppl < (ipl = splintr(&ipending))) {
89 if (ipending & MIPS_INT_MASK_2) {
122 if (ipending & MIPS_INT_MASK_5) {
131 if (ipending & MIPS_INT_MASK_4) {
159 if (ipending & MIPS_INT_MASK_3) {
168 if (ipending & MIPS_INT_MASK_1) {
173 if (ipending & MIPS_INT_MASK_0) {
news4000.c 79 uint32_t ipending; local in function:news4000_intr
82 while (ppl < (ipl = splintr(&ipending))) {
83 if (ipending & MIPS_INT_MASK_2) {
103 if (ipending & MIPS_INT_MASK_5) {
110 if (ipending & MIPS_INT_MASK_4) {
117 if (ipending & MIPS_INT_MASK_3) {
122 if (ipending & MIPS_INT_MASK_1) {
127 if (ipending & MIPS_INT_MASK_0) {
news5000.c 84 uint32_t ipending; local in function:news5000_intr
87 while (ppl < (ipl = splintr(&ipending))) {
89 if (ipending & MIPS_INT_MASK_2) {
122 if (ipending & MIPS_INT_MASK_5) {
131 if (ipending & MIPS_INT_MASK_4) {
159 if (ipending & MIPS_INT_MASK_3) {
168 if (ipending & MIPS_INT_MASK_1) {
173 if (ipending & MIPS_INT_MASK_0) {

Completed in 39 milliseconds

1 2 3 4 5 6