Home
last modified time | relevance | path

Searched full:assign (Results 1 – 25 of 2428) sorted by relevance

12345678910>>...98

/kernel/linux/linux-5.10/scripts/gcc-plugins/
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_STMT); in __perturb_latent_entropy()
[all …]
/kernel/linux/linux-6.6/scripts/gcc-plugins/
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 …]
/kernel/linux/linux-6.6/tools/perf/util/
Ddlfilter.c486 #define ASSIGN(x) d_sample.x = sample->x macro
516 ASSIGN(ip); in dlfilter__do_filter_event()
517 ASSIGN(pid); in dlfilter__do_filter_event()
518 ASSIGN(tid); in dlfilter__do_filter_event()
519 ASSIGN(time); in dlfilter__do_filter_event()
520 ASSIGN(addr); in dlfilter__do_filter_event()
521 ASSIGN(id); in dlfilter__do_filter_event()
522 ASSIGN(stream_id); in dlfilter__do_filter_event()
523 ASSIGN(period); in dlfilter__do_filter_event()
524 ASSIGN(weight); in dlfilter__do_filter_event()
[all …]
/kernel/linux/linux-6.6/include/trace/
Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
44 PARAMS(assign), \
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
76 assign, print, reg, unreg) \ argument
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
82 assign, print, reg, unreg) \ argument
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
258 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
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
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_NOP(name, proto, args, struct, assign, print) argument
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/
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()
[all …]
/kernel/linux/linux-5.10/include/trace/
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_NOP(name, proto, args, struct, assign, print) argument
Dtrace_events.h74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
79 PARAMS(assign), \
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
137 assign, print, reg, unreg) \ argument
139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
143 assign, print, reg, unreg) \ argument
145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
510 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dunicast_extensions.sh171 segmenttest 240.1.2.1 240.1.2.4 24 "assign and ping within 240/4 (1 of 2) (is allowed)"
172 segmenttest 250.100.2.1 250.100.30.4 16 "assign and ping within 240/4 (2 of 2) (is allowed)"
175 segmenttest 0.1.2.17 0.1.2.23 24 "assign and ping within 0/8 (1 of 2) (is allowed)"
176 segmenttest 0.77.240.17 0.77.2.23 16 "assign and ping within 0/8 (2 of 2) (is allowed)"
179 segmenttest 255.255.3.1 255.255.50.77 16 "assign and ping inside 255.255/16 (is allowed)"
182 segmenttest 255.255.255.1 255.255.255.254 24 "assign and ping inside 255.255.255/24 (is allowed)"
189 segmenttest 5.10.15.20 5.10.15.0 24 "assign and ping lowest address (/24)"
192 segmenttest 192.168.101.192 192.168.101.193 26 "assign and ping lowest address (/26)"
208 segmenttest 127.99.4.5 127.99.4.6 16 "assign and ping inside 127/8 (is forbidden)"
212 segmenttest 225.1.2.3 225.1.2.200 24 "assign and ping class D address (is forbidden)"
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst14 assign them to cpusets and their attached tasks. This is a way of limiting the
25 four equal chunks of 512M each that we can now use to assign to cpusets. As
43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory
56 You can now assign tasks to these cpusets to limit the memory resources
75 This allows for coarse memory management for the tasks you assign to particular
/kernel/linux/linux-6.6/Documentation/arch/x86/x86_64/
Dfake-numa-for-cpusets.rst14 assign them to cpusets and their attached tasks. This is a way of limiting the
25 four equal chunks of 512M each that we can now use to assign to cpusets. As
43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory
56 You can now assign tasks to these cpusets to limit the memory resources
75 This allows for coarse memory management for the tasks you assign to particular
/kernel/linux/linux-5.10/Documentation/spi/
Dspidev.rst94 return (RD) or assign (WR) the SPI transfer mode. Use the constants
103 which will return (RD) or assign (WR) the full SPI transfer mode,
108 which will return (RD) or assign (WR) the bit justification used to
116 a byte which will return (RD) or assign (WR) the number of bits in
121 u32 which will return (RD) or assign (WR) the maximum SPI transfer
122 speed, in Hz. The controller can't necessarily assign that specific
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_psi.h401 * @sdt: The SDT to assign to.
405 * This will assign ownership of the service loop to the table, i.e. the table
414 * @to: Where to assign this descriptor loop to
425 * @to: Where in the PMT to assign this descriptor loop to
429 * This will assign ownership of the loop to the table, i.e. the table
439 * @to: Where in the PMT to assign this descriptor loop to
443 * This will assign ownership of the loop to the table, i.e. the table
452 * @pat: The PAT to assign to.
456 * This will assign ownership of the program loop to the table, i.e. the table
464 * @pmt: The PMT to assign to.
[all …]
/kernel/linux/linux-6.6/samples/trace_events/
Dtrace-events-sample.h137 * To assign a string, use the helper macro __assign_str().
156 * To assign the string, use the helper macro __assign_vstr().
177 * To assign this string, use the helper macro __assign_str_len().
199 * To assign a bitmask, use the __assign_bitmask() helper macro.
210 * To assign a cpumask, use the __assign_cpumask() helper macro.
242 * Note, that for both the assign and the printk, __entry is the handler
398 * TRACE_EVENT(name, proto, args, struct, assign, printk)
402 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk)
445 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg)
482 * directory, hook it to perf, assign the values and to print out
[all …]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
Dvidtv_psi.h401 * @sdt: The SDT to assign to.
405 * This will assign ownership of the service loop to the table, i.e. the table
414 * @to: Where to assign this descriptor loop to
425 * @to: Where in the PMT to assign this descriptor loop to
429 * This will assign ownership of the loop to the table, i.e. the table
439 * @to: Where in the PMT to assign this descriptor loop to
443 * This will assign ownership of the loop to the table, i.e. the table
452 * @pat: The PAT to assign to.
456 * This will assign ownership of the program loop to the table, i.e. the table
464 * @pmt: The PMT to assign to.
[all …]
/kernel/linux/linux-6.6/Documentation/spi/
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
/kernel/linux/linux-5.10/samples/trace_events/
Dtrace-events-sample.h137 * To assign a string, use the helper macro __assign_str().
151 * To assign a bitmask, use the __assign_bitmask() helper macro.
182 * Note, that for both the assign and the printk, __entry is the handler
320 * TRACE_EVENT(name, proto, args, struct, assign, printk)
324 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk)
367 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg)
404 * directory, hook it to perf, assign the values and to print out
407 * for the proto, args, struct, assign and printk, and only the name
418 * #define TRACE_EVENT(name, proto, args, tstruct, assign, printk) \
419 * DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \
/kernel/linux/linux-6.6/include/linux/
Detherdevice.h238 * eth_broadcast_addr - Assign broadcast address
241 * Assign the broadcast address to the given address array.
249 * eth_zero_addr - Assign zero address
252 * Assign the zero address to the given address array.
311 * eth_hw_addr_set - Assign Ethernet address to a net_device
313 * @addr: address to assign
315 * Assign given address to the net_device, addr_assign_type is not changed.
590 * eth_hw_addr_gen - Generate and assign Ethernet address to a port
595 * Generate a MAC address using a base address and an offset and assign it
611 * eth_skb_pkt_type - Assign packet type if destination address does not match
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
Dtrace_tid.h100 TP_fast_assign(/* assign */
146 TP_fast_assign(/* assign */
175 TP_fast_assign(/* assign */
204 TP_fast_assign(/* assign */
264 TP_fast_assign(/* assign */
316 TP_fast_assign(/* assign */
359 TP_fast_assign(/* assign */
428 TP_fast_assign(/* assign */
466 TP_fast_assign(/* assign */
513 TP_fast_assign(/* assign */
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dtrace_tid.h100 TP_fast_assign(/* assign */
146 TP_fast_assign(/* assign */
175 TP_fast_assign(/* assign */
204 TP_fast_assign(/* assign */
264 TP_fast_assign(/* assign */
316 TP_fast_assign(/* assign */
359 TP_fast_assign(/* assign */
428 TP_fast_assign(/* assign */
466 TP_fast_assign(/* assign */
513 TP_fast_assign(/* assign */
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
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/tools/testing/selftests/bpf/progs/
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/sound/hda/ext/
Dhdac_ext_stream.c25 * @tag: the tag id to assign
286 * snd_hdac_ext_stream_assign - assign a stream for the PCM
288 * @substream: PCM substream to assign
373 * snd_hdac_ext_cstream_assign - assign a host stream for compress
375 * @cstream: Compress stream to assign
377 * Assign an unused host stream for the given compress stream.
/kernel/linux/linux-5.10/net/batman-adv/
Ddistributed-arp-table.h46 * batadv_dat_init_orig_node_addr() - assign a DAT address to the orig_node
47 * @orig_node: the node to assign the DAT address to
59 * batadv_dat_init_own_addr() - assign a DAT address to the node itself

12345678910>>...98