| /linux/Documentation/core-api/ |
| H A D | asm-annotations.rst | 6 This document describes the new macros for annotation of data and code in 21 Over time, the Linux kernel has adopted macros from various projects (like 24 annotations in assembly. Due to the lack of their documentation, the macros 31 When these macros are used correctly, they help assemblers generate a nice 54 As one might realize, there were only three macros previously. That is indeed 62 macros, it was decided that brand new macros should be introduced instead:: 73 The new macros are prefixed with the ``SYM_`` prefix and can be divided into 125 example, having some asm instructions in between the macros, of course:: 132 and ``ENDPROC`` macros. 181 Similar to instructions, there is a couple of macros to describe data in the [all …]
|
| H A D | boot-time-mm.rst | 16 functions and macros for memory allocations. The allocation request 34 macros. Some of them are actually internal, but since they are
|
| H A D | printk-basics.rst | 85 logging. This family of macros embed the log level in the macro names. For 102 For debugging purposes there are also two conditionally-compiled macros:
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 26 | **bpftool** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix**… 35 bpftool feature probe [kernel] [full] [macros [prefix *PREFIX*]] 44 If the **macros** keyword (but not the **-j** option) is passed, a subset 45 of the output is dumped as a list of **#define** macros that are ready to 48 to the names of the macros: this can be used to avoid conflicts on macro 62 bpftool feature probe dev *NAME* [full] [macros [prefix *PREFIX*]] 66 The keywords **full**, **macros** and **prefix** have the same role as when
|
| /linux/rust/ |
| H A D | Makefile | 46 libmacros_name := $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name macros --crate-type p… 134 --extern macros \ 171 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ 205 rustdoc-macros: private rustdoc_host = yes 206 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \ 208 rustdoc-macros: $(src)/macros/lib.rs rustdoc-clean rustdoc-proc_macro2 \
|
| /linux/Documentation/admin-guide/ |
| H A D | cputopology.rst | 12 only be created if an architecture provides the related macros as described 16 these macros in include/asm-XXX/topology.h:: 31 The type of ``**_id macros`` is int. 32 The type of ``**_cpumask macros`` is ``(const) struct cpumask *``. The latter 37 provides default definitions for any of the above macros that are
|
| /linux/rust/kernel/ |
| H A D | tracepoint.rs | 22 $crate::macros::paste! { 32 $crate::macros::paste! {
|
| H A D | prelude.rs | 28 pub use macros::{export, fmt, kunit_tests, module, vtable};
|
| H A D | bits.rs | 9 use macros::paste;
|
| /linux/rust/pin-init/src/ |
| H A D | macros.rs | |
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media.h.rst.exceptions | 9 # Ignore macros 18 #ignore legacy entity type macros
|
| /linux/Documentation/arch/powerpc/ |
| H A D | cpu_features.rst | 38 just 2 macros (found in arch/powerpc/include/asm/cputable.h), as seen in head.S 53 cur_cpu_spec[0]->cpu_features) or is cleared, respectively. These two macros 56 The END_FTR_SECTION macros are implemented by storing information about this
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | cputopology.rst | 36 ``**_id macros`` 的类型是int。 37 ``**_cpumask macros`` 的类型是 ``(const) struct cpumask *`` 。后者和恰当的
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | cputopology.rst | 36 ``**_id macros`` 的類型是int。 37 ``**_cpumask macros`` 的類型是 ``(const) struct cpumask *`` 。後者和恰當的
|
| /linux/rust/kernel/drm/ |
| H A D | ioctl.rs | 110 let cmd: u32 = $crate::macros::concat_idents!(DRM_IOCTL_, $cmd); 120 cmd: $crate::macros::concat_idents!(DRM_IOCTL_, $cmd) as u32,
|
| /linux/Documentation/input/ |
| H A D | userio.rst | 30 macros you need to interact with the device are defined in <linux/userio.h> and 44 of the USERIO_CMD macros defined in <linux/userio.h>. ``data`` is the argument 69 set. Can be any of the macros from <linux/serio.h>. For example: SERIO_8042
|
| /linux/scripts/coccinelle/tests/ |
| H A D | unsigned_lesser_than_zero.cocci | 10 /// signed functions/macros, 11 /// - hardcoded list of signed functions/macros with always non-negative
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | fsl,imx27-pinctrl.txt | 90 For convenience there are macros defined in imx27-pinfunc.h which provide PIN 94 The above example using macros:
|
| /linux/ |
| H A D | .clippy.toml | 7 disallowed-macros = [
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.cfg | 1 macros linux-kernel.def
|
| /linux/Documentation/rust/ |
| H A D | testing.rst | 115 macros from the Rust standard library (``core``). We provide a custom version 116 that forwards the call to KUnit instead. Importantly, these macros do not 168 Like documentation tests, the ``assert!`` and ``assert_eq!`` macros are mapped 214 Currently, they are mostly used for testing the ``macros`` crate's examples.
|
| /linux/tools/virtio/asm/ |
| H A D | barrier.h | 30 #error Please fill in barrier macros
|
| /linux/arch/riscv/boot/dts/renesas/ |
| H A D | r9a07g043f01-smarc.dts | 15 * Please change below macros according to SW1 setting on the SoM
|
| /linux/scripts/ |
| H A D | checksyscalls.sh | 273 $* -Wno-error -Wno-unused-macros -E -x c - > /dev/null
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a07g043u11-smarc.dts | 15 * Please change below macros according to SW1 setting on the SoM
|