Searched full:prefixed (Results 1 – 25 of 304) sorted by relevance
12345678910>>...13
| /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-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-4.19/arch/sh/include/mach-common/mach/ |
| D | mangle-port.h | 20 * variations of functions: non-prefixed ones that preserve the value 21 * and prefixed ones that preserve byte addresses. The latters are
|
| /kernel/linux/linux-4.19/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/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-4.19/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-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-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-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-5.10/arch/powerpc/xmon/ |
| D | xmon_bpts.S | 7 /* Prefixed instructions can not cross 64 byte boundaries */
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | sstep.c | 194 * prefixed instruction 1367 op->type = COMPUTE | PREFIXED; in analyse_instr() 2785 case 1: /* Prefixed instructions */ in analyse_instr() 2805 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr() 2810 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr() 2816 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr() 2822 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr() 2828 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr() 2836 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr() 2844 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr() [all …]
|
| /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-4.19/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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | adi,adau1701.txt | 22 to be prefixed with '/bits/ 8'.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | adi,adau1701.txt | 22 to be prefixed with '/bits/ 8'.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | common.yaml | 34 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
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | atomic_bitops.txt | 33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
|
| /kernel/linux/linux-5.10/Documentation/ |
| D | atomic_bitops.txt | 33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
|
| D | asm-annotations.rst | 72 The new macros are prefixed with the ``SYM_`` prefix and can be divided into 105 prefixed symbols can be used within a code region, but should be avoided for
|
| /kernel/linux/linux-5.10/tools/memory-model/scripts/ |
| D | checkalllitmus.sh | 7 # in the litmus test, this script prints an error message prefixed with
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-firmware-gsmi | 34 requirement is that the blob be prefixed with a
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-firmware-gsmi | 34 requirement is that the blob be prefixed with a
|
| /kernel/linux/linux-4.19/fs/crypto/ |
| D | hooks.c | 149 * targets are prefixed with the ciphertext length, despite this in __fscrypt_prepare_symlink() 245 * For historical reasons, encrypted symlink targets are prefixed with in fscrypt_get_symlink()
|
12345678910>>...13