| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | hyp_image.h | 11 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, 19 * KVM nVHE ELF section names are prefixed with .hyp, to separate them
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | page_frags.rst | 32 called. The "netdev" prefixed functions are usable in any context as these 33 functions will disable interrupts, while the "napi" prefixed functions are
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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)
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | sstep.h | 96 /* Prefixed flag, ORed in with type */ 97 #define PREFIXED 0x800 macro 104 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| D | image-vars.h | 16 * The EFI stub has its own symbol namespace prefixed by __efistub_, to 40 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, to
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | image-vars.h | 20 * The EFI stub has its own symbol namespace prefixed by __efistub_, to 57 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, to
|
| /kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
| D | core.c | 197 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()
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/ |
| D | Kconfig.cputype | 471 bool "Build Kernel with Prefixed Instructions" 473 POWER10 and later CPUs support prefixed instructions, 8 byte 477 This option builds the kernel with prefixed instructions, and 480 Kernel support for prefixed instructions in applications and guests
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | sstep.c | 194 * prefixed instruction 1383 op->type = COMPUTE | PREFIXED; in analyse_instr() 2801 case 1: /* Prefixed instructions */ in analyse_instr() 2821 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr() 2826 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr() 2832 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr() 2838 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr() 2844 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr() 2852 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr() 2860 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/arch/powerpc/xmon/ |
| D | xmon_bpts.S | 7 /* Prefixed instructions can not cross 64 byte boundaries */
|
| /kernel/linux/linux-5.10/arch/powerpc/xmon/ |
| D | xmon_bpts.S | 7 /* Prefixed instructions can not cross 64 byte boundaries */
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/pi/ |
| D | fdt_early.c | 7 * Declare the functions that are exported (but prefixed) here so that LLVM
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| D | image-vars.h | 18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 7 # and the message is prefixed with the current file name and line number.
|
| /kernel/linux/linux-6.6/scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 7 # and the message is prefixed with the current file name and line number.
|
| /kernel/linux/linux-5.10/arch/riscv/kernel/ |
| D | image-vars.h | 18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
|