/Linux-v5.15/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 337 gimple assign; in perturb_local_entropy() local 342 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy() 344 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy() 345 update_stmt(assign); in perturb_local_entropy() 351 gimple assign; in __perturb_latent_entropy() local 361 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy() 362 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy() 363 update_stmt(assign); in __perturb_latent_entropy() 367 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy() 368 gsi_insert_after(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy() [all …]
|
/Linux-v5.15/arch/mips/vr41xx/common/ |
D | icu.c | 464 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.15/include/trace/ |
D | define_trace.h | 27 #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
|
D | trace_events.h | 74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 79 PARAMS(assign), \ 115 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 140 assign, print, reg, unreg) \ argument 142 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 146 assign, print, reg, unreg) \ argument 148 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 210 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 383 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 546 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument [all …]
|
D | perf.h | 31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 66 { assign; } \
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | test_sk_assign.c | 106 goto assign; in handle_udp() 116 assign: in handle_udp() 139 goto assign; in handle_tcp() 156 assign: in handle_tcp()
|
/Linux-v5.15/include/linux/ |
D | tracepoint.h | 540 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 552 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 555 assign, print, reg, unreg) \ argument 558 assign, print, reg, unreg) \ argument 562 struct, assign, print) \ argument 578 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument 581 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
D | intel_th.h | 32 void *(*assign)(struct device *dev, int *mode); member
|
/Linux-v5.15/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets.rst | 14 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.15/arch/x86/events/ |
D | core.c | 955 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 964 if (assign) in perf_assign_events() 965 assign[sched.state.event] = sched.state.counter; in perf_assign_events() 972 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument 1044 if (assign) in x86_schedule_events() 1045 assign[i] = hwc->idx; in x86_schedule_events() 1076 wmax, gpmax, assign); in x86_schedule_events() 1089 if (!unsched && assign) { in x86_schedule_events() 1091 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]); in x86_schedule_events() 1214 idx = hwc->idx = cpuc->assign[i]; in x86_assign_hw_event() [all …]
|
/Linux-v5.15/Documentation/spi/ |
D | spidev.rst | 94 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.15/arch/x86/events/intel/ |
D | uncore.c | 443 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument 477 if (assign) in uncore_assign_events() 478 assign[i] = hwc->idx; in uncore_assign_events() 483 wmin, wmax, n, assign); in uncore_assign_events() 485 if (!assign || ret) { in uncore_assign_events() 569 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local 594 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add() 603 if (hwc->idx == assign[i] && in uncore_pmu_event_add() 604 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add() 621 if (hwc->idx != assign[i] || in uncore_pmu_event_add() [all …]
|
/Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
D | kvm-assign-cpus.sh | 10 T=/tmp/kvm-assign-cpus.sh.$$
|
/Linux-v5.15/Documentation/vm/ |
D | zsmalloc.rst | 72 We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where 78 Similarly, we assign zspage to:
|
/Linux-v5.15/Documentation/devicetree/bindings/timer/ |
D | jcore,pit.txt | 11 - interrupts: An interrupt to assign for the timer. The actual pit
|
/Linux-v5.15/drivers/hwtracing/intel_th/ |
D | msu-sink.c | 107 .assign = msu_sink_assign,
|
/Linux-v5.15/Documentation/devicetree/bindings/mailbox/ |
D | mailbox.txt | 4 assign appropriate mailbox channel to client drivers.
|
/Linux-v5.15/Documentation/core-api/irq/ |
D | concepts.rst | 21 Architectures can assign additional meaning to the IRQ numbers, and
|
/Linux-v5.15/Documentation/translations/zh_CN/core-api/ |
D | protection-keys.rst | 64 *ptr = foo; // assign something
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | app-pri.rst | 9 When multiple applications share a device it may be desirable to assign
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | net_cls.rst | 8 The Traffic Controller (tc) can be used to assign
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-rt-group.rst | 116 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.15/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.rst | 92 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.15/drivers/pnp/ |
D | Kconfig | 12 peripherals to be configured by software, e.g. assign IRQ's or other
|
/Linux-v5.15/Documentation/leds/ |
D | ledtrig-usbport.rst | 29 only one LED user will most likely want to assign ports from all 3 hubs.
|