Searched refs:scratch (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/powerpc/copyloops/asm/ |
| A D | ppc_asm.h | 50 #define DCBT_SETUP_STREAMS(from, from_parms, to, to_parms, scratch) \ argument 51 lis scratch,0x8000; /* GO=1 */ \ 52 clrldi scratch,scratch,32; \ 60 dcbt 0,scratch,0b01010; /* all streams GO */
|
| /tools/testing/selftests/bpf/ |
| A D | disasm_helpers.c | 7 char scratch[16]; member 31 snprintf(ctx->scratch, sizeof(ctx->scratch), "%+d", insn->off); in print_call_cb() 32 return ctx->scratch; in print_call_cb()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | za-fork-asm.S | 16 scratch: label 26 ldr x0, =scratch 47 ldr x0, =scratch
|
| A D | zt-test.S | 26 scratch: label 46 ldr x0, =scratch 65 ldr x1, =scratch 106 ldr x0, =scratch // Poison scratch 110 ldr x0, =scratch 114 ldr x1, =scratch
|
| A D | sve-test.S | 60 scratch: label 80 ldr x0, =scratch 118 ldr x1, =scratch 139 ldr x1, =scratch 222 ldr x7, =scratch 247 ldr x7, =scratch 271 ldr x4, =scratch
|
| A D | fpsimd-test.S | 42 scratch: label 54 ldr x0, =scratch 83 ldr x1, =scratch 120 ldr x7, =scratch
|
| A D | za-test.S | 30 scratch: label 64 ldr x0, =scratch 93 ldr x1, =scratch 136 ldr x7, =scratch // x7 is scratch
|
| /tools/lib/bpf/ |
| A D | bpf_tracing.h | 394 #define __PT_PARM1_REG scratch.r0 395 #define __PT_PARM2_REG scratch.r1 396 #define __PT_PARM3_REG scratch.r2 397 #define __PT_PARM4_REG scratch.r3 398 #define __PT_PARM5_REG scratch.r4 399 #define __PT_PARM6_REG scratch.r5 400 #define __PT_PARM7_REG scratch.r6 413 #define __PT_FP_REG scratch.fp 414 #define __PT_RC_REG scratch.r0 415 #define __PT_SP_REG scratch.sp [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_cls_redirect.c | 186 static __always_inline void *buf_assign(buf_t *buf, const size_t len, void *scratch) in buf_assign() argument 189 if (scratch == NULL) { in buf_assign() 193 return buf_copy(buf, scratch, len) ? scratch : NULL; in buf_assign() 216 static __always_inline struct iphdr *pkt_parse_ipv4(buf_t *pkt, struct iphdr *scratch) in pkt_parse_ipv4() argument 218 struct iphdr *ipv4 = buf_assign(pkt, sizeof(*ipv4), scratch); in pkt_parse_ipv4() 351 pkt_parse_ipv6(buf_t *pkt, struct ipv6hdr *scratch, uint8_t *proto, in pkt_parse_ipv6() argument 354 struct ipv6hdr *ipv6 = buf_assign(pkt, sizeof(*ipv6), scratch); in pkt_parse_ipv6()
|
| /tools/testing/selftests/mm/ |
| A D | protection_keys.c | 1405 int scratch; in test_executing_on_unreadable_memory() local 1410 lots_o_noops_around_write(&scratch); in test_executing_on_unreadable_memory() 1424 lots_o_noops_around_write(&scratch); in test_executing_on_unreadable_memory() 1437 int scratch; in test_implicit_mprotect_exec_only_memory() local 1444 lots_o_noops_around_write(&scratch); in test_implicit_mprotect_exec_only_memory() 1463 lots_o_noops_around_write(&scratch); in test_implicit_mprotect_exec_only_memory()
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 27 existing litmus test than it is to create one from scratch. A number
|
Completed in 19 milliseconds