Home
last modified time | relevance | path

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

123456

/Linux-v4.19/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-v4.19/arch/mips/vr41xx/common/
Dicu.c477 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument
493 intassign0 |= (uint16_t)assign; in set_sysint1_assign()
497 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign()
501 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign()
505 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign()
509 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign()
513 intassign1 |= (uint16_t)assign; in set_sysint1_assign()
517 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign()
521 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign()
528 sysint1_assign[pin] = assign; in set_sysint1_assign()
[all …]
/Linux-v4.19/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
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-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb_mgr_datastruct.S72 #%assign _JOB_AES_size _FIELD_OFFSET
73 #%assign _JOB_AES_align _STRUCT_ALIGN
88 # %assign job_aes2_size _FIELD_OFFSET
89 # %assign job_aes2_align _STRUCT_ALIGN
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb_mgr_datastruct.S73 #%assign _JOB_AES_size _FIELD_OFFSET
74 #%assign _JOB_AES_align _STRUCT_ALIGN
89 # %assign job_aes2_size _FIELD_OFFSET
90 # %assign job_aes2_align _STRUCT_ALIGN
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb_mgr_datastruct.S72 #%assign _JOB_AES_size _FIELD_OFFSET
73 #%assign _JOB_AES_align _STRUCT_ALIGN
88 # %assign job_aes2_size _FIELD_OFFSET
89 # %assign job_aes2_align _STRUCT_ALIGN
/Linux-v4.19/Documentation/x86/x86_64/
Dfake-numa-for-cpusets7 assign them to cpusets and their attached tasks. This is a way of limiting the
18 four equal chunks of 512M each that we can now use to assign to cpusets. As
36 Documentation/cgroup-v1/cpusets.txt, you can assign fake nodes (i.e. contiguous memory
49 You can now assign tasks to these cpusets to limit the memory resources
64 This allows for coarse memory management for the tasks you assign to particular
/Linux-v4.19/include/linux/
Dtracepoint.h521 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
533 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
536 assign, print, reg, unreg) \ argument
539 assign, print, reg, unreg) \ argument
543 struct, assign, print) \ argument
/Linux-v4.19/arch/x86/events/
Dcore.c850 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
859 if (assign) in perf_assign_events()
860 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
867 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
909 if (assign) in x86_schedule_events()
910 assign[i] = hwc->idx; in x86_schedule_events()
932 wmax, gpmax, assign); in x86_schedule_events()
945 if (!unsched && assign) { in x86_schedule_events()
950 x86_pmu.commit_scheduling(cpuc, i, assign[i]); in x86_schedule_events()
1018 hwc->idx = cpuc->assign[i]; in x86_assign_hw_event()
[all …]
Dperf_event.h189 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member
528 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
784 int wmin, int wmax, int gpmax, int *assign);
785 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
/Linux-v4.19/Documentation/spi/
Dspidev84 return (RD) or assign (WR) the SPI transfer mode. Use the constants
92 which will return (RD) or assign (WR) the full SPI transfer mode,
96 which will return (RD) or assign (WR) the bit justification used to
103 a byte which will return (RD) or assign (WR) the number of bits in
107 u32 which will return (RD) or assign (WR) the maximum SPI transfer
108 speed, in Hz. The controller can't necessarily assign that specific
/Linux-v4.19/arch/x86/events/intel/
Duncore.c405 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
439 if (assign) in uncore_assign_events()
440 assign[i] = hwc->idx; in uncore_assign_events()
445 wmin, wmax, n, assign); in uncore_assign_events()
447 if (!assign || ret) { in uncore_assign_events()
535 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
560 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
569 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
570 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
587 if (hwc->idx != assign[i] || in uncore_pmu_event_add()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dcommon.txt4 - label: user-defined MTD device name. Can be used to assign user
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Dtcm-sita.h85 void assign(struct tcm_area *a, u16 x0, u16 y0, u16 x1, u16 y1) in assign() function
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit
/Linux-v4.19/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-v4.19/Documentation/cgroup-v1/
D00-INDEX10 - documents the cpusets feature; assign CPUs and Mem to a set of tasks.
Dnet_cls.txt7 The Traffic Controller (tc) can be used to assign
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/Linux-v4.19/Documentation/
DIRQ.txt21 Architectures can assign additional meaning to the IRQ numbers, and
/Linux-v4.19/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-v4.19/Documentation/media/uapi/v4l/
Dapp-pri.rst9 When multiple applications share a device it may be desirable to assign

123456