Searched refs:macro (Results 1 – 15 of 15) sorted by relevance
/tools/testing/selftests/arm64/fp/ |
D | assembler.h | 8 .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
|
D | sve-test.S | 23 .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
|
D | fpsimd-test.S | 20 .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/ |
D | objtool.h | 124 .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/ |
D | builtin-version.c | 42 static void status_print(const char *name, const char *macro, in status_print() argument 47 printf(" # %s\n", macro); in status_print()
|
D | Makefile.config | 782 CFLAGS += -Wno-compound-token-split-by-macro
|
/tools/testing/selftests/powerpc/security/ |
D | branch_loops.S | 25 .macro state number
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 51 .macro HANDLERS has_error from to
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 46 avoid conflicts on macro names when including the output of
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 232 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/ |
D | Build.include | 93 # - BUILD_STR macro to allow '-D"$(variable)"' constructs
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 131 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/ |
D | Build.txt | 109 - build macro definition:
|
/tools/lib/bpf/ |
D | README.rst | 93 attributed with ``LIBBPF_API`` macro. For example:
|
/tools/build/feature/ |
D | Makefile | 220 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
|