/tools/testing/selftests/arm64/bti/ |
D | assembler.h | 18 .macro startfn name:req 21 .macro endfn 28 .macro emit_aarch64_feature_1_and 52 .macro paciasp 56 .macro autiasp 60 .macro __bti_ 64 .macro __bti_c 68 .macro __bti_j 72 .macro __bti_jc 76 .macro bti what=
|
/tools/testing/selftests/arm64/fp/ |
D | sme-inst.h | 11 .macro rdsvl nx, imm 17 .macro smstop 21 .macro smstart_za 25 .macro smstart_sm 33 .macro _ldr_za nw, nxbase, offset=0 44 .macro _str_za nw, nxbase, offset=0 56 .macro _ldr_zt nx 66 .macro _str_zt nx
|
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 59 .macro puts string
|
D | sve-test.S | 24 .macro _sve_ldr_v zt, xn 28 .macro _sve_str_v zt, xn 32 .macro _sve_ldr_p pt, xn 36 .macro _sve_str_p pt, xn 92 .macro _adrz xd, xn, nrtmp 99 .macro _adrp xd, xn, nrtmp
|
D | fp-pidbench.S | 15 .macro test_loop per_loop
|
D | fpsimd-test.S | 20 .macro _vldr Vn:req, Xt:req 24 .macro _vstr Vn:req, Xt:req 66 .macro _adrv xd, xn, nrtmp
|
D | za-test.S | 76 .macro _adrza xd, xn, nrtmp
|
/tools/testing/selftests/kvm/lib/aarch64/ |
D | handlers.S | 2 .macro save_registers 34 .macro restore_registers 75 .macro HANDLER, label 91 .macro HANDLER_INVALID
|
/tools/perf/ |
D | builtin-version.c | 41 static void status_print(const char *name, const char *macro, in status_print() argument 46 printf(" # %s\n", macro); in status_print()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall-asm.S | 31 .macro scv level
|
/tools/testing/selftests/powerpc/security/ |
D | branch_loops.S | 25 .macro state number
|
/tools/testing/selftests/powerpc/include/ |
D | basic_asm.h | 97 .macro OP_REGS op, reg_width, start_reg, end_reg, base_reg, base_reg_offset=0, skip=0
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 51 .macro HANDLERS has_error from to
|
/tools/testing/selftests/arm64/abi/ |
D | syscall-abi-asm.S | 33 .macro _ldr_za nw, nxbase, offset=0 44 .macro _str_za nw, nxbase, offset=0 56 .macro _ldr_zt nx 66 .macro _str_zt nx
|
/tools/testing/selftests/bpf/ |
D | sdt.h | 253 _SDT_ASM_1(.macro _SDT_SIGN x) \ 260 _SDT_ASM_1(.macro _SDT_SIZE_ x) \ 265 _SDT_ASM_1(.macro _SDT_SIZE x) \ 268 _SDT_ASM_1(.macro _SDT_TYPE_ x) \ 276 _SDT_ASM_1(.macro _SDT_TYPE x) \
|
D | test_bpftool_synctypes.py | 253 def get_help_list_macro(self, macro): argument
|
/tools/testing/selftests/sgx/ |
D | test_encl_bootstrap.S | 6 .macro ENCLU
|
/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
|
D | glossary.txt | 129 macro such as "r1 = READ_ONCE(x)" or "smp_store_release(&a, 1)".
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 52 avoid conflicts on macro names when including the output of
|
/tools/build/ |
D | Build.include | 93 # - BUILD_STR macro to allow '-D"$(variable)"' constructs
|
/tools/build/Documentation/ |
D | Build.txt | 109 - build macro definition:
|
/tools/arch/arm64/include/asm/ |
D | sysreg.h | 1185 .macro mrs_s, rt, sreg 1189 .macro msr_s, sreg, rt
|
/tools/objtool/Documentation/ |
D | objtool.txt | 208 be annotated as an ELF function. The ENDPROC macro shouldn't be used 409 macro, the code paths have conflicting modifications to the stack. 444 macro.
|
/tools/build/feature/ |
D | Makefile | 235 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
|