/tools/objtool/arch/x86/ |
D | decode.c | 129 op->dest.type = OP_DEST_REG; in arch_decode_instruction() 130 op->dest.reg = CFI_SP; in arch_decode_instruction() 140 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction() 149 op->dest.type = OP_DEST_REG; in arch_decode_instruction() 150 op->dest.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction() 159 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction() 177 op->dest.type = OP_DEST_REG; in arch_decode_instruction() 178 op->dest.reg = CFI_SP; in arch_decode_instruction() 194 op->dest.type = OP_DEST_REG; in arch_decode_instruction() 195 op->dest.reg = CFI_SP; in arch_decode_instruction() [all …]
|
/tools/testing/selftests/ |
D | gen_kselftest_tar.sh | 42 dest=`pwd` 43 install_work="$dest"/kselftest_install 51 (cd "$install_work"; tar $copts "$dest"/kselftest${ext} $install_name)
|
/tools/perf/scripts/python/ |
D | stackcollapse.py | 40 make_option("--include-tid", dest="include_tid", 43 make_option("--include-pid", dest="include_pid", 46 make_option("--no-comm", dest="include_comm", 49 make_option("--tidy-java", dest="tidy_java", 52 make_option("--kernel", dest="annotate_kernel",
|
/tools/perf/util/include/asm/ |
D | uaccess.h | 5 #define __get_user(src, dest) \ argument 7 (src) = *dest; \
|
/tools/lib/ |
D | string.c | 103 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy() argument 109 memcpy(dest, src, len); in strlcpy() 110 dest[len] = '\0'; in strlcpy()
|
/tools/perf/util/ |
D | config.h | 31 int perf_config_int(int *dest, const char *, const char *); 32 int perf_config_u64(u64 *dest, const char *, const char *);
|
D | callchain.h | 256 static inline void callchain_cursor_snapshot(struct callchain_cursor *dest, in callchain_cursor_snapshot() argument 259 *dest = *src; in callchain_cursor_snapshot() 261 dest->first = src->curr; in callchain_cursor_snapshot() 262 dest->nr -= src->pos; in callchain_cursor_snapshot()
|
D | config.c | 353 int perf_config_u64(u64 *dest, const char *name, const char *value) in perf_config_u64() argument 362 *dest = ret; in perf_config_u64() 366 int perf_config_int(int *dest, const char *name, const char *value) in perf_config_int() argument 373 *dest = ret; in perf_config_int()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector.c | 113 .tcp.dest = 8080, 133 .tcp.dest = 8080, 155 .tcp.dest = 8080, 177 .tcp.dest = 8080, 200 .tcp.dest = 8080, 226 .tcp.dest = 8080, 247 .tcp.dest = 8080, 273 .tcp.dest = 8080, 295 .tcp.dest = 8080, 317 .tcp.dest = 8080, [all …]
|
/tools/objtool/ |
D | check.c | 186 struct instruction *dest = insn->jump_dest; in __dead_end_function() local 188 if (!dest) in __dead_end_function() 202 return __dead_end_function(file, dest->func, recursion+1); in __dead_end_function() 1471 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_insn_state_regs() 1479 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_insn_state_regs() 1480 op->dest.reg == CFI_SP && op->src.reg == CFI_SP) in update_insn_state_regs() 1573 switch (op->dest.type) { in update_insn_state() 1579 if (op->src.reg == CFI_SP && op->dest.reg == CFI_BP && in update_insn_state() 1585 cfa->base = op->dest.reg; in update_insn_state() 1590 op->dest.reg == CFI_BP && state->drap) { in update_insn_state() [all …]
|
D | arch.h | 65 struct op_dest dest; member
|
/tools/testing/selftests/bpf/progs/ |
D | test_xdp_vlan.c | 187 char *dest; in xdp_prognum2() local 197 dest = data; in xdp_prognum2() 198 dest+= VLAN_HDR_SZ; in xdp_prognum2() 203 __builtin_memmove(dest, data, ETH_ALEN * 2); in xdp_prognum2()
|
D | test_tc_tunnel.c | 129 if (tcph.dest != __bpf_constant_htons(cfg_port)) in encap_ipv4() 160 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv4() 237 if (tcph.dest != __bpf_constant_htons(cfg_port)) in encap_ipv6() 268 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv6() 475 switch (bpf_ntohs(udph.dest)) { in decap_internal()
|
D | test_tcp_check_syncookie_kern.c | 80 tup.ipv4.dport = tcph->dest; in check_syncookie() 112 tup.ipv6.dport = tcph->dest; in check_syncookie()
|
D | test_select_reuseport_kern.c | 114 data_check.skb_ports[1] = th->dest; in _select_by_skb_data() 135 data_check.skb_ports[1] = uh->dest; in _select_by_skb_data()
|
D | test_l4lb.c | 294 pckt->port16[1] = udp->dest; in parse_udp() 296 pckt->port16[0] = udp->dest; in parse_udp() 316 pckt->port16[1] = tcp->dest; in parse_tcp() 318 pckt->port16[0] = tcp->dest; in parse_tcp()
|
D | test_l4lb_noinline.c | 294 pckt->port16[1] = udp->dest; in parse_udp() 296 pckt->port16[0] = udp->dest; in parse_udp() 316 pckt->port16[1] = tcp->dest; in parse_tcp() 318 pckt->port16[0] = tcp->dest; in parse_tcp()
|
D | test_tc_edt.c | 73 if (tcp->dest == bpf_htons(9000)) in handle_tcp()
|
D | test_xdp.c | 59 return th->dest; in get_dport() 64 return uh->dest; in get_dport()
|
D | test_xdp_loop.c | 55 return th->dest; in get_dport() 60 return uh->dest; in get_dport()
|
/tools/include/linux/ |
D | string.h | 25 extern size_t strlcpy(char *dest, const char *src, size_t size);
|
/tools/perf/tests/ |
D | attr.py | 365 action="store", type="string", dest="test") 367 action="store", type="string", dest="test_dir") 369 action="store", type="string", dest="perf") 371 default=0, action="count", dest="verbose")
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | buildebpfPlugin.py | 38 dest='buildebpf',
|
/tools/hv/ |
D | lsvmbus | 10 "-v", "--verbose", dest="verbose", help=help_msg, action="count")
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 1578 dest='once', 1584 dest='dbgfs_include_past', 1591 dest='log', 1597 dest='tracepoints', 1603 dest='debugfs', 1609 dest='fields', 1617 dest='pid', 1623 dest='pid',
|