Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dhyp_image.h11 * 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/
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 */
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/vm/
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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsstep.h96 /* 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/
Dimage-vars.h20 * 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/
Dxmon_bpts.S7 /* Prefixed instructions can not cross 64 byte boundaries */
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c194 * 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/
DKconfig7 # and the message is prefixed with the current file name and line number.
/kernel/linux/linux-5.10/arch/riscv/kernel/
Dimage-vars.h18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dadi,adau1701.txt22 to be prefixed with '/bits/ 8'.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/
Datomic_bitops.txt33 All RMW atomic operations have a '__' prefixed variant which is non-atomic.
Dasm-annotations.rst72 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/
Dcheckalllitmus.sh7 # in the litmus test, this script prints an error message prefixed with
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-firmware-gsmi34 requirement is that the blob be prefixed with a
/kernel/linux/linux-5.10/Documentation/input/devices/
Dcs461x.rst39 inspect cs461x: prefixed messages to determine possible card detection
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/fs/affs/
DChanges281 function. They are all prefixed by a severity
309 - Prefixed some constants with AFFS_ to avoid name
/kernel/linux/linux-5.10/scripts/
Dshow_delta19 have time data prefixed because the CONFIG_PRINTK_TIME option is set, or
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dexconvrt.c91 * and hexadecimal strings (hex prefixed with "0x"). in acpi_ex_convert_to_integer()
476 * Each hex number is prefixed with 0x (11/2018) in acpi_ex_convert_to_string()
489 * Each hex number is prefixed with 0x (11/2018) in acpi_ex_convert_to_string()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dsecure.txt20 non-prefixed property. However, only the properties listed below may
/kernel/linux/linux-5.10/Documentation/driver-api/
Dhsi.rst18 commonly prefixed by AC for signals going from the application die to the
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
Dpinctrl-samsung.h117 * @name: name to be prefixed for each pin in this pin bank.
142 * @name: name to be prefixed for each pin in this pin bank.

1234567