Searched full:executes (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
/linux-6.14.4/arch/s390/include/asm/ |
D | cpacf.h | 335 * Executes the query function for the given crypto instruction @opcode 376 * Executes the query authentication information function for the given crypto 393 * cpacf_km() - executes the KM (CIPHER MESSAGE) instruction 425 * cpacf_kmc() - executes the KMC (CIPHER MESSAGE WITH CHAINING) instruction 457 * cpacf_kimd() - executes the KIMD (COMPUTE INTERMEDIATE MESSAGE DIGEST) 483 * cpacf_klmd() - executes the KLMD (COMPUTE LAST MESSAGE DIGEST) instruction 508 * _cpacf_kmac() - executes the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 539 * cpacf_kmac() - executes the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 555 * cpacf_kmctr() - executes the KMCTR (CIPHER MESSAGE WITH COUNTER) instruction 590 * cpacf_prno() - executes the PRNO (PERFORM RANDOM NUMBER OPERATION) [all …]
|
/linux-6.14.4/drivers/i2c/ |
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.
|
/linux-6.14.4/tools/memory-model/Documentation/ |
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 …]
|
/linux-6.14.4/drivers/soc/fsl/qbman/ |
D | Kconfig | 43 to the cpu(s) the test executes on). 57 the cpu(s) the test executes on).
|
/linux-6.14.4/tools/memory-model/ |
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 *)
|
/linux-6.14.4/kernel/sched/ |
D | wait.c | 120 * If this function wakes up a task, it executes a full memory barrier 164 * If this function wakes up a task, it executes a full memory barrier before 190 * If this function wakes up a task, it executes a full memory barrier before 416 * The below executes an smp_mb(), which matches with the full barrier in wait_woken() 427 * The below executes an smp_mb(), which matches with the smp_mb() (C) in wait_woken()
|
/linux-6.14.4/arch/sparc/kernel/ |
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
|
/linux-6.14.4/arch/m68k/ifpsp060/ |
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.
|
/linux-6.14.4/drivers/base/regmap/ |
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
|
/linux-6.14.4/drivers/acpi/acpica/ |
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
|
/linux-6.14.4/Documentation/bpf/ |
D | prog_cgroup_sockopt.rst | 10 * ``BPF_CGROUP_GETSOCKOPT`` - called every time process executes ``getsockopt`` 12 * ``BPF_CGROUP_SETSOCKOPT`` - called every time process executes ``setsockopt``
|
/linux-6.14.4/arch/arm/nwfpe/ |
D | entry.S | 54 executes the instruction, without returning to user space. In this 55 way it repeatedly looks ahead and executes floating point instructions
|
/linux-6.14.4/tools/memory-model/litmus-tests/ |
D | LB+unlocklockonceonce+poacquireonce.litmus | 9 * write executes before a read, their memory effects can be reordered from
|
/linux-6.14.4/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 17 # 'shell' executes a command, and returns its stdout.
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | uprobe_multi_session_single.c | 21 /* only consumer 1 executes return probe */ in uprobe_multi_check()
|
D | uprobe_multi_session.c | 43 /* only uprobe_multi_func_2 executes return probe */ in uprobe_multi_check()
|
/linux-6.14.4/arch/arm/mach-imx/ |
D | pm-imx27.c | 34 /* Executes WFI */ in mx27_suspend_enter()
|
/linux-6.14.4/Documentation/networking/devlink/ |
D | devlink-selftests.rst | 37 # Executes selftests on the device
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/ |
D | intel_ggtt_fencing.h | 34 * the object occupies whilst it executes a fenced
|
/linux-6.14.4/include/linux/ |
D | dlm.h | 111 * lockast: function DLM executes when it completes processing the request 113 * bast: function DLM executes when this lock later blocks another request
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | pro_epilogue.c | 36 * It executes a tail call and control is transferred to in test_tailcall()
|
/linux-6.14.4/Documentation/devicetree/bindings/sram/ |
D | sram.yaml | 188 // of the secondary cores. Once the core gets powered up it executes the 214 // Once the core gets powered up it executes the code that is residing at a
|
/linux-6.14.4/Documentation/dev-tools/kunit/ |
D | architecture.rst | 101 or parts of the kernel, each KUnit case executes in a separate thread 187 - ``exec`` command executes kernel results either directly (using
|
/linux-6.14.4/tools/arch/sparc/include/asm/ |
D | barrier_64.h | 35 /* The kernel always executes in TSO memory model these days,
|
/linux-6.14.4/include/drm/ |
D | drm_vblank_work.h | 12 * vblank passes, and then executes at realtime priority outside of IRQ
|
12345678910>>...15