Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 53) sorted by relevance

123

/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c87 #define LOAD_VSX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 32, 32) argument
88 #define STORE_VSX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 32) argument
89 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument
90 #define STORE_VSX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 32) argument
91 #define LOAD_VMX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 0, 32) argument
92 #define STORE_VMX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 0) argument
93 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32) argument
94 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0) argument
96 #define LOAD_XFORM_TEST(op) TEST(op, op, stdx, XFORM, 31, 31) argument
97 #define STORE_XFORM_TEST(op) TEST(op, ldx, op, XFORM, 31, 31) argument
[all …]
/tools/arch/x86/include/asm/
Drmwcc.h17 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
20 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
34 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
37 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c30 enum intel_pt_insn_op op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder() local
218 const char *intel_pt_insn_name(enum intel_pt_insn_op op) in intel_pt_insn_name()
243 int intel_pt_insn_type(enum intel_pt_insn_op op) in intel_pt_insn_type()
Dintel-pt-insn-decoder.h37 enum intel_pt_insn_op op; member
/tools/power/cpupower/utils/helpers/
Dhelpers.h167 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax()
168 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx()
169 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx()
170 static inline unsigned int cpuid_edx(unsigned int op) { return 0; }; in cpuid_edx()
/tools/perf/util/
Dbpf-loader.c832 bpf_map_op__delete(struct bpf_map_op *op) in bpf_map_op__delete()
863 bpf_map_op_setkey(struct bpf_map_op *op, struct parse_events_term *term) in bpf_map_op_setkey()
887 struct bpf_map_op *op; in bpf_map_op__new() local
906 bpf_map_op__clone(struct bpf_map_op *op) in bpf_map_op__clone()
958 bpf_map__add_op(struct bpf_map *map, struct bpf_map_op *op) in bpf_map__add_op()
989 struct bpf_map_op *op; in bpf_map__add_newop() local
1008 struct bpf_map_op *op; in __bpf_map__config_value() local
1071 struct bpf_map_op *op; in __bpf_map__config_event() local
1265 struct bpf_map_op *op) in foreach_key_array_all()
1285 struct bpf_map_op *op) in foreach_key_array_ranges()
[all …]
Dcpu-set-sched.h34 #define __CPU_OP_S(setsize, destset, srcset1, srcset2, op) \ argument
/tools/build/feature/
Dtest-dwarf_getlocations.c9 Dwarf_Op *op; in main() local
/tools/lib/traceevent/plugins/
Dplugin_xen.c105 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name()
117 unsigned int op = args[0]; in process_xen_hypercall_name() local
/tools/testing/selftests/bpf/progs/
Dtest_tcpnotify_kern.c37 int op; in bpf_testcb() local
Dtcp_rtt.c29 int op = (int) ctx->op; in _sockops() local
Dtest_tcpbpf_kern.c63 int op; in bpf_testcb() local
/tools/lib/traceevent/
Devent-plugin.c49 static int update_option_value(struct tep_plugin_option *op, const char *val) in update_option_value()
102 struct tep_plugin_option *op; in tep_plugin_list_options() local
156 struct trace_plugin_options *op; in update_option() local
Dparse-filter.c445 add_right(struct tep_filter_arg *op, struct tep_filter_arg *arg, char *error_str) in add_right()
619 static enum tep_errno add_left(struct tep_filter_arg *op, struct tep_filter_arg *arg) in add_left()
1911 char *op = NULL; in op_to_str() local
2028 char *op; in exp_to_str() local
2085 char *op = NULL; in num_to_str() local
2133 char *op = NULL; in str_to_str() local
/tools/perf/trace/beauty/
Dflock.c27 int printed = 0, op = arg->val; in syscall_arg__scnprintf_flock() local
Dfutex_op.c32 int op = arg->val; in syscall_arg__scnprintf_futex_op() local
Dseccomp.c13 int op = arg->val; in syscall_arg__scnprintf_seccomp_op() local
/tools/perf/tests/
Devsel-roundtrip-name.c13 int type, op, err = 0, ret = 0, i, idx; in perf_evsel__roundtrip_cache_name_test() local
/tools/perf/bench/
Depoll-ctl.c132 static inline void do_epoll_op(struct worker *w, int op, int fd) in do_epoll_op()
163 int op, fd; in do_random_epoll_op() local
Dfutex.h36 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
/tools/objtool/arch/x86/
Ddecode.c72 unsigned long *immediate, struct stack_op *op) in arch_decode_instruction()
/tools/perf/scripts/python/
Dfutex-contention.py27 nr, uaddr, op, val, utime, uaddr2, val3): argument
/tools/perf/arch/x86/util/
Dheader.c14 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
/tools/hv/
Dhv_vss_daemon.c202 int op; in main() local
/tools/perf/arch/x86/tests/
Dinsn-x86.c99 int op, branch; in test_data_item() local

123