• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/

Lines Matching refs:we

86 	;; check for resched if preemptive kernel or if we're going back to user-mode 
88 ;; we cannot simply test $dccr, because that does not necessarily
89 ;; reflect what mode we'll return into.
111 ;; Since we dont really want to have two epilogues (one for system calls
112 ;; and one for interrupts) we push the contents of BRP instead of IRP in the
116 ;; Since we can't have system calls inside interrupts, it should not matter
117 ;; that we don't stack IRP.
119 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
157 ;; as a bonus 7th parameter, we give the location on the stack
164 ;; respectively, and we need to put them on the stack.
178 ;; r9 is a parameter - if >=1 we came from a syscall, if 0, from an irq
200 ;; now we have a 4-word SBFS frame which we do not want to restore
201 ;; using RBF since it was not stacked with SBFS. instead we would like to
205 ;; keep the interrupts disabled (since we've already popped DCCR)
267 ;; We get here as a sidetrack when we've entered a syscall with the
277 ;; we need to restore $r9 here to contain the wanted syscall, and
299 push $srp ; we keep the old/new PC on the stack
329 ;; For refills we try to do a quick page table lookup. If it is
330 ;; a real fault we let the mm subsystem handle it.
399 ;; now we need to return through the normal path, we cannot just
400 ;; do the RBFexit since we might have killed off the running
438 ;; (i.e. non-active by the time we get here) then the nmi_pin bit
441 ;; we use that bit to determine what brought us here.
453 ;; Check if we're waiting for reset to happen, as signalled by
467 ;; We just restart the watchdog here to be sure we dont get
477 ;; We need to extend the 3.3ms after the NMI at watchdog bite, so we have
496 ;; Note that we don't do "setf m" here (or after two necessary NOPs),
498 ;; to get here again due to possible subsequent NMIs; we want the watchdog
507 ;; This nop is here so we see the "Watchdog_bite" label in ksymoops dumps
510 ;; At this point we drop down into spurious_interrupt, which will do a
525 ;; we jump to the first set interrupt bit in a priority fashion
942 * NOTE!! This doesn't have to be exact - we just have
943 * to make sure we have _enough_ of the "sys_ni_syscall"
945 * been shrunk every time we add a new system call.