Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c355 gimple assign; in perturb_local_entropy() local
360 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
362 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy()
363 update_stmt(assign); in perturb_local_entropy()
369 gimple assign; in __perturb_latent_entropy() local
379 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy()
380 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
381 update_stmt(assign); in __perturb_latent_entropy()
385 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy()
386 gsi_insert_after(gsi, assign, GSI_NEW_STM in __perturb_latent_entropy()
445 gimple assign, call; init_local_entropy() local
[all...]
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c343 gimple assign; in perturb_local_entropy() local
348 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
350 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy()
351 update_stmt(assign); in perturb_local_entropy()
357 gimple assign; in __perturb_latent_entropy() local
367 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy()
368 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
369 update_stmt(assign); in __perturb_latent_entropy()
373 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy()
374 gsi_insert_after(gsi, assign, GSI_NEW_STM in __perturb_latent_entropy()
433 gimple assign, call; init_local_entropy() local
[all...]
/kernel/linux/linux-6.6/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 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 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 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)
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/
H A Dicu.c464 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument
480 intassign0 |= (uint16_t)assign; in set_sysint1_assign()
484 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign()
488 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign()
492 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign()
496 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign()
500 intassign1 |= (uint16_t)assign; in set_sysint1_assign()
504 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign()
508 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign()
515 sysint1_assign[pin] = assign; in set_sysint1_assign()
524 set_sysint2_assign(unsigned int irq, unsigned char assign) set_sysint2_assign() argument
[all...]
/kernel/linux/linux-5.10/include/trace/
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_events.h74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
79 PARAMS(assign), \
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
137 assign, print, reg, unreg) \
139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
143 assign, print, reg, unreg) \
145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
510 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, prin
[all...]
H A Dperf.h31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
66 { assign; } \
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c117 goto assign; in handle_udp()
127 assign: in handle_udp()
150 goto assign; in handle_tcp()
167 assign: in handle_tcp()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c116 goto assign; in handle_udp()
126 assign: in handle_udp()
148 goto assign; in handle_tcp()
165 assign: in handle_tcp()
/kernel/linux/linux-5.10/include/linux/
H A Dtracepoint.h543 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
555 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
558 assign, print, reg, unreg) \
561 assign, print, reg, unreg) \
565 struct, assign, print) \
581 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
584 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
H A Dintel_th.h24 * ->assign() called when buffer 'mode' is set to this driver
32 void *(*assign)(struct device *dev, int *mode); member
/kernel/linux/linux-6.6/include/linux/
H A Dtracepoint.h553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
565 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
568 assign, print, reg, unreg) \
571 assign, print, reg, unreg) \
575 struct, assign, print) \
591 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
H A Dintel_th.h24 * ->assign() called when buffer 'mode' is set to this driver
32 void *(*assign)(struct device *dev, int *mode); member
/kernel/linux/linux-5.10/arch/x86/events/
H A Dcore.c917 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events()
926 if (assign) in perf_assign_events()
927 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
934 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
1005 if (assign) in x86_schedule_events()
1006 assign[i] = hwc->idx; in x86_schedule_events()
1037 wmax, gpmax, assign); in x86_schedule_events()
1048 * validate an event group (assign == NULL) in x86_schedule_events()
1050 if (!unsched && assign) { in x86_schedule_events()
1053 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[ in x86_schedule_events()
916 perf_assign_events(struct event_constraint **constraints, int n, int wmin, int wmax, int gpmax, int *assign) perf_assign_events() argument
1406 int assign[X86_PMC_IDX_MAX]; x86_pmu_add() local
2121 int assign[X86_PMC_IDX_MAX]; x86_pmu_commit_txn() local
[all...]
/kernel/linux/linux-6.6/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) in perf_assign_events()
968 if (assign) in perf_assign_events()
969 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
976 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
1048 if (assign) in x86_schedule_events()
1049 assign[i] = hwc->idx; in x86_schedule_events()
1080 wmax, gpmax, assign); in x86_schedule_events()
1091 * validate an event group (assign == NULL) in x86_schedule_events()
1093 if (!unsched && assign) { in x86_schedule_events()
958 perf_assign_events(struct event_constraint **constraints, int n, int wmin, int wmax, int gpmax, int *assign) perf_assign_events() argument
1441 int assign[X86_PMC_IDX_MAX]; x86_pmu_add() local
2270 int assign[X86_PMC_IDX_MAX]; x86_pmu_commit_txn() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.h36 bool assign);
H A Dintel_pxp.c427 bool assign) in intel_pxp_key_check()
443 if (!obj->pxp_key_instance && assign) in intel_pxp_key_check()
425 intel_pxp_key_check(struct intel_pxp *pxp, struct drm_i915_gem_object *obj, bool assign) intel_pxp_key_check() argument
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Duncore.c427 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
461 if (assign) in uncore_assign_events()
462 assign[i] = hwc->idx; in uncore_assign_events()
467 wmin, wmax, n, assign); in uncore_assign_events()
469 if (!assign || ret) { in uncore_assign_events()
553 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
578 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
587 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
588 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
605 if (hwc->idx != assign[ in uncore_pmu_event_add()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore.c458 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
492 if (assign) in uncore_assign_events()
493 assign[i] = hwc->idx; in uncore_assign_events()
498 wmin, wmax, n, assign); in uncore_assign_events()
500 if (!assign || ret) { in uncore_assign_events()
584 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
609 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
618 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
619 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
636 if (hwc->idx != assign[ in uncore_pmu_event_add()
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dmsu-sink.c110 .assign = msu_sink_assign,
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dmsu-sink.c110 .assign = msu_sink_assign,

Completed in 17 milliseconds

123