/linux-6.14.4/rust/kernel/ |
D | device.rs | 81 /// Prints an emergency-level message (level 0) prefixed with device information. 91 /// Prints an alert-level message (level 1) prefixed with device information. 101 /// Prints a critical-level message (level 2) prefixed with device information. 111 /// Prints an error-level message (level 3) prefixed with device information. 121 /// Prints a warning-level message (level 4) prefixed with device information. 131 /// Prints a notice-level message (level 5) prefixed with device information. 141 /// Prints an info-level message (level 6) prefixed with device information. 151 /// Prints a debug-level message (level 7) prefixed with device information. 222 /// Prints an emergency-level message (level 0) prefixed with device information. 247 /// Prints an alert-level message (level 1) prefixed with device information. [all …]
|
/linux-6.14.4/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 69 /* 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-6.14.4/arch/sh/include/mach-common/mach/ |
D | mangle-port.h | 17 * variations of functions: non-prefixed ones that preserve the value 18 * and prefixed ones that preserve byte addresses. The latters are
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | hyp_image.h | 15 * 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-6.14.4/Documentation/mm/ |
D | page_frags.rst | 30 called. The "netdev" prefixed functions are usable in any context as these 31 functions will disable interrupts, while the "napi" prefixed functions are
|
/linux-6.14.4/arch/mips/include/asm/mach-generic/ |
D | mangle-port.h | 23 * variations of functions: non-prefixed ones that preserve the value 24 * and prefixed ones that preserve byte addresses. The latters are
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | sstep.h | 95 /* Prefixed flag, ORed in with type */ 96 #define PREFIXED 0x800 macro 103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
|
/linux-6.14.4/arch/powerpc/platforms/ |
D | Kconfig.cputype | 456 bool "Build Kernel with Prefixed Instructions" 458 POWER10 and later CPUs support prefixed instructions, 8 byte 462 This option builds the kernel with prefixed instructions, and 465 Kernel support for prefixed instructions in applications and guests
|
/linux-6.14.4/arch/arm64/kernel/ |
D | image-vars.h | 16 * 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-6.14.4/drivers/i3c/master/mipi-i3c-hci/ |
D | core.c | 194 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-6.14.4/arch/powerpc/lib/ |
D | sstep.c | 193 * 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-6.14.4/arch/powerpc/xmon/ |
D | xmon_bpts.S | 7 /* Prefixed instructions can not cross 64 byte boundaries */
|
/linux-6.14.4/arch/riscv/kernel/pi/ |
D | pi.h | 8 * The following functions are exported (but prefixed). Declare them here so
|
/linux-6.14.4/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 7 # and the message is prefixed with the current file name and line number.
|
/linux-6.14.4/arch/riscv/kernel/ |
D | image-vars.h | 18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
|
/linux-6.14.4/arch/x86/lib/ |
D | cmpxchg16b_emu.S | 18 * Notably this is not LOCK prefixed and is not safe against NMIs
|
D | cmpxchg8b_emu.S | 66 * Notably this is not LOCK prefixed and is not safe against NMIs
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | adi,adau1701.txt | 22 to be prefixed with '/bits/ 8'.
|
/linux-6.14.4/Documentation/ |
D | atomic_bitops.txt | 33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
|
/linux-6.14.4/drivers/net/can/usb/etas_es58x/ |
D | es58x_devlink.c | 29 * version number all prefixed by a magic string and concatenated with 81 * @prod_info contains the hardware revision prefixed by a magic
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 34 requirement is that the blob be prefixed with a
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | kprobes.c | 141 printk("Cannot register a kprobe on the second word of prefixed instruction\n"); in arch_prepare_kprobe() 148 * doesn't probe for prefixed instruction. in arch_prepare_kprobe() 152 printk("Cannot register a kprobe on the second word of prefixed instruction\n"); in arch_prepare_kprobe()
|
/linux-6.14.4/tools/memory-model/scripts/ |
D | checkalllitmus.sh | 7 # in the litmus test, this script prints an error message prefixed with
|
/linux-6.14.4/tools/perf/util/ |
D | demangle-rust.c | 16 * 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-6.14.4/Documentation/core-api/ |
D | asm-annotations.rst | 73 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
|