Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 35) sorted by relevance

12

/tools/testing/selftests/kvm/lib/x86/
A Dhandlers.S2 push %r15
3 push %r14
4 push %r13
5 push %r12
6 push %r11
7 push %r10
8 push %r9
9 push %r8
11 push %rdi
12 push %rsi
[all …]
/tools/testing/selftests/sgx/
A Dcall.S11 push %r15
14 push %r14
17 push %r13
20 push %r12
23 push %rbx
26 push $0
28 push 0x38(%rsp)
A Dtest_encl_bootstrap.S58 push %rax
60 push %rcx # push the address after EENTER
/tools/testing/selftests/x86/
A Dthunks_32.S22 push %ecx
23 push %edx
24 push %esi
25 push %edi
35 push $0x23 /* USER32_CS */
36 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
/tools/testing/memblock/linux/
A Dprintk.h14 #pragma GCC diagnostic push
17 #pragma GCC diagnostic push
/tools/testing/selftests/net/packetdrill/
A Dtcp_nagle_sockopt_cork_nodelay.pkt20 // Unset TCP_CORK should push pending bytes out
31 // Set TCP_NODELAY sockopt should push pending bytes out
40 // Set TCP_NODELAY sockopt should push pending bytes out
/tools/perf/ui/
A Dhelpline.c27 .push = nop_helpline__push,
40 helpline_fns->push(msg); in ui_helpline__push()
A Dhelpline.h10 void (*push)(const char *msg); member
/tools/testing/selftests/bpf/benchs/
A Drun_bench_uprobes.sh5 for i in usermode-count syscall-count {uprobe,uretprobe}-{nop,push,ret,nop5}
A Dbench_trigger.c534 BENCH_TRIG_USERMODE(uprobe_push, push, "uprobe-push");
537 BENCH_TRIG_USERMODE(uretprobe_push, push, "uretprobe-push");
540 BENCH_TRIG_USERMODE(uprobe_multi_push, push, "uprobe-multi-push");
543 BENCH_TRIG_USERMODE(uretprobe_multi_push, push, "uretprobe-multi-push");
/tools/perf/ui/tui/
A Dhelpline.c54 .push = tui_helpline__push,
/tools/perf/ui/gtk/
A Dhelpline.c51 .push = gtk_helpline_push,
/tools/include/linux/
A Dstring.h24 #pragma GCC diagnostic push
A Dunaligned.h9 #pragma GCC diagnostic push
/tools/perf/util/
A Dmmap.h58 int push(struct mmap *map, void *to, void *buf, size_t size));
A Dmmap.c320 int push(struct mmap *map, void *to, void *buf, size_t size)) in perf_mmap__push()
339 if (push(md, to, buf, size) < 0) { in perf_mmap__push()
349 if (push(md, to, buf, size) < 0) { in perf_mmap__push()
A Dllvm-c-helpers.cpp8 #pragma GCC diagnostic push
/tools/testing/selftests/kvm/lib/
A Dassert.c55 #pragma GCC diagnostic push in test_dump_stack()
/tools/testing/selftests/bpf/
A Dtest_sockmap.c574 if (push > 0 && in msg_verify_data()
578 skipped = push; in msg_verify_data()
581 push -= skipped; in msg_verify_data()
597 push = verify_push_len; in msg_verify_data()
600 if (push > 0 && in msg_verify_data()
617 push = verify_push_len; in msg_verify_data()
625 *push_p = push; in msg_verify_data()
685 int push = 0; in msg_loop() local
713 push = verify_push_len; in msg_loop()
791 &check_cnt, &push); in msg_loop()
[all …]
/tools/perf/Documentation/
A Dandroid.txt60 adb push perf /data/perf
66 adb push /tmp/perf-archive /data/perf-archive
/tools/lib/
A Dstring.c100 #pragma clang diagnostic push
/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_ktls.c163 static void test_sockmap_ktls_tx_cork(int family, int sotype, bool push) in test_sockmap_ktls_tx_cork() argument
198 if (push) { in test_sockmap_ktls_tx_cork()
243 static void test_sockmap_ktls_tx_no_buf(int family, int sotype, bool push) in test_sockmap_ktls_tx_no_buf() argument
/tools/testing/selftests/net/forwarding/
A Dtc_actions.sh252 action vlan push id 100 protocol 0x8100 action goto chain 5
273 action vlan push id 10 protocol 0x8100 \
274 pipe action vlan push id 100 protocol 0x8100 action goto chain 5
/tools/perf/arch/x86/tests/
A Dregs_load.S66 push %edi
/tools/bpf/bpftool/bash-completion/
A Dbpftool146 push)
179 push)
225 push)
782 update|push|enqueue)
896 peek push enqueue pop dequeue freeze' -- \

Completed in 29 milliseconds

12