Home
last modified time | relevance | path

Searched full:prefixed (Results 1 – 25 of 183) sorted by relevance

12345678

/Linux-v6.1/tools/testing/selftests/powerpc/include/
Dinstructions.h69 /* This defines the prefixed load/store instructions */
116 /* Prefixed Integer Load/Store instructions */
130 /* Prefixed Floating-Point Load/Store Instructions */
136 /* Prefixed VSX Load/Store Instructions */
/Linux-v6.1/arch/sh/include/mach-common/mach/
Dmangle-port.h17 * variations of functions: non-prefixed ones that preserve the value
18 * and prefixed ones that preserve byte addresses. The latters are
/Linux-v6.1/arch/arm64/include/asm/
Dhyp_image.h15 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_,
26 * KVM nVHE ELF section names are prefixed with .hyp, to separate them
/Linux-v6.1/Documentation/mm/
Dpage_frags.rst32 called. The "netdev" prefixed functions are usable in any context as these
33 functions will disable interrupts, while the "napi" prefixed functions are
/Linux-v6.1/arch/mips/include/asm/mach-generic/
Dmangle-port.h23 * variations of functions: non-prefixed ones that preserve the value
24 * and prefixed ones that preserve byte addresses. The latters are
/Linux-v6.1/arch/powerpc/include/asm/
Dsstep.h95 /* Prefixed flag, ORed in with type */
96 #define PREFIXED 0x800 macro
103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
/Linux-v6.1/arch/arm64/kernel/
Dimage-vars.h17 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
47 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, to
/Linux-v6.1/drivers/i3c/master/mipi-i3c-hci/
Dcore.c197 bool prefixed = raw && !!(ccc->id & I3C_CCC_DIRECT); in i3c_hci_send_ccc_cmd() local
198 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd()
209 if (prefixed) { in i3c_hci_send_ccc_cmd()
218 for (i = 0; i < nxfers - prefixed; i++) { in i3c_hci_send_ccc_cmd()
232 if (prefixed) in i3c_hci_send_ccc_cmd()
243 for (i = prefixed; i < nxfers; i++) { in i3c_hci_send_ccc_cmd()
245 ccc->dests[i - prefixed].payload.len = in i3c_hci_send_ccc_cmd()
/Linux-v6.1/arch/powerpc/lib/
Dsstep.c193 * prefixed instruction
1498 op->type = COMPUTE | PREFIXED; in analyse_instr()
2969 case 1: /* Prefixed instructions */ in analyse_instr()
2989 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2994 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr()
3000 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr()
3006 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr()
3012 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr()
3020 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr()
3028 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr()
[all …]
/Linux-v6.1/arch/powerpc/xmon/
Dxmon_bpts.S7 /* Prefixed instructions can not cross 64 byte boundaries */
/Linux-v6.1/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig7 # and the message is prefixed with the current file name and line number.
/Linux-v6.1/arch/riscv/kernel/
Dimage-vars.h18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dadi,adau1701.txt22 to be prefixed with '/bits/ 8'.
/Linux-v6.1/Documentation/
Datomic_bitops.txt33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
/Linux-v6.1/Documentation/devicetree/bindings/leds/
Dcommon.yaml34 LED function. Use one of the LED_FUNCTION_* prefixed definitions
41 Color of the LED. Use one of the LED_COLOR_ID_* prefixed definitions from
/Linux-v6.1/Documentation/networking/devlink/
Dindex.rst12 new APIs prefixed by ``devl_*``. The older APIs handle all the locking
/Linux-v6.1/tools/memory-model/scripts/
Dcheckalllitmus.sh7 # in the litmus test, this script prints an error message prefixed with
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-firmware-gsmi34 requirement is that the blob be prefixed with a
/Linux-v6.1/Documentation/core-api/
Dasm-annotations.rst73 The new macros are prefixed with the ``SYM_`` prefix and can be divided into
106 prefixed symbols can be used within a code region, but should be avoided for
/Linux-v6.1/Documentation/input/devices/
Dcs461x.rst39 inspect cs461x: prefixed messages to determine possible card detection
/Linux-v6.1/tools/perf/util/
Ddemangle-rust.c16 * The last component of the path is a 64-bit hash in lowercase hex, prefixed
21 * Any path component not starting with a XID_Start character is prefixed with
/Linux-v6.1/arch/powerpc/kernel/
Dkprobes.c158 printk("Cannot register a kprobe on the second word of prefixed instruction\n"); in arch_prepare_kprobe()
167 * doesn't probe for prefixed instruction. in arch_prepare_kprobe()
171 printk("Cannot register a kprobe on the second word of prefixed instruction\n"); in arch_prepare_kprobe()
/Linux-v6.1/arch/x86/include/asm/
Dnops.h25 * Except 5 and 8, which are DS prefixed 4 and 7 resp, where GAS would emit 2
/Linux-v6.1/tools/arch/x86/include/asm/
Dnops.h25 * Except 5 and 8, which are DS prefixed 4 and 7 resp, where GAS would emit 2
/Linux-v6.1/fs/affs/
DChanges281 function. They are all prefixed by a severity
309 - Prefixed some constants with AFFS_ to avoid name

12345678