Home
last modified time | relevance | path

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

12345678910

/Linux-v6.6/rust/
DMakefile94 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \
105 rustdoc-macros: private rustdoc_host = yes
106 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \
108 rustdoc-macros: $(src)/macros/lib.rs FORCE
128 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
130 rustdoc-kernel: $(src)/kernel/lib.rs rustdoc-core rustdoc-macros \
149 rusttestlib-macros: private rustc_target_flags = --extern proc_macro
150 rusttestlib-macros: private rustc_test_library_proc = yes
151 rusttestlib-macros: $(src)/macros/lib.rs rusttest-prepare FORCE
178 --extern build_error --extern macros \
[all …]
/Linux-v6.6/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.6/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.6/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.6/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
Dstericsson,abx500.txt11 All available clocks are defined as preprocessor macros in
/Linux-v6.6/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.6/samples/rust/
DKconfig24 tristate "Printing macros"
26 This option builds the Rust printing macros sample.
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/
Dcputopology.rst36 ``**_id macros`` 的类型是int。
37 ``**_cpumask macros`` 的类型是 ``(const) struct cpumask *`` 。后者和恰当的
/Linux-v6.6/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.6/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.6/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci10 /// signed functions/macros,
11 /// - hardcoded list of signed functions/macros with always non-negative
/Linux-v6.6/rust/kernel/init/
Dmacros.rs1113 ::kernel::macros::paste!($t::$get_data())
1193 ::kernel::macros::paste! {
1224 ::kernel::macros::paste! {
1256 ::kernel::macros::paste! {
1293 ::kernel::macros::paste!(
1315 ::kernel::macros::paste!(
/Linux-v6.6/rust/kernel/
Dprelude.rs21 pub use macros::{module, pin_data, pinned_drop, vtable, Zeroable};
/Linux-v6.6/tools/objtool/Documentation/
Dobjtool.txt200 ENTRY/ENDPROC macros. If objtool finds a return instruction
217 with the FRAME_BEGIN/FRAME_END macros.
273 FRAME_END macros. Otherwise, if it's not a callable function, remove
275 use the manual unwind hint macros in asm/unwind_hints.h.
294 with the ENTRY/ENDPROC macros (ENDPROC is the important one).
296 macros in asm/unwind_hints.h so objtool and the unwinder can know the
327 annotated with the unwind hint macros in asm/unwind_hints.h.
341 the unwind hint macros in asm/unwind_hints.h.
357 cases it's probably appropriate to use the unwind hint macros in
428 names and does not use module_init() / module_exit() macros to create
/Linux-v6.6/tools/memory-model/
Dlinux-kernel.cfg1 macros linux-kernel.def
/Linux-v6.6/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.6/tools/virtio/asm/
Dbarrier.h30 #error Please fill in barrier macros
/Linux-v6.6/arch/arm/mm/
Dcache-nop.S46 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-v4.S146 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
/Linux-v6.6/arch/riscv/boot/dts/renesas/
Dr9a07g043f01-smarc.dts15 * Please change below macros according to SW1 setting on the SoM

12345678910