Lines Matching refs:supervisor
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 mode
143 btst #0x5,%a6@(0x4) |# check for supervisor state
168 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
177 btst #0x5,%a6@(0x4) |# check for supervisor state
178 bnes dmrbs |# supervisor
199 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
209 btst #0x5,%a6@(0x4) |# check for supervisor state
210 bnes dmrws |# supervisor
231 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
240 btst #0x5,%a6@(0x4) |# check for supervisor state
241 bnes dmrls |# supervisor
260 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
267 btst #0x5,%a6@(0x4) |# check for supervisor state
268 bnes dmwbs |# supervisor
287 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
294 btst #0x5,%a6@(0x4) |# check for supervisor state
295 bnes dmwws |# supervisor
314 # a6@(0x4),bit5 - 1 = supervisor mode, 0 = user mode
321 btst #0x5,%a6@(0x4) |# check for supervisor state
322 bnes dmwls |# supervisor