Home
last modified time | relevance | path

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

123456

/Linux-v5.4/scripts/gcc-plugins/
Dlatent_entropy_plugin.c349 gimple assign; in perturb_local_entropy() local
354 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
356 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy()
357 update_stmt(assign); in perturb_local_entropy()
363 gimple assign; in __perturb_latent_entropy() local
373 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy()
374 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
375 update_stmt(assign); in __perturb_latent_entropy()
379 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy()
380 gsi_insert_after(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/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.h73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
78 PARAMS(assign), \
111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
136 assign, print, reg, unreg) \ argument
138 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
142 assign, print, reg, unreg) \ argument
144 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
344 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
527 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
Dperf.h31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
66 { assign; } \
/Linux-v5.4/include/linux/
Dtracepoint.h519 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
531 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
534 assign, print, reg, unreg) \ argument
537 assign, print, reg, unreg) \ argument
541 struct, assign, print) \ argument
557 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
560 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
Dintel_th.h32 void *(*assign)(struct device *dev, int *mode); member
/Linux-v5.4/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
/Linux-v5.4/arch/x86/events/
Dcore.c849 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
858 if (assign) in perf_assign_events()
859 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
866 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
933 if (assign) in x86_schedule_events()
934 assign[i] = hwc->idx; in x86_schedule_events()
956 wmax, gpmax, assign); in x86_schedule_events()
969 if (!unsched && assign) { in x86_schedule_events()
973 x86_pmu.commit_scheduling(cpuc, i, assign[i]); in x86_schedule_events()
1058 hwc->idx = cpuc->assign[i]; in x86_assign_hw_event()
[all …]
Dperf_event.h200 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member
580 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
846 int wmin, int wmax, int gpmax, int *assign);
847 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
/Linux-v5.4/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
/Linux-v5.4/arch/x86/events/intel/
Duncore.c422 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
456 if (assign) in uncore_assign_events()
457 assign[i] = hwc->idx; in uncore_assign_events()
462 wmin, wmax, n, assign); in uncore_assign_events()
464 if (!assign || ret) { in uncore_assign_events()
548 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
573 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
582 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
583 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
600 if (hwc->idx != assign[i] || in uncore_pmu_event_add()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dcommon.txt4 - label: user-defined MTD device name. Can be used to assign user
/Linux-v5.4/Documentation/devicetree/bindings/timer/
Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit
/Linux-v5.4/Documentation/vm/
Dzsmalloc.rst72 We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where
78 Similarly, we assign zspage to:
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dhost-generic-pci.txt45 If '0', then Linux will assign devices in its usual manner,
46 otherwise it will not try to assign devices and instead use
/Linux-v5.4/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/Linux-v5.4/Documentation/
DIRQ.txt21 Architectures can assign additional meaning to the IRQ numbers, and
/Linux-v5.4/drivers/hwtracing/intel_th/
Dmsu-sink.c107 .assign = msu_sink_assign,
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Di2c.txt84 used by the device. I2C core will assign "irq" interrupt (or the very first
89 core will create a virtual interrupt for Host Notify and assign it as
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dnet_cls.rst8 The Traffic Controller (tc) can be used to assign
/Linux-v5.4/Documentation/scheduler/
Dsched-rt-group.rst116 want to assign bandwidth to another group, reduce the root group's bandwidth
117 and assign some or all of the difference to another group.
119 Realtime group scheduling means you have to assign a portion of total CPU
/Linux-v5.4/Documentation/powerpc/
Dpci_iov_resource_on_powernv.rst92 need to ensure Linux doesn't assign anything there, the M32 logic
142 spaces or assign the remaining PE# to 32-bit only devices.
172 discover the BAR sizes and assign addresses for them. For VF devices,
174 discover sizes and assign addresses. The BARs in the VF's config space
211 and a 32MB BAR, we could use one M64 window to assign 1MB segments and
212 another M64 window to assign 32MB segments.
/Linux-v5.4/drivers/pnp/
DKconfig12 peripherals to be configured by software, e.g. assign IRQ's or other
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Dusb3503.txt22 clock-names in order to assign it

123456