/openbmc/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 343 gimple assign; in perturb_local_entropy() local 351 update_stmt(assign); in perturb_local_entropy() 357 gimple assign; in __perturb_latent_entropy() local 369 update_stmt(assign); in __perturb_latent_entropy() 375 update_stmt(assign); in __perturb_latent_entropy() 380 update_stmt(assign); in __perturb_latent_entropy() 433 gimple assign, call; in init_local_entropy() local 452 update_stmt(assign); in init_local_entropy() 462 update_stmt(assign); in init_local_entropy() 467 update_stmt(assign); in init_local_entropy() [all …]
|
/openbmc/linux/include/trace/ |
H A D | trace_events.h | 39 #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 255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument [all …]
|
H A D | trace_custom_events.h | 27 #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 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
|
H A D | perf.h | 16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 51 { assign; } \
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mmio.c | 47 int n, bool assign) in virtio_mmio_ioeventfd_assign() argument 51 if (assign) { in virtio_mmio_ioeventfd_assign() 664 if (assign) { in virtio_mmio_set_guest_notifier() 676 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_mmio_set_guest_notifier() 690 if (assign) { 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() 706 bool assign) in virtio_mmio_set_guest_notifiers() argument 721 r = virtio_mmio_set_guest_notifier(d, n, assign, with_irqfd); in virtio_mmio_set_guest_notifiers() 726 r = virtio_mmio_set_config_guest_notifier(d, assign, with_irqfd); in virtio_mmio_set_guest_notifiers() 735 assert(assign); in virtio_mmio_set_guest_notifiers() [all …]
|
H A D | virtio-pci.c | 328 int n, bool assign) in virtio_pci_ioeventfd_assign() argument 343 if (assign) { in virtio_pci_ioeventfd_assign() 1190 if (assign) { in virtio_pci_set_guest_notifier() 1205 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_pci_set_guest_notifier() 1233 if (!assign && !proxy->nvqs_with_notifiers) { in virtio_pci_set_guest_notifiers() 1236 assert(assign || nvqs == proxy->nvqs_with_notifiers); in virtio_pci_set_guest_notifiers() 1243 !assign) { in virtio_pci_set_guest_notifiers() 1271 assign) { in virtio_pci_set_guest_notifiers() 1298 assert(assign); in virtio_pci_set_guest_notifiers() 1310 assert(assign); in virtio_pci_set_guest_notifiers() [all …]
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-bus.h | 52 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/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/ |
H A D | run-ptest | 15 eval assign=\$res$((i++)) 16 if [ $assign -ne 0 ]; then
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_assign.c | 116 goto assign; in handle_udp() 126 assign: in handle_udp() 148 goto assign; in handle_tcp() 165 assign: in handle_tcp()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | cpu_init.c | 20 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 D | qe_io.c | 15 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/include/linux/ |
H A D | tracepoint.h | 553 #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/telemetry/src/metrics/ |
H A D | collection_function.cpp | 24 readings.assign( in calculateForStartupInterval() 46 readings.assign( in calculateForStartupInterval() 84 readings.assign({ReadingItem(readings.front().first, result), in calculateForStartupInterval() 130 readings.assign( in calculateForStartupInterval()
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A 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
|
/openbmc/qemu/accel/kvm/ |
H A D | trace-events | 20 …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 D | sd_event.hpp | 42 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 D | trace-events | 7 …_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assi…
|
/openbmc/phosphor-hwmon/ |
H A D | env.hpp | 63 key.assign(prefix); in getEnv() 110 content.assign((std::istreambuf_iterator<char>(handle)), in getIndirectID()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | qe_io.c | 16 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/webui-vue/src/views/Operations/VirtualMedia/ |
H A D | ModalConfigureConnection.vue | 109 Object.assign(this.form, value); 126 Object.assign(connectionData, this.form); 132 Object.assign(this.form, this.connection);
|
/openbmc/linux/arch/x86/events/ |
H A D | core.c | 970 if (assign) in perf_assign_events() 1050 if (assign) in x86_schedule_events() 1051 assign[i] = hwc->idx; in x86_schedule_events() 1082 wmax, gpmax, assign); in x86_schedule_events() 1095 if (!unsched && assign) { in x86_schedule_events() 1220 idx = hwc->idx = cpuc->assign[i]; in x86_assign_hw_event() 1443 int assign[X86_PMC_IDX_MAX]; in x86_pmu_add() local 1475 memcpy(cpuc->assign, assign, n*sizeof(int)); in x86_pmu_add() 1649 cpuc->assign[i-1] = cpuc->assign[i]; in x86_pmu_del() 2273 int assign[X86_PMC_IDX_MAX]; in x86_pmu_commit_txn() local [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | intel,x86-pinctrl.txt | 16 - 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 D | manager.cpp | 179 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()
|
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/ |
H A D | lighttpd.conf | 47 mimetype.assign = (
|