| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | os.S | 58 | 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 …]
|
| H A D | iskeleton.S | 72 btst #0x5,%sp@ | supervisor bit set in saved SR? 192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user 258 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
|
| H A D | CHANGES | 91 bit 18:16 = x10 (TM; x = 1 for supervisor mode) 113 bit 18:16 = x01 (TM; x = 1 for supervisor mode)
|
| /OK3568_Linux_fs/buildroot/package/supervisor/ |
| H A D | supervisord.conf | 2 file = /var/run/supervisor.sock 5 logfile = /var/log/supervisor/supervisord.log 9 childlogdir = /var/log/supervisor 11 [rpcinterface:supervisor] 12 supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface 15 serverurl = unix:///var/run/supervisor.sock 18 files = /etc/supervisor.d/*.conf
|
| H A D | supervisor.mk | 15 $(INSTALL) -d -m 755 $(TARGET_DIR)/etc/supervisor.d 16 $(INSTALL) -D -m 644 package/supervisor/supervisord.conf \ 23 $(INSTALL) -D -m 755 package/supervisor/S99supervisord \ 28 $(INSTALL) -D -m 644 package/supervisor/supervisord.service \
|
| H A D | Config.in | 2 bool "supervisor" 11 comment "supervisor needs a python interpreter"
|
| H A D | supervisor.hash | 2 sha256 5b2b8882ec8a3c3733cce6965cc098b6d80b417f21229ab90b18fe551d619f90 supervisor-4.2.2.tar.gz
|
| H A D | S99supervisord | 3 mkdir -p /var/log/supervisor
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-supervisor_4.2.4.bb | 6 HOMEPAGE = "https://github.com/Supervisor/supervisor" 12 PYPI_PACKAGE = "supervisor" 19 file://supervisor.service \ 21 SYSTEMD_SERVICE:${PN} = "supervisor.service" 24 install -d ${D}${sysconfdir}/supervisor 27 install -m 0644 ${WORKDIR}/supervisord.conf ${D}${sysconfdir}/supervisor 28 install -m 0644 ${WORKDIR}/supervisor.service ${D}${systemd_system_unitdir}
|
| H A D | python3-meld3_2.0.1.bb | 7 HOMEPAGE = "https://github.com/supervisor/meld3"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/ |
| H A D | supervisord.conf | 1 ; supervisor config file 4 file=/var/run/supervisor.sock ; (the path to the socket file) 15 [rpcinterface:supervisor] 16 supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface 19 serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket 28 files = /etc/supervisor/conf.d/*.conf
|
| H A D | supervisor.service | 7 ExecStart=/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf 9 ExecReload=/usr/bin/supervisorctl -c /etc/supervisor/supervisord.conf $OPTIONS reload
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | riscv,cpu-intc.txt | 10 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
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | sl28cpld.rst | 21 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
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | skeleton.S | 393 | 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
|
| H A D | x_store.S | 167 exg %a0,%a1 |a0=supervisor source, a1=user dest 251 exg %a0,%a1 |a0=supervisor source, a1=user dest
|
| /OK3568_Linux_fs/buildroot/package/quagga/ |
| H A D | Config.in | 21 Use a TCP socket to communicate between zebra (supervisor) 76 supervisor.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | gf119.c | 37 container_of(work, struct nv50_disp, supervisor); in gf119_disp_super() 151 queue_work(disp->wq, &disp->supervisor); in gf119_disp_intr()
|
| H A D | nv50.h | 15 struct work_struct supervisor; member
|
| H A D | gv100.c | 43 container_of(work, struct nv50_disp, supervisor); in gv100_disp_super() 147 queue_work(disp->wq, &disp->supervisor); in gv100_disp_intr_ctrl_disp()
|
| /OK3568_Linux_fs/buildroot/package/openrc/ |
| H A D | 0003-init.d-agetty-replace-sbin-agetty-by-sbin-getty.patch | 22 @@ -14,7 +14,7 @@ supervisor=supervise-daemon
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | Kconfig | 62 tristate "Maxim MAX6874/5 power supply supervisor" 67 sequencer/supervisor.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | hypercalls.rst | 82 shared page that contains parts of supervisor visible register state. 83 The guest can map this shared page to access its supervisor register
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 1560 # 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | Kconfig | 163 bool "Enable support for DS4510 CPU supervisor" 165 Enable support for the Maxim DS4510 CPU supervisor. It has an 167 and a configurable timer for the supervisor function. The device is
|