Searched refs:assign (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/gpu/drm/xe/compat-i915-headers/pxp/
H A Dintel_pxp.h17 bool assign)
15 intel_pxp_key_check(struct intel_pxp *pxp, struct drm_i915_gem_object *obj, bool assign) argument
/linux-master/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c343 gimple assign; local
348 assign = create_assign(op, local_entropy, local_entropy, rhs);
350 gsi_insert_before(&gsi, assign, GSI_NEW_STMT);
351 update_stmt(assign);
357 gimple assign; local
367 assign = gimple_build_assign(temp, latent_entropy_decl);
368 gsi_insert_before(gsi, assign, GSI_NEW_STMT);
369 update_stmt(assign);
373 assign = create_assign(op, temp, temp, local_entropy);
374 gsi_insert_after(gsi, assign, GSI_NEW_STM
433 gimple assign, call; local
[all...]
/linux-master/include/trace/
H A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
44 PARAMS(assign), \
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
76 assign, print, reg, unreg) \
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
82 assign, print, reg, unreg) \
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, prin
[all...]
H A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \
36 PARAMS(assign), \
41 assign, print, reg, unreg) \
46 assign, print, reg, unreg) \
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print)
H A Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \
32 PARAMS(assign), \
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
164 { assign; } \
188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
H A Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
51 { assign; } \
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print)
H A Dbpf_probe.h54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
/linux-master/include/linux/
H A Dintel_th.h24 * ->assign() called when buffer 'mode' is set to this driver
32 void *(*assign)(struct device *dev, int *mode); member in struct:msu_buffer
H A Dtracepoint.h555 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
567 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
570 assign, print, reg, unreg) \
573 assign, print, reg, unreg) \
577 struct, assign, print) \
593 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
596 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
H A Dtrace_events.h983 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print)
985 #define TRACE_CUSTOM_EVENT(name, proto, args, struct, assign, print)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c116 goto assign;
126 assign:
148 goto assign;
165 assign:
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.h36 bool assign);
H A Dintel_pxp.c465 bool assign)
481 if (!obj->pxp_key_instance && assign)
463 intel_pxp_key_check(struct intel_pxp *pxp, struct drm_i915_gem_object *obj, bool assign) argument
/linux-master/arch/x86/events/
H A Dcore.c69 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
959 int wmin, int wmax, int gpmax, int *assign)
968 if (assign)
969 assign[sched.state.event] = sched.state.counter;
976 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) argument
1048 if (assign)
1049 assign[i] = hwc->idx;
1080 wmax, gpmax, assign);
1091 * validate an event group (assign == NULL)
1093 if (!unsched && assign) {
958 perf_assign_events(struct event_constraint **constraints, int n, int wmin, int wmax, int gpmax, int *assign) argument
1441 int assign[X86_PMC_IDX_MAX]; local
2271 int assign[X86_PMC_IDX_MAX]; local
[all...]
H A Dperf_event.h252 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member in struct:cpu_hw_events
763 void (*assign)(struct perf_event *event, int idx); member in struct:x86_pmu
770 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
1180 int wmin, int wmax, int gpmax, int *assign);
1181 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
/linux-master/drivers/hwtracing/intel_th/
H A Dmsu-sink.c110 .assign = msu_sink_assign,
H A Dintel_th.h36 * probe time by switch::assign(). Passed from output device driver to
144 * @assign: match a given output type device against available outputs
156 * Switch device driver needs to fill in @assign, @enable and @disable
164 int (*assign)(struct intel_th_device *thdev, member in struct:intel_th_driver
/linux-master/arch/x86/events/intel/
H A Duncore.c458 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) argument
492 if (assign)
493 assign[i] = hwc->idx;
498 wmin, wmax, n, assign);
500 if (!assign || ret) {
584 int assign[UNCORE_PMC_IDX_MAX]; local
609 ret = uncore_assign_events(box, assign, n);
618 if (hwc->idx == assign[i] &&
619 hwc->last_tag == box->tags[assign[i]])
636 if (hwc->idx != assign[
[all...]
H A Dp4.c1240 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) argument
1277 if (assign)
1278 assign[i] = hwc->idx;
1313 if (assign)
1314 assign[i] = cntr_idx;
/linux-master/net/smc/
H A Dsmc_llc.c1939 /* new request from remote, assign to remote flow */
1952 /* new request from remote, assign to remote flow */
2031 goto assign;
2035 goto assign;
2040 goto assign;
2051 assign:
2052 /* assign responses to the local flow, we requested them */
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh452 kvm-assign-cpus.sh /sys/devices/system/node > $T/cpuarray.awk
/linux-master/include/uapi/linux/
H A Dbtrfs.h775 __u64 assign; member in struct:btrfs_ioctl_qgroup_assign_args
/linux-master/arch/x86/pci/
H A Dirq.c1394 static int pcibios_lookup_irq(struct pci_dev *dev, int assign) argument
1437 /* Work around broken HP Pavilion Notebooks which assign USB to
1456 * Find the best IRQ to assign: use the one
1467 if (!newirq && assign) {
1592 * Work around broken HP Pavilion Notebooks which assign USB to
1606 * Work around broken Acer TravelMate 360 Notebooks which assign
/linux-master/kernel/trace/
H A Dtrace_events_trigger.c836 * trigger_ops to assign to the event_trigger_data. @private_data can
1076 goto assign;
1100 assign:

Completed in 375 milliseconds

12