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

1 2

  /src/sys/arch/m68k/060sp/
netbsd060sp.S 81 # or supervisor application space. The examples below use simple "move"
82 # instructions for supervisor mode applications and call _copyin()/_copyout()
97 # Writes to data memory while in supervisor mode.
100 # a0 - supervisor source address
103 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
109 btst #0x5,%a6@(0x4) |# check for supervisor state
120 movel %a0,%sp@- |# pass: supervisor src
130 # Reads from data/instruction memory while in supervisor mode.
134 # a1 - supervisor destination address
136 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mod
    [all...]
  /src/sys/arch/m68k/060sp/dist/
os.s 67 # or supervisor application space. The examples below use simple "move"
68 # instructions for supervisor mode applications and call _copyin()/_copyout()
81 # Writes to data memory while in supervisor mode.
84 # a0 - supervisor source address
87 # 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
93 btst &0x5,0x4(%a6) # check for supervisor state
104 mov.l %a0,-(%sp) # pass: supervisor src
113 # Reads from data/instruction memory while in supervisor mode.
117 # a1 - supervisor destination address
119 # 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mod
    [all...]
isp.s 415 bne.b uieh_s # supervisor mode
492 btst &0x5,EXC_ISR(%a6) # supervisor mode?
514 btst &0x5,EXC_ISR(%a6) # supervisor mode?
516 # here, a7 has been incremented by 4 bytes in supervisor mode. we still
552 # the cases of "cas Dc,Du,(a7)+" and "cas Dc,Du,-(a7)" used from supervisor
589 # changed. we don't have to update a7 for supervisor mouse because that case
591 btst &0x5,EXC_ISR(%a6) # user or supervisor?
592 bne.b uieh_finish # supervisor
730 # However, we must also deal with the fact that (a7)+ was used from supervisor
768 # However, we must also deal with the fact that (a7)+ was used from supervisor
    [all...]
iskeletn.s 185 # d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
204 # d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
pfpsp.s 1223 btst &0x5,EXC_SR(%a6) # user or supervisor mode?
1570 # it here. if it was used from supervisor mode, then we have to handle this
1590 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
1734 # if the exception occurred from supervisor mode, check if
1892 btst &0x5,EXC_SR(%a6) # user or supervisor?
1893 bne.w fu_in_exit_s_p # supervisor
1910 # the exception occurred in supervisor mode. check to see if the
1989 btst &0x5,EXC_SR(%a6) # user or supervisor?
1990 bne.w fu_in_exc_exit_s_p # supervisor
2123 btst &0x5,EXC_SR(%a6) # user or supervisor
    [all...]
fpsp.s 1223 btst &0x5,EXC_SR(%a6) # user or supervisor mode?
1570 # it here. if it was used from supervisor mode, then we have to handle this
1590 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
1734 # if the exception occurred from supervisor mode, check if
1892 btst &0x5,EXC_SR(%a6) # user or supervisor?
1893 bne.w fu_in_exit_s_p # supervisor
1910 # the exception occurred in supervisor mode. check to see if the
1989 btst &0x5,EXC_SR(%a6) # user or supervisor?
1990 bne.w fu_in_exc_exit_s_p # supervisor
2123 btst &0x5,EXC_SR(%a6) # user or supervisor
    [all...]
  /src/sys/arch/x68k/stand/loadbsd/
trampoline.S 57 | minimize supervisor protection
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nv50.h 20 struct work_struct supervisor; member in struct:nv50_disp
nouveau_nvkm_engine_disp_gf119.c 42 container_of(work, struct nv50_disp, supervisor);
48 nvkm_debug(subdev, "supervisor %d\n", ffs(disp->super));
156 queue_work(disp->wq, &disp->supervisor);
240 /* enable supervisor interrupts, disable everything else */
nouveau_nvkm_engine_disp_gv100.c 48 container_of(work, struct nv50_disp, supervisor);
55 nvkm_debug(subdev, "supervisor %d: %08x\n", ffs(disp->super), stat);
152 queue_work(disp->wq, &disp->supervisor);
404 /* CTRL_DISP: AWAKEN, ERROR, SUPERVISOR[1-3]. */
nouveau_nvkm_engine_disp_nv50.c 180 INIT_WORK(&disp->supervisor, func->super);
316 HEAD_DBG(head, "supervisor 3.0");
443 HEAD_DBG(head, "supervisor 2.2");
487 HEAD_DBG(head, "supervisor 2.1 - %d khz", khz);
499 HEAD_DBG(head, "supervisor 2.0");
522 HEAD_DBG(head, "supervisor 1.0");
552 container_of(work, struct nv50_disp, supervisor);
558 nvkm_debug(subdev, "supervisor %08x %08x\n", disp->super, super);
683 queue_work(disp->wq, &disp->supervisor);
756 /* enable supervisor interrupts, disable everything else *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_ioctl.c 461 nvkm_ioctl(struct nvkm_client *client, bool supervisor,
470 client->super = supervisor;
  /src/sys/arch/m68k/m68k/
busaddrerr.s 220 btst #5,%sp@(FR_HW+8) | supervisor mode?
222 movql #5,%d0 | else supervisor program access
  /src/sys/arch/amiga/stand/loadbsd/
startit.s 8 jmp (-0x1e,a6) | supervisor-call
  /src/sys/arch/sun3/sun3x/
locore.s 225 btst #5,%a1@ | supervisor mode?
227 movql #5,%d0 | else supervisor program access
375 btst #5,%sp@(FR_HW) | was supervisor mode?
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 50 jmp %a6@(-0x1e) | supervisor-call
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am437x-idk-evm.dts 529 * Supply voltage supervisor on board will not allow opp50 so
  /src/sys/arch/amiga/amiga/
locore.s 231 btst #5,%sp@(FR_HW+8) | supervisor mode?
233 movql #5,%d0 | else supervisor program access
1209 orl #0x0000C044,%d0 | enable, supervisor, CI, RO
  /src/sys/arch/atari/atari/
locore.s 216 btst #5,%sp@(FR_HW+8) | supervisor mode?
218 movql #5,%d0 | else supervisor program access
1179 pmove %a0@,%srp | and the Supervisor root pointer
  /src/sys/arch/sun3/sun3/
locore.s 390 btst #5,%sp@(FR_HW) | was supervisor mode?
  /src/sys/arch/virt68k/virt68k/
locore.s 194 pmove %a0@,%srp | load the supervisor root pointer
  /src/sys/arch/sparc64/sparc64/
locore.s 777 SPILL64(kspill8,ASI_N) ! 0x090 spill_4_normal -- used to save supervisor windows
782 SPILL64(uspillk8,ASI_AIUS) ! 0x0a0 spill_0_other -- used to save user windows in supervisor mode
796 FILL64(kfill8,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running supervisor mode
853 /* Traps from TL>0 -- traps from supervisor mode */
988 SPILL64(1,ASI_N) ! 0x090 spill_4_normal -- used to save supervisor windows
1007 FILL64(sfill8,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running nucleus mode from supervisor
1128 SPILL64(kspill8_sun4vt0,ASI_N) ! 0x090 spill_4_normal -- used to save supervisor windows
1132 SPILL64(uspillk8_sun4vt0,ASI_AIUS) ! 0x0a0 spill_0_other -- used to save user windows in supervisor mode
1144 FILL64(kfill8_sun4vt0,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running supervisor mode
1176 SPILL64(kspill8_sun4vt1,ASI_N) ! 0x090 spill_4_normal -- save supervisor window
    [all...]
  /src/sys/arch/cesfic/cesfic/
locore.s 280 pmove %a0@,%srp | load the supervisor root pointer
  /src/sys/arch/next68k/next68k/
locore.s 304 pmove %a0@,%srp | load the supervisor root pointer
  /src/sys/arch/mvme68k/mvme68k/
locore.s 569 pmove %a0@,%srp | load the supervisor root pointer

Completed in 77 milliseconds

1 2