Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/m68k/ifpsp060/
H A 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 …]
H A Diskeleton.S72 btst #0x5,%sp@ | supervisor bit set in saved SR?
192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
258 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
H A DCHANGES91 bit 18:16 = x10 (TM; x = 1 for supervisor mode)
113 bit 18:16 = x01 (TM; x = 1 for supervisor mode)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-supervisor_4.2.5.bb6 HOMEPAGE = "https://github.com/Supervisor/supervisor"
12 PYPI_PACKAGE = "supervisor"
23 file://supervisor.service \
25 SYSTEMD_SERVICE:${PN} = "supervisor.service"
28 install -d ${D}${sysconfdir}/supervisor
31 install -m 0644 ${UNPACKDIR}/supervisord.conf ${D}${sysconfdir}/supervisor
32 install -m 0644 ${UNPACKDIR}/supervisor.service ${D}${systemd_system_unitdir}
H A Dpython3-meld3_2.0.1.bb7 HOMEPAGE = "https://github.com/supervisor/meld3"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf1 ; 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 Dsupervisor.service7 ExecStart=/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
9 ExecReload=/usr/bin/supervisorctl -c /etc/supervisor/supervisord.conf $OPTIONS reload
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A 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
/openbmc/linux/Documentation/hwmon/
H A 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
H A Dpli1209bc.rst22 The Vicor PLI1209BC is an isolated digital power system supervisor that provides
/openbmc/linux/arch/m68k/fpsp040/
H A 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
H A Dx_store.S167 exg %a0,%a1 |a0=supervisor source, a1=user dest
251 exg %a0,%a1 |a0=supervisor source, a1=user dest
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Derrseq.rst77 struct supervisor {
82 struct supervisor su;
/openbmc/qemu/target/sparc/
H A Dtranslate.c185 bool supervisor; member
301 #define supervisor(dc) 0 macro
306 #define supervisor(dc) (dc->supervisor | dc->hypervisor) macro
308 #define supervisor(dc) (dc->supervisor) macro
1553 } else if (supervisor(dc) in resolve_asi()
1610 if (!supervisor(dc) && asi < 0x80) { in resolve_asi()
2742 int mask = ((dc->def->features & CPU_FEATURE_HYPV) && supervisor(dc) in do_tcc()
2938 TRANS(RDSOFTINT, 64, do_rd_special, supervisor(dc), a->rd, do_rdsoftint)
2972 TRANS(RDSTICK_CMPR, 64, do_rd_special, supervisor(dc), a->rd, do_rdstick_cmpr)
2992 TRANS(RDPSR, 32, do_rd_special, supervisor(dc), a->rd, do_rdpsr)
[all …]
/openbmc/linux/Documentation/riscv/
H A Duabi.rst29 #. Standard supervisor-level extensions (starting with 'S') will be listed
30 after standard unprivileged extensions. If multiple supervisor-level
/openbmc/linux/drivers/misc/eeprom/
H A DKconfig64 tristate "Maxim MAX6874/5 power supply supervisor"
69 sequencer/supervisor.
/openbmc/linux/Documentation/virt/kvm/x86/
H A 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
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst218 O_CLOEXEC 等标志。如果监督者(supervisor)向文件描述符注入一个特定的数字,可以使用
/openbmc/linux/arch/m68k/ifpsp060/src/
H A 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 …]
H A 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
/openbmc/linux/Documentation/core-api/
H A Derrseq.rst78 struct supervisor {
83 struct supervisor su;
/openbmc/u-boot/drivers/misc/
H A DKconfig126 bool "Enable support for DS4510 CPU supervisor"
128 Enable support for the Maxim DS4510 CPU supervisor. It has an
130 and a configurable timer for the supervisor function. The device is
/openbmc/linux/Documentation/arch/arm/nwfpe/
H A Dnetwinder-fpe.rst62 RFC/WFC are fully implemented. RFC/WFC are supervisor only instructions, and
64 from supervisor mode.
H A Dtodo.rst55 supervisor only instructions. If anyone has any ideas or comments I
/openbmc/linux/Documentation/misc-devices/
H A Dmax6875.rst21 The Maxim MAX6875 is an EEPROM-programmable power-supply sequencer/supervisor.

123