Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 125) sorted by relevance

12345

/linux/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_STMT); in __perturb_latent_entropy()
[all …]
/linux/include/trace/
H A Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument
32 PARAMS(assign), \
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
164 { assign; } \
188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
H A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
36 PARAMS(assign), \
41 assign, print, reg, unreg) \ argument
46 assign, print, reg, unreg) \ argument
50 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument
54 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
H A Dbpf_probe.h53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
65 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \
67 DECLARE_EVENT_SYSCALL_CLASS(call,proto,args,tstruct,assign,print) global() argument
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
/linux/rust/kernel/
H A Dconfigfs.rs902 @assign(),
922 @assign(),
933 @assign($($assign:block)*),
944 @assign($($assign)* {
970 @assign($($assign:block)*),
981 @assign($($assign)*),
[all...]
/linux/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()
/linux/include/linux/
H A Dtracepoint.h663 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
675 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
678 assign, print, reg, unreg) \
681 assign, print, reg, unreg) \ argument
685 struct, assign, print) \
688 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, \
704 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
707 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
659 DECLARE_EVENT_CLASS(name,proto,args,tstruct,assign,print) global() argument
671 TRACE_EVENT(name,proto,args,struct,assign,print) global() argument
674 TRACE_EVENT_FN(name,proto,args,struct,assign,print,reg,unreg) global() argument
677 TRACE_EVENT_FN_COND(name,proto,args,cond,struct,assign,print,reg,unreg) global() argument
684 TRACE_EVENT_SYSCALL(name,proto,args,struct,assign,print,reg,unreg) global() argument
700 TRACE_EVENT_NOP(name,proto,args,struct,assign,print) global() argument
703 DECLARE_EVENT_CLASS_NOP(name,proto,args,tstruct,assign,print) global() argument
H A Dintel_th.h32 void *(*assign)(struct device *dev, int *mode); member
/linux/arch/x86/events/
H A Dcore.c76 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
988 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
997 if (assign) in perf_assign_events()
998 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
1005 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
1076 if (assign) in x86_schedule_events()
1077 assign[i] = hwc->idx; in x86_schedule_events()
1108 wmax, gpmax, assign); in x86_schedule_events()
1119 * validate an event group (assign == NULL) in x86_schedule_events()
1121 if (!unsched && assign) { in x86_schedule_events()
1483 int assign[X86_PMC_IDX_MAX]; x86_pmu_add() local
2350 int assign[X86_PMC_IDX_MAX]; x86_pmu_commit_txn() local
[all...]
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py438 spec : assign
439 | assign spec
449 assign : VARIABLE ASSIGN ltl
524 for assign in spec:
525 if assign[0] == "RULE":
526 rule = assign[1]
528 subexpr[assign[0]] = assign[1]
/linux/Documentation/spi/
H A Dspidev.rst122 return (RD) or assign (WR) the SPI transfer mode. Use the constants
131 which will return (RD) or assign (WR) the full SPI transfer mode,
136 which will return (RD) or assign (WR) the bit justification used to
144 a byte which will return (RD) or assign (WR) the number of bits in
149 u32 which will return (RD) or assign (WR) the maximum SPI transfer
150 speed, in Hz. The controller can't necessarily assign that specific
/linux/arch/x86/events/intel/
H A Duncore.c474 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events()
508 if (assign) in uncore_pmu_event_start()
509 assign[i] = hwc->idx; in uncore_pmu_event_start()
514 wmin, wmax, n, assign); in uncore_pmu_event_start()
516 if (!assign || ret) { in uncore_pmu_event_start()
600 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add()
625 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
634 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
635 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
652 if (hwc->idx != assign[ in uncore_pmu_event_del()
455 uncore_assign_events(struct intel_uncore_box * box,int assign[],int n) uncore_assign_events() argument
581 int assign[UNCORE_PMC_IDX_MAX]; uncore_pmu_event_add() local
[all...]
/linux/scripts/atomic/kerneldoc/
H A Dset5 * @i: ${int} value to assign
H A Dxchg5 * @new: ${int} value to assign
H A Dcmpxchg6 * @new: ${int} value to assign
H A Dtry_cmpxchg6 * @new: ${int} value to assign
/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c541 * Send an IPI to the domain to assign the counter to RMID, event pair. in resctrl_arch_config_cntr()
545 u32 cntr_id, bool assign) in resctrl_arch_config_cntr()
552 abmc_cfg.split.cntr_en = assign ? 1 : 0; in resctrl_arch_config_cntr()
555 if (assign) in resctrl_arch_config_cntr()
543 resctrl_arch_config_cntr(struct rdt_resource * r,struct rdt_l3_mon_domain * d,enum resctrl_event_id evtid,u32 rmid,u32 closid,u32 cntr_id,bool assign) resctrl_arch_config_cntr() argument
/linux/drivers/vfio/pci/nvgrace-gpu/
H A DKconfig8 required to assign the GPU device to userspace using KVM/qemu/etc.
/linux/drivers/net/ethernet/microchip/lan966x/
H A DKconfig21 driver. This can be used to assign priority to traffic, based on
/linux/Documentation/devicetree/bindings/mailbox/
H A Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/linux/drivers/hwtracing/intel_th/
H A Dmsu-sink.c110 .assign = msu_sink_assign,
/linux/Documentation/process/
H A Dcve.rst11 combination of continuing pressure to assign CVEs and other forms of
16 The Linux kernel developer team does have the ability to assign CVEs for
40 assign CVE numbers to any bugfix that they identify. This
/linux/Documentation/translations/zh_CN/core-api/
H A Dprotection-keys.rst64 *ptr = foo; // assign something
/linux/Documentation/userspace-api/media/v4l/
H A Dapp-pri.rst10 When multiple applications share a device it may be desirable to assign

12345