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

1 2

  /src/sys/arch/ia64/ia64/
sapic.c 104 sapic_read_rte(struct sapic *sa, int which, struct sapic_rte *rte)
106 uint32_t *p = (uint32_t *) rte;
113 sapic_write_rte(struct sapic *sa, int which, struct sapic_rte *rte)
115 uint32_t *p = (uint32_t *) rte;
124 struct sapic_rte rte; local in function:sapic_config_intr
132 sapic_read_rte(sa, irq - sa->sa_base, &rte);
133 rte.rte_trigger_mode = (trigger == IST_EDGE) ?
135 sapic_write_rte(sa, irq - sa->sa_base, &rte);
143 struct sapic_rte rte; local in function:sapic_create
163 memset(&rte, 0, sizeof(rte))
179 struct sapic_rte rte; local in function:sapic_enable
207 struct sapic_rte rte; local in function:sapic_mask
220 struct sapic_rte rte; local in function:sapic_unmask
237 struct sapic_rte rte; local in function:sapic_print
    [all...]
  /src/sys/netinet6/
ip6_mroute.c 519 struct rtdetq *rte; local in function:ip6_mrouter_done
566 for (rte = rt->mf6c_stall; rte != NULL; ) {
567 struct rtdetq *n = rte->next;
569 m_freem(rte->m);
570 free(rte, M_MRTABLE);
571 rte = n;
605 struct rtdetq *rte; local in function:ip6_mrouter_detach
621 * Clear rte->ifp of cache entries received on ifp.
628 for (rte = mfc->mf6c_stall; rte != NULL; rte = rte->next)
768 struct rtdetq *rte; local in function:add_m6fc
1094 struct rtdetq *rte; local in function:ip6_mforward
1284 struct rtdetq *rte; local in function:expire_upcalls
    [all...]
  /src/sys/arch/m68k/m68k/
m68k_intr_stubs.s 54 * rei() after the interrupt. Instead, we simply do an rte. Such
59 #define INTERRUPT_RETURN rte
reenter_syscall.s 58 jra _ASM_LABEL(rei) | rte
68 movl (%sp),%sp | and do real RTE
69 jra _ASM_LABEL(rei) | rte
  /src/usr.bin/netstat/
mroute6.c 136 struct rtdetq rte, *rtep; local in function:mroute6pr
225 kread((u_long)rtep, (char *)&rte, sizeof(rte));
226 rtep = rte.next;
  /src/sys/arch/m68k/060sp/
fnetbsd.S 72 # simply execute an "rte" as with the sample code below.
76 rte
88 # does an "rte".
107 # does an "rte".
127 # does an "rte".
147 # does an "rte".
167 # does an "rte".
187 # does an "rte".
206 # bit in the FPSR, and does an "rte". The instruction that caused the
247 # frame to the PC of the instruction causing the exception, and does an "rte"
    [all...]
inetbsd.S 73 # do an "rte".
77 rte
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 70 # simply execute an "rte" as with the sample code below.
74 rte
85 # does an "rte".
92 rte
103 # does an "rte".
110 rte
122 # does an "rte".
129 rte
141 # does an "rte".
148 rte
    [all...]
iskeletn.s 72 # do an "rte".
76 rte
109 rte
147 rte
  /src/sys/netinet/
ip_mroute.c 693 struct rtdetq *rte; local in function:ip_mrouter_detach
705 for (rte = rt->mfc_stall; rte; rte = rte->next) {
706 if (rte->ifp == ifp)
707 rte->ifp = NULL;
1015 struct rtdetq *rte, *nrte; local in function:expire_mfc
1019 for (rte = rt->mfc_stall; rte != NULL; rte = nrte)
1039 struct rtdetq *rte, *nrte; local in function:add_mfc
1362 struct rtdetq *rte; local in function:ip_mforward_real
    [all...]
  /src/sys/arch/atari/dev/
hdfd_intr.s 69 rte
124 rte
  /src/sys/arch/news68k/news68k/
locore.s 527 rte
646 rte | all done
668 rte
677 rte
685 rte
693 rte
707 rte
730 rte
734 rte
754 rte | and do real RT
    [all...]
  /src/sys/arch/next68k/stand/boot/
srt0.s 95 rte
  /src/sys/arch/x68k/x68k/
locore.s 502 rte
621 rte | all done
633 rte | XXX mfpcure (x680x0 hardware bug)
636 rte
722 rte
726 rte
746 rte | and do real RTE
757 rte | and do real RTE
    [all...]
  /src/sys/arch/cesfic/cesfic/
locore.s 500 rte
597 rte | all done
677 rte | and do real RTE
688 rte | and do real RTE
716 rte
720 rte | real return
773 subql #4,%sp | make room for RTE frame
  /src/sys/arch/next68k/next68k/
locore.s 508 rte
627 rte | all done
674 rte
678 rte
698 rte | and do real RTE
709 rte | and do real RTE
  /src/sys/arch/luna68k/luna68k/
locore.s 307 * before the new process does its rte out to user mode.
433 rte
552 rte | all done
613 rte
617 rte
637 rte | and do real RTE
648 rte | and do real RTE
  /src/sys/arch/atari/atari/
locore.s 353 rte | HBL, can't be turned off on Falcon!
359 rte | Nothing to do.
367 rte
459 rte | all done
619 rte | all done
757 rte | all done
804 rte | and do real RTE
815 rte | and do real RTE
    [all...]
  /src/sys/arch/hp300/hp300/
locore.s 668 rte
787 rte | all done
907 rte
911 rte
931 rte | and do real RTE
942 rte | and do real RTE
  /src/sys/arch/mac68k/mac68k/
locore.s 587 rte
706 rte | all done
836 rte | and do real RTE
847 rte | and do real RTE
875 rte
879 rte | real return
938 subql #4,%sp | make room for RTE frame
  /src/sys/arch/hp300/stand/common/
srt0.S 343 rte
  /src/sys/arch/sh3/include/
locore.h 124 * + rte.
160 rte ;\
  /src/sys/arch/sun3/sun3/
locore.s 436 rte | all done
502 rte | and do real RTE
514 rte | real return
  /src/sys/arch/sun3/sun3x/
locore.s 421 rte | all done
487 rte | and do real RTE
499 rte | real return
  /src/sys/arch/amiga/amiga/
locore.s 591 rte
596 rte
646 jra _ASM_LABEL(rei) | all done [can we do rte here?]
680 * reason why I do RTE here instead of jra rei.
682 rte | all done
727 rte | and do real RTE
739 rte | real return
1020 * that set; the "rte" loads the PC and PSR, which jumps to "init".
1045 rte
    [all...]

Completed in 26 milliseconds

1 2