Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 160) sorted by relevance

1234567

/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst26 | **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/Documentation/core-api/
H A Dasm-annotations.rst6 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 Dboot-time-mm.rst16 functions and macros for memory allocations. The allocation request
34 macros. Some of them are actually internal, but since they are
/linux/rust/kernel/
H A Dtracepoint.rs22 $crate::macros::paste! {
32 $crate::macros::paste! {
H A Dprelude.rs43 pub use macros::{
H A Dbits.rs9 use macros::paste;
/linux/rust/
H A DMakefile56 libmacros_name := $(call procmacro-name,macros)
151 --extern macros \
185 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \
225 rustdoc-macros: private rustdoc_host = yes
226 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \
228 rustdoc-macros: $(src)/macros/lib.rs rustdoc-clean rustdoc-proc_macro2 \
266 rustdoc-macros FORCE
271 --extern build_error --extern macros \
274 rustdoc-kernel: $(src)/kernel/lib.rs rustdoc-core rustdoc-ffi rustdoc-macros \
[all...]
/linux/Documentation/admin-guide/
H A Dcputopology.rst12 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/Documentation/userspace-api/media/mediactl/
H A Dmedia.h.rst.exceptions9 # Ignore macros
18 #ignore legacy entity type macros
/linux/rust/pin-init/src/
H A Dmacros.rs
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst36 ``**_id macros`` 的类型是int。
37 ``**_cpumask macros`` 的类型是 ``(const) struct cpumask *`` 。后者和恰当的
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst36 ``**_id macros`` 的類型是int。
37 ``**_cpumask macros`` 的類型是 ``(const) struct cpumask *`` 。後者和恰當的
/linux/rust/kernel/drm/
H A Dioctl.rs110 let cmd: u32 = $crate::macros::concat_idents!(DRM_IOCTL_, $cmd);
120 cmd: $crate::macros::concat_idents!(DRM_IOCTL_, $cmd) as u32,
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst38 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/scripts/coccinelle/tests/
H A Dunsigned_lesser_than_zero.cocci10 /// signed functions/macros,
11 /// - hardcoded list of signed functions/macros with always non-negative
/linux/tools/memory-model/
H A Dlinux-kernel.cfg1 macros linux-kernel.def
/linux/tools/virtio/asm/
H A Dbarrier.h30 #error Please fill in barrier macros
/linux/arch/riscv/boot/dts/renesas/
H A Dr9a07g043f01-smarc.dts15 * Please change below macros according to SW1 setting on the SoM
/linux/scripts/
H A Dchecksyscalls.sh277 $* -Wno-error -Wno-unused-macros -E -x c - > /dev/null
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g043u11-smarc.dts15 * Please change below macros according to SW1 setting on the SoM
/linux/arch/arm/mm/
H A Dproc-arm9tdmi.S69 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm7tdmi.S69 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/linux/scripts/coccinelle/misc/
H A Dstruct_size.cocci16 // the macros, so we want to ignore this code when reporting potential
/linux/Documentation/devicetree/bindings/clock/
H A Dclk-palmas-clk32kg-clocks.txt21 The macros of external control pins for DTS is defined at
/linux/tools/perf/Documentation/
H A Dasciidoc.conf10 [macros]

1234567