Home
last modified time | relevance | path

Searched refs:supervisor (Results 1 – 25 of 40) sorted by relevance

12

/linux-5.19.10/arch/m68k/ifpsp060/
Dos.S58 | or supervisor application space. The examples below use simple "move"
59 | instructions for supervisor mode applications and call _copyin()/_copyout()
76 | Writes to data memory while in supervisor mode.
79 | a0 - supervisor source address
82 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
89 btst #0x5,0x4(%a6) | check for supervisor state
107 | Reads from data/instruction memory while in supervisor mode.
111 | a1 - supervisor destination address
113 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
122 btst #0x5,0x4(%a6) | check for supervisor state
[all …]
Diskeleton.S72 btst #0x5,%sp@ | supervisor bit set in saved SR?
192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
258 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
DCHANGES91 bit 18:16 = x10 (TM; x = 1 for supervisor mode)
113 bit 18:16 = x01 (TM; x = 1 for supervisor mode)
/linux-5.19.10/Documentation/devicetree/bindings/interrupt-controller/
Driscv,cpu-intc.txt10 The RISC-V supervisor ISA manual specifies three interrupt sources that are
18 All RISC-V systems that conform to the supervisor ISA specification are
29 RISC-V supervisor ISA manual, with only the following three interrupts being
30 defined for supervisor mode:
31 - Source 1 is the supervisor software interrupt, which can be sent by an SBI
33 - Source 5 is the supervisor timer interrupt, which can be configured by
35 - Source 9 is the supervisor external interrupt, which chains to all other
Dsifive,plic-1.0.0.yaml19 privilege modes per hart; machine mode and supervisor mode.
/linux-5.19.10/Documentation/hwmon/
Dsl28cpld.rst21 supervisor. In the future there might be other flavours and additional
24 The fan supervisor has a 7 bit counter register and a counter period of 1
25 second. If the 7 bit counter overflows, the supervisor will automatically
Dpli1209bc.rst22 The Vicor PLI1209BC is an isolated digital power system supervisor that provides
/linux-5.19.10/arch/m68k/fpsp040/
Dskeleton.S393 | a0 - supervisor source address
397 | The supervisor source address is guaranteed to point into the supervisor
404 | If the EXC_SR shows that the exception was from supervisor space,
439 | a1 - supervisor destination address
442 | Like mem_write, mem_read always reads with a supervisor
443 | destination address on the supervisor stack. Also like mem_write,
445 | from supervisor space is indicated.
449 btstb #5,EXC_SR(%a6) |check for supervisor state
Dx_store.S167 exg %a0,%a1 |a0=supervisor source, a1=user dest
251 exg %a0,%a1 |a0=supervisor source, a1=user dest
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf119.c37 container_of(work, struct nv50_disp, supervisor); in gf119_disp_super()
151 queue_work(disp->wq, &disp->supervisor); in gf119_disp_intr()
Dnv50.h15 struct work_struct supervisor; member
Dgv100.c43 container_of(work, struct nv50_disp, supervisor); in gv100_disp_super()
147 queue_work(disp->wq, &disp->supervisor); in gv100_disp_intr_ctrl_disp()
Dnv50.c175 INIT_WORK(&disp->supervisor, func->super); in nv50_disp_new_()
547 container_of(work, struct nv50_disp, supervisor); in nv50_disp_super()
678 queue_work(disp->wq, &disp->supervisor); in nv50_disp_intr()
/linux-5.19.10/drivers/misc/eeprom/
DKconfig63 tristate "Maxim MAX6874/5 power supply supervisor"
68 sequencer/supervisor.
/linux-5.19.10/Documentation/virt/kvm/x86/
Dhypercalls.rst82 shared page that contains parts of supervisor visible register state.
83 The guest can map this shared page to access its supervisor register
/linux-5.19.10/arch/m68k/ifpsp060/src/
Dpfpsp.S1560 # it here. if it was used from supervisor mode, then we have to handle this
1580 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
1882 btst &0x5,EXC_SR(%a6) # user or supervisor?
1883 bne.w fu_in_exit_s_p # supervisor
1900 # the exception occurred in supervisor mode. check to see if the
1979 btst &0x5,EXC_SR(%a6) # user or supervisor?
1980 bne.w fu_in_exc_exit_s_p # supervisor
2113 btst &0x5,EXC_SR(%a6) # user or supervisor?
2114 bne.b fu_out_exit_s_p # supervisor
2131 # the exception occurred in supervisor mode. check to see if the
[all …]
Disp.S482 btst &0x5,EXC_ISR(%a6) # supervisor mode?
504 btst &0x5,EXC_ISR(%a6) # supervisor mode?
506 # here, a7 has been incremented by 4 bytes in supervisor mode. we still
579 # changed. we don't have to update a7 for supervisor mose because that case
/linux-5.19.10/Documentation/core-api/
Derrseq.rst78 struct supervisor {
83 struct supervisor su;
/linux-5.19.10/Documentation/misc-devices/
Dmax6875.rst21 The Maxim MAX6875 is an EEPROM-programmable power-supply sequencer/supervisor.
/linux-5.19.10/Documentation/arm/nwfpe/
Dnetwinder-fpe.rst62 RFC/WFC are fully implemented. RFC/WFC are supervisor only instructions, and
64 from supervisor mode.
Dtodo.rst55 supervisor only instructions. If anyone has any ideas or comments I
/linux-5.19.10/Documentation/userspace-api/
Dseccomp_filter.rst266 like O_CLOEXEC on the file descriptor in the notifying process. If the supervisor
270 notifying process it will be replaced. The supervisor can also add an FD, and
279 such that when a user notification is received by the supervisor, the notifying
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-firmware-attributes261 echo "supervisor password" > authentication/Admin/current_password
280 You cannot enable certificate authentication if a supervisor password
/linux-5.19.10/Documentation/driver-api/mei/
Dmei.rst45 In order to support virtualization or sandboxing a trusted supervisor
/linux-5.19.10/arch/m68k/
DKconfig.cpu423 bool "Use write-through caching for 68060 supervisor accesses"
429 here will force supervisor (kernel) accesses to use writethrough

12