Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/rust/
DMakefile76 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \
88 rustdoc-macros: private rustdoc_host = yes
89 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \
91 rustdoc-macros: $(src)/macros/lib.rs FORCE
111 --extern macros=$(objtree)/$(obj)/libmacros.so \
113 rustdoc-kernel: $(src)/kernel/lib.rs rustdoc-core rustdoc-macros \
129 rusttestlib-macros: private rustc_target_flags = --extern proc_macro
130 rusttestlib-macros: private rustc_test_library_proc = yes
131 rusttestlib-macros: $(src)/macros/lib.rs rusttest-prepare FORCE
161 rusttest: rusttest-macros rusttest-kernel
[all …]
/Linux-v6.1/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst26 | **bpftool** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix**…
35 **bpftool feature probe** [**kernel**] [**full**] [**macros** [**prefix** *PREFIX*]]
46 If the **macros** keyword (but not the **-j** option) is
48 **#define** macros that are ready to be included in a C
51 as a prefix to the names of the macros: this can be used to
68 **bpftool feature probe dev** *NAME* [**full**] [**macros** [**prefix** *PREFIX*]]
72 The keywords **full**, **macros** and **prefix** have the
/Linux-v6.1/Documentation/core-api/
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 …]
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
Dsymbol-namespaces.rst7 EXPORT_SYMBOL() macros.
13 --- 2.1 Using the EXPORT_SYMBOL macros
38 2.1 Using the EXPORT_SYMBOL macros
41 In addition to the macros EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL(), that allow
/Linux-v6.1/Documentation/admin-guide/
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-v6.1/Documentation/devicetree/bindings/clock/
Dmaxim,max77686.txt11 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
16 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
20 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
38 Clocks are defined as preprocessor macros in above dt-binding header for
Drockchip,rk3328-cru.txt22 preprocessor macros in the dt-bindings/clock/rk3328-cru.h headers and can be
23 used in device tree sources. Similar macros exist for the reset sources in
Damlogic,gxbb-aoclkc.txt27 preprocessor macros in the dt-bindings/clock/gxbb-aoclkc.h header and can be
34 preprocessor macros in the dt-bindings/reset/gxbb-aoclkc.h header and can be
Dstericsson,abx500.txt11 All available clocks are defined as preprocessor macros in
/Linux-v6.1/Documentation/userspace-api/media/
Dmedia.h.rst.exceptions6 # Ignore macros
15 #ignore legacy entity type macros
Dlirc.h.rst.exceptions6 # Ignore helper macros
73 # Undocumented macros
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dcputopology.rst36 ``**_id macros`` 的类型是int。
37 ``**_cpumask macros`` 的类型是 ``(const) struct cpumask *`` 。后者和恰当的
/Linux-v6.1/Documentation/powerpc/
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-v6.1/Documentation/input/
Duserio.rst30 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-v6.1/rust/kernel/
Dprelude.rs20 pub use macros::module;
Dlib.rs32 pub use macros;
/Linux-v6.1/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci10 /// signed functions/macros,
11 /// - hardcoded list of signed functions/macros with always non-negative
/Linux-v6.1/tools/memory-model/
Dlinux-kernel.cfg1 macros linux-kernel.def
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx27-pinctrl.txt90 For convenience there are macros defined in imx27-pinfunc.h which provide PIN
94 The above example using macros:
/Linux-v6.1/tools/virtio/asm/
Dbarrier.h30 #error Please fill in barrier macros
/Linux-v6.1/arch/arm/mm/
Dcache-nop.S46 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
/Linux-v6.1/scripts/
Dchecksyscalls.sh271 $* -Wno-error -Wno-unused-macros -E -x c - > /dev/null
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dr9a07g043u11-smarc.dts15 * Please change below macros according to SW1 setting on the SoM
/Linux-v6.1/tools/objtool/Documentation/
Dobjtool.txt200 ENTRY/ENDPROC macros. If objtool finds a return instruction
217 with the FRAME_BEGIN/FRAME_END macros.
268 FRAME_END macros. Otherwise, if it's not a callable function, remove
270 use the manual unwind hint macros in asm/unwind_hints.h.
289 with the ENTRY/ENDPROC macros (ENDPROC is the important one).
291 macros in asm/unwind_hints.h so objtool and the unwinder can know the
317 annotated with the unwind hint macros in asm/unwind_hints.h.
331 the unwind hint macros in asm/unwind_hints.h.
347 cases it's probably appropriate to use the unwind hint macros in

12345678910