/openbmc/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 63 DEF_ATTRIB(CVI, "Executes on the HVX extension", "", "") 65 DEF_ATTRIB(CVI_NEW, "New value memory instruction executes on HVX", "", "") 66 DEF_ATTRIB(CVI_VM, "Memory instruction executes on HVX", "", "") 67 DEF_ATTRIB(CVI_VP, "Permute instruction executes on HVX", "", "") 68 DEF_ATTRIB(CVI_VP_VS, "Double vector permute/shft insn executes on HVX", "", "") 69 DEF_ATTRIB(CVI_VX, "Multiply instruction executes on HVX", "", "") 70 DEF_ATTRIB(CVI_VX_DV, "Double vector multiply insn executes on HVX", "", "") 71 DEF_ATTRIB(CVI_VS, "Shift instruction executes on HVX", "", "") 73 DEF_ATTRIB(CVI_VS_VX, "Permute/shift and multiply insn executes on HVX", "", "") 74 DEF_ATTRIB(CVI_VA, "ALU instruction executes on HVX", "", "") [all …]
|
/openbmc/qemu/docs/user/ |
H A D | main.rst | 28 executes a division by zero). 144 * ``qemu-mips`` executes 32-bit big endian MIPS binaries (MIPS O32 ABI). 146 * ``qemu-mipsel`` executes 32-bit little endian MIPS binaries (MIPS O32 ABI). 148 * ``qemu-mips64`` executes 64-bit big endian MIPS binaries (MIPS N64 ABI). 150 * ``qemu-mips64el`` executes 64-bit little endian MIPS binaries (MIPS N64 153 * ``qemu-mipsn32`` executes 32-bit big endian MIPS binaries (MIPS N32 ABI). 155 * ``qemu-mipsn32el`` executes 32-bit little endian MIPS binaries (MIPS N32
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cpacf.h | 282 * Executes the query function for the given crypto instruction @opcode 312 * cpacf_km() - executes the KM (CIPHER MESSAGE) instruction 344 * cpacf_kmc() - executes the KMC (CIPHER MESSAGE WITH CHAINING) instruction 376 * cpacf_kimd() - executes the KIMD (COMPUTE INTERMEDIATE MESSAGE DIGEST) 402 * cpacf_klmd() - executes the KLMD (COMPUTE LAST MESSAGE DIGEST) instruction 427 * cpacf_kmac() - executes the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 457 * cpacf_kmctr() - executes the KMCTR (CIPHER MESSAGE WITH COUNTER) instruction 492 * cpacf_prno() - executes the PRNO (PERFORM RANDOM NUMBER OPERATION) 523 * cpacf_trng() - executes the TRNG subfunction of the PRNO instruction 548 * cpacf_pcc() - executes the PCC (PERFORM CRYPTOGRAPHIC COMPUTATION) [all …]
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 99 * This executes the SMBus "receive byte" protocol, returning negative errno 119 * This executes the SMBus "send byte" protocol, returning negative errno 134 * This executes the SMBus "read byte" protocol, returning negative errno 155 * This executes the SMBus "write byte" protocol, returning negative errno 174 * This executes the SMBus "read word" protocol, returning negative errno 195 * This executes the SMBus "write word" protocol, returning negative errno 216 * This executes the SMBus "block read" protocol, returning negative errno 248 * This executes the SMBus "block write" protocol, returning negative errno 532 * This executes an SMBus protocol operation, and returns a negative 630 * This executes the SMBus "block read" protocol if supported by the adapter.
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | README | 6 This program executes most of the 16 bit and 32 bit x86 instructions and 21 This program executes most SSE/AVX instructions and generates a text output,
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | configuration.hpp | 79 * Executes the actions to configure the specified device. 93 * Executes the actions to configure the specified rail. 129 * Executes the actions to configure a device or rail.
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | event.hpp | 118 * Executes the callback upon events occurring 131 * Executes the callback upon events occurring 144 * Executes the callback upon events occurring
|
/openbmc/openbmc/poky/meta/recipes-bsp/acpid/ |
H A D | acpid.inc | 4 deprecated file /proc/acpi/event), and when an event occurs, executes programs \ 5 to handle the event. The programs it executes are configured through a set of \
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | Kconfig | 43 to the cpu(s) the test executes on). 57 the cpu(s) the test executes on).
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 207 P0 stores 1 to buf before storing 1 to flag, since it executes 271 W: P0 stores 1 to flag executes before 272 X: P1 loads 1 from flag executes before 273 Y: P1 loads 0 from buf executes before 274 Z: P0 stores 1 to buf executes before 555 executes on a separate CPU before the main program runs. 789 When CPU C executes a store instruction, it tells the memory subsystem 798 When a CPU executes a load instruction R, it first checks to see 821 premature executions; we simply say that the load executes at the 1271 has executed, which is possible if W executes shortly before R. [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | not_action.hpp | 31 * Executes an action and negates its return value. 56 * Executes the action specified in the constructor.
|
H A D | or_action.hpp | 32 * Executes a sequence of actions and tests whether any of them returned true. 57 * Executes the actions specified in the constructor.
|
H A D | and_action.hpp | 32 * Executes a sequence of actions and tests whether all of them returned true. 57 * Executes the actions specified in the constructor.
|
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.cat | 48 * to the CPU that executes the fence. Therefore, all those stores are 166 * a single constraint on an "executes-before" relation, xb: 169 * acyclic xb as executes-before 181 (* Executes-before and visibility *) 194 (* Visibility and executes-before for plain accesses *)
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ktlb.S | 24 /* The kernel executes in context zero, therefore we do not 136 /* The kernel executes in context zero, therefore we do not 263 /* The kernel executes in context zero, therefore we do not
|
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 153 * If this function wakes up a task, it executes a full memory barrier 204 * If this function wakes up a task, it executes a full memory barrier before 230 * If this function wakes up a task, it executes a full memory barrier before 456 * The below executes an smp_mb(), which matches with the full barrier in wait_woken() 467 * The below executes an smp_mb(), which matches with the smp_mb() (C) in wait_woken()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-sccb.c | 36 * This executes the 2-phase write transmission cycle that is followed by a 72 * This executes the SCCB 3-phase write transmission cycle, returning negative
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 50 * is called with @data when the guest executes HV_POST_MESSAGE hypercall on 56 * is signaled when the guest executes HV_SIGNAL_EVENT hypercall on @conn_id.
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | events.yaml | 64 # "init" - Executes a method(with associated handler) at startup 66 # "signal" - Subscribes to a signal and executes the associated 88 # "init" - Executes a method(with associated handler) at startup 90 # "signal" - Subscribes to a signal and executes the associated
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.doc | 83 extended precision operand if program executes: 113 executes an FMUL of a zero and an infinity to force the OPERR 127 the instruction but rather simply executes it.
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | bitbake.1 | 32 \fBbitbake\fP is a program that executes the specified task (default is 'build') 67 Specify task to execute. Note that this only executes the specified task for
|
/openbmc/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 10 executes the bios components such as acpi and smbios tables directly through 14 with grub so actual routines that executes bios components can be written in 24 example in case of x86. Since the OS executes from ring 0 whereas normal user
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | utids.c | 26 * DESCRIPTION: Executes the _HID control method that returns the hardware 103 * DESCRIPTION: Executes the _UID control method that returns the unique 181 * DESCRIPTION: Executes the _CID control method that returns one or more 324 * DESCRIPTION: Executes the _CLS control method that returns PCI-defined
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
H A D | xkbevd_1.1.5.bb | 4 events and executes requested commands if they occur. "
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 16 [Documentation] Executes getscom command on OS with the given 27 [Documentation] Executes opal-gard command on OS with the given 37 [Documentation] Executes putscom command on OS with the given
|