Home
last modified time | relevance | path

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

123456789

/linux/rust/kernel/
H A Ddevice.rs169 /// Prints an emergency-level message (level 0) prefixed with device information.
179 /// Prints an alert-level message (level 1) prefixed with device information.
189 /// Prints a critical-level message (level 2) prefixed with device information.
199 /// Prints an error-level message (level 3) prefixed with device information.
209 /// Prints a warning-level message (level 4) prefixed with device information.
219 /// Prints a notice-level message (level 5) prefixed with device information.
229 /// Prints an info-level message (level 6) prefixed with device information.
239 /// Prints a debug-level message (level 7) prefixed with device information.
443 /// Prints an emergency-level message (level 0) prefixed with device information.
469 /// Prints an alert-level message (level 1) prefixed with device information.
[all …]
/linux/tools/testing/selftests/powerpc/include/
H A 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/arch/sh/include/mach-common/mach/
H A 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/arch/arm64/include/asm/
H A 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/arch/mips/include/asm/mach-generic/
H A 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/arch/powerpc/include/asm/
H A Dsstep.h95 /* Prefixed flag, ORed in with type */
96 #define PREFIXED 0x800 macro
103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
/linux/arch/arm64/kernel/
H A Dimage-vars.h26 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
77 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, to
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c194 bool prefixed = raw && !!(ccc->id & I3C_CCC_DIRECT); in i3c_hci_send_ccc_cmd() local
195 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd()
206 if (prefixed) { in i3c_hci_send_ccc_cmd()
215 for (i = 0; i < nxfers - prefixed; i++) { in i3c_hci_send_ccc_cmd()
229 if (prefixed) in i3c_hci_send_ccc_cmd()
240 for (i = prefixed; i < nxfers; i++) { in i3c_hci_send_ccc_cmd()
242 ccc->dests[i - prefixed].payload.len = in i3c_hci_send_ccc_cmd()
/linux/arch/powerpc/lib/
H A Dsstep.c193 * prefixed instruction
1504 op->type = COMPUTE | PREFIXED; in analyse_instr()
2976 case 1: /* Prefixed instructions */ in analyse_instr()
2996 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3001 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr()
3007 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr()
3013 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr()
3019 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr()
3027 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr()
3035 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr()
[all …]
/linux/arch/powerpc/xmon/
H A Dxmon_bpts.S7 /* Prefixed instructions can not cross 64 byte boundaries */
/linux/arch/riscv/kernel/pi/
H A Dpi.h8 * The following functions are exported (but prefixed). Declare them here so
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig7 # and the message is prefixed with the current file name and line number.
/linux/Documentation/devicetree/bindings/sound/
H A Dadi,adau1701.txt22 to be prefixed with '/bits/ 8'.
/linux/arch/x86/lib/
H A Dcmpxchg16b_emu.S18 * Notably this is not LOCK prefixed and is not safe against NMIs
H A Dcmpxchg8b_emu.S66 * Notably this is not LOCK prefixed and is not safe against NMIs
/linux/Documentation/
H A Datomic_bitops.txt33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-gsmi34 requirement is that the blob be prefixed with a
/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst24 - All standardised keys shall be prefixed with `drm-`.
25 - Driver-specific keys shall be prefixed with `driver_name-`, where
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c29 * version number all prefixed by a magic string and concatenated with
81 * @prod_info contains the hardware revision prefixed by a magic
/linux/tools/memory-model/scripts/
H A Dcheckalllitmus.sh7 # in the litmus test, this script prints an error message prefixed with
/linux/Documentation/input/devices/
H A Dcs461x.rst39 inspect cs461x: prefixed messages to determine possible card detection
/linux/Documentation/core-api/
H A 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/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/
H A Dsve.json136 …rations due to MOVPRFX instructions, whether or not they were fused with the prefixed instruction."
148 …executed operations due to MOVPRFX instructions that were not fused with the prefixed instruction."
/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dbrcm,bcm4377-bluetooth.yaml36 prefixed by "apple,", e.g. "apple,atlantisb".
/linux/drivers/md/dm-vdo/
H A Dlogger.h67 /* Log an error prefixed with the string associated with the errnum. */

123456789