Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/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 …]
/openbmc/linux/include/trace/
H A 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 …]
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_NOP(name, proto, args, struct, assign, print) argument
H A Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
51 { assign; } \
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0001-Replace-Name-NameString-with-vector-of-uint8_t.patch28 - ndata_.assign(ndata.data(), ndata.size());
29 + ndata_.assign(ndata.data(), ndata.data() + ndata.size());
31 offsets_.assign(offsets.begin(), offsets.end());
37 - ndata_.assign(ndata.data(), ndata.size());
38 + ndata_.assign(ndata.data(), ndata.data() + ndata.size());
40 offsets_.assign(offsets.begin(), offsets.end());
55 - retname.ndata_.assign(ndata_, 0, length_ - 1);
56 + retname.ndata_.assign(ndata_.data(), ndata_.data() + length_ - 1);
73 - retname.ndata_.assign(ndata_, offsets_[first], retname.offsets_.back());
74 + retname.ndata_.assign(ndata_.data() + offsets_[first], ndata_.data() + retname.offsets_.back()…
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c47 int n, bool assign) in virtio_mmio_ioeventfd_assign() argument
51 if (assign) { in virtio_mmio_ioeventfd_assign()
655 static int virtio_mmio_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_mmio_set_guest_notifier() argument
664 if (assign) { in virtio_mmio_set_guest_notifier()
676 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_mmio_set_guest_notifier()
681 static int virtio_mmio_set_config_guest_notifier(DeviceState *d, bool assign, in virtio_mmio_set_config_guest_notifier() argument
690 if (assign) { in virtio_mmio_set_config_guest_notifier()
695 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier()
697 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier()
701 vdc->guest_notifier_mask(vdev, VIRTIO_CONFIG_IRQ_IDX, !assign); in virtio_mmio_set_config_guest_notifier()
[all …]
H A Dvirtio-pci.c328 int n, bool assign) in virtio_pci_ioeventfd_assign() argument
343 if (assign) { in virtio_pci_ioeventfd_assign()
1168 int n, bool assign, in virtio_pci_set_guest_notifier_fd_handler() argument
1172 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_pci_set_guest_notifier_fd_handler()
1174 virtio_queue_set_guest_notifier_fd_handler(vq, assign, with_irqfd); in virtio_pci_set_guest_notifier_fd_handler()
1178 static int virtio_pci_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_pci_set_guest_notifier() argument
1194 if (assign) { in virtio_pci_set_guest_notifier()
1209 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_pci_set_guest_notifier()
1221 static int virtio_pci_set_guest_notifiers(DeviceState *d, int nvqs, bool assign) in virtio_pci_set_guest_notifiers() argument
1237 if (!assign && !proxy->nvqs_with_notifiers) { in virtio_pci_set_guest_notifiers()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-bus.h52 int (*set_guest_notifiers)(DeviceState *d, int nvqs, bool assign);
54 MemoryRegion *mr, bool assign);
84 int n, bool assign);
155 int virtio_bus_set_host_notifier(VirtioBusState *bus, int n, bool assign);
/openbmc/linux/include/linux/
H A Dtracepoint.h553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
565 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
568 assign, print, reg, unreg) \ argument
571 assign, print, reg, unreg) \ argument
575 struct, assign, print) \ argument
591 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c20 int open_drain, int assign);
27 int dir, open_drain, assign; in config_qe_ioports() local
30 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) { in config_qe_ioports()
35 assign = qe_iop_conf_tab[i].assign; in config_qe_ioports()
36 qe_config_iopin(port, pin, dir, open_drain, assign); in config_qe_ioports()
H A Dqe_io.c15 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument
57 pin_2bit_assign = (u32)(assign in qe_config_iopin()
/openbmc/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()
/openbmc/linux/Documentation/arch/x86/x86_64/
H A 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
/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp28 readings.assign( in calculateForStartupInterval()
54 readings.assign( in calculateForStartupInterval()
92 readings.assign({ReadingItem(readings.front().first, result), in calculateForStartupInterval()
138 readings.assign( in calculateForStartupInterval()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A Drun-ptest15 eval assign=\$res$((i++))
16 if [ $assign -ne 0 ]; then
/openbmc/qemu/accel/kvm/
H A Dtrace-events20 …fd, uint64_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%" PRIx64 …
21 …int fd, uint16_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x val…
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dsd_event.hpp42 descriptor.assign(sd_event_get_fd(evt)); in sd_event_wrapper()
52 descriptor.assign(sd_event_get_fd(evt)); in sd_event_wrapper()
/openbmc/qemu/target/s390x/kvm/
H A Dtrace-events7 …_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assi…
/openbmc/linux/arch/x86/events/
H A Dcore.c71 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
961 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
970 if (assign) in perf_assign_events()
971 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
978 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
1050 if (assign) in x86_schedule_events()
1051 assign[i] = hwc->idx; in x86_schedule_events()
1082 wmax, gpmax, assign); in x86_schedule_events()
1093 * validate an event group (assign == NULL) in x86_schedule_events()
1095 if (!unsched && assign) { in x86_schedule_events()
1443 int assign[X86_PMC_IDX_MAX]; x86_pmu_add() local
2273 int assign[X86_PMC_IDX_MAX]; x86_pmu_commit_txn() local
[all...]
/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DModalConfigureConnection.vue109 Object.assign(this.form, value);
126 Object.assign(connectionData, this.form);
132 Object.assign(this.form, this.connection);
/openbmc/phosphor-hwmon/
H A Denv.hpp63 key.assign(prefix); in getEnv()
110 content.assign((std::istreambuf_iterator<char>(handle)), in getIndirectID()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dqe_io.c16 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument
58 pin_2bit_assign = (u32)(assign in qe_config_iopin()
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dintel,x86-pinctrl.txt16 - mode-func - (optional) function number to assign to the pin. If
22 - pull-assign - (optional) this set the pull assignement (up/down) of the pin
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp179 auto& assign = std::get<AssignInterfaceType>(opsit->second); in updateInterfaces() local
180 assign(ifaceit->second, refaceit->second, in updateInterfaces()
236 absPath.assign(_root); in updateObjects()
301 p.assign(_root); in destroyObjects()

12345678910>>...14