Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 15 of 15) sorted by relevance

/tools/testing/selftests/arm64/fp/
Dassembler.h8 .macro __for from:req, to:req
17 .macro _for var:req, from:req, to:req, insn:vararg
18 .macro _for__body \var:req
31 .macro function name
32 .macro endfunction
39 .macro define_accessor name, num, insn
40 .macro \name\()_entry n
Dsve-test.S23 .macro _sve_ldr_v zt, xn
27 .macro _sve_str_v zt, xn
31 .macro _sve_ldr_p pt, xn
35 .macro _sve_str_p pt, xn
84 .macro puts string
227 .macro _adrz xd, xn, nrtmp
234 .macro _adrp xd, xn, nrtmp
Dfpsimd-test.S20 .macro _vldr Vn:req, Xt:req
24 .macro _vstr Vn:req, Xt:req
71 .macro puts string
203 .macro _adrv xd, xn, nrtmp
/tools/include/linux/
Dobjtool.h124 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
137 .macro ANNOTATE_NOENDBR
157 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
159 .macro ANNOTATE_NOENDBR
/tools/perf/
Dbuiltin-version.c42 static void status_print(const char *name, const char *macro, in status_print() argument
47 printf(" # %s\n", macro); in status_print()
DMakefile.config782 CFLAGS += -Wno-compound-token-split-by-macro
/tools/testing/selftests/powerpc/security/
Dbranch_loops.S25 .macro state number
/tools/testing/selftests/kvm/lib/x86_64/
Dhandlers.S51 .macro HANDLERS has_error from to
/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst46 avoid conflicts on macro names when including the output of
/tools/memory-model/Documentation/
Drecipes.txt232 The smp_store_release() macro orders any prior accesses against the
233 store, while the smp_load_acquire macro orders the load against any
272 The rcu_assign_pointer() macro has the same ordering properties as does
273 smp_store_release(), but the rcu_dereference() macro orders the load only
310 The smp_wmb() macro orders prior stores against later stores, and the
311 smp_rmb() macro orders prior loads against later loads. Therefore, if
/tools/build/
DBuild.include93 # - BUILD_STR macro to allow '-D"$(variable)"' constructs
/tools/objtool/Documentation/
Dstack-validation.txt131 be annotated as an ELF function. The ENDPROC macro shouldn't be used
321 macro, the code paths have conflicting modifications to the stack.
348 macro.
/tools/build/Documentation/
DBuild.txt109 - build macro definition:
/tools/lib/bpf/
DREADME.rst93 attributed with ``LIBBPF_API`` macro. For example:
/tools/build/feature/
DMakefile220 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro