Home
last modified time | relevance | path

Searched full:pushed (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
H A Difu.json45 …"PublicDescription": "A 2nd instruction could have been pushed but was not because it was nonseque…
48 …"BriefDescription": "A 2nd instruction could have been pushed but was not because it was nonsequen…
111 "PublicDescription": "This thread pushed an instruction into the IQ",
114 "BriefDescription": "This thread pushed an instruction into the IQ"
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h49 /* Pushed by irq_common_entry */
63 /* Pushed by vector handler (irq_<num>) */
65 /* Pushed by cpu in response to interrupt */
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c113 size_t pushed = 0, to_pull, to_push; in vdpasim_blk_handle_req() local
190 pushed += bytes; in vdpasim_blk_handle_req()
225 pushed += bytes; in vdpasim_blk_handle_req()
303 if (to_push - pushed > 0) in vdpasim_blk_handle_req()
304 vringh_kiov_advance(&vq->in_iov, to_push - pushed); in vdpasim_blk_handle_req()
311 pushed += bytes; in vdpasim_blk_handle_req()
319 vringh_complete_iotlb(&vq->vring, vq->head, pushed); in vdpasim_blk_handle_req()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c312 * now slower (all registers pushed on stack which provides complete
316 * - Interrupt has caused eflags, CS and EIP to be pushed
317 * - Interrupt Vector Handler has pushed orig_eax
319 * 12 bytes pushed by CPU (EFLAGSF, CS, EIP)
320 * 4 bytes pushed by vector handler (irq_id)
321 * 24 bytes pushed before SP (SS, GS, FS, ES, DS, EAX)
322 * NOTE: Only longs are pushed on/popped off the stack!
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-hi843517 this value then the threshold falling event is pushed.
36 this value then the threshold rising event is pushed.
H A Dsysfs-bus-iio-gyro-bmg1606 which sets driver in a mode, where data is pushed to the buffer
H A Dsysfs-bus-iio-accel-bmc1506 which sets driver in a mode, where data is pushed to the buffer
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c208 * fm10k_mbx_pushed_tail_len - Retrieve the length of message being pushed
212 * pushed onto the tail of the Rx queue.
218 /* pushed tail is only valid if pushed is set */ in fm10k_mbx_pushed_tail_len()
219 if (!mbx->pushed) in fm10k_mbx_pushed_tail_len()
291 * @len: length of data pushed onto buffer
301 /* length should include previous amounts pushed */ in fm10k_mbx_validate_msg_size()
302 len += mbx->pushed; in fm10k_mbx_validate_msg_size()
313 /* message extends out of pushed section, but fits in FIFO */ in fm10k_mbx_validate_msg_size()
438 end = fm10k_fifo_tail_offset(fifo, mbx->pushed); in fm10k_mbx_read_copy()
479 len = fm10k_fifo_unused(fifo) - mbx->pushed; in fm10k_mbx_push_tail()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Didtentry.h20 * No error code pushed by hardware
74 * Error code pushed by hardware
93 * Error code pushed by hardware
118 * No error code pushed by hardware
157 * Error code pushed by hardware
198 * The vector number is pushed by the low level entry stub and handed
598 /* Simple exception entries with error code pushed by hardware */
/openbmc/openbmc-test-automation/lib/
H A Dvar_stack.py107 var_value The value being pushed.
108 … var_name The name of the variable containing the value to be pushed. This
/openbmc/linux/Documentation/arch/x86/
H A Dshstk.rst134 When a signal happens, the old pre-signal state is pushed on the stack. When
135 shadow stack is enabled, the shadow stack specific state is pushed onto the
136 shadow stack. Today this is only the old SSP (shadow stack pointer), pushed
/openbmc/openpower-hw-diags/util/
H A Dffdc.hpp15 * that will be used to create ffdc log entries. These files will be pushed
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Dpipeline.json243 …"BriefDescription": "Counts any retired load that was pushed into the recycle queue for any reason…
250 …"BriefDescription": "Counts any retired store that was pushed into the recycle queue for any reaso…
289 …"BriefDescription": "Counts the store micro-ops retired that were pushed in the rehad queue becaus…
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c100 /* The return address pushed on stack */ in l1_guest_code()
131 /* The return address pushed on stack, skip over UD2 */ in l1_guest_code()
/openbmc/linux/net/mpls/
H A DKconfig23 that have had MPLS stack entries pushed onto them and thus
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h21 /* For LLQ, header buffer - pushed to the device mem space */
29 * For LLQ, indicate the size of the pushed buffer
/openbmc/linux/sound/aoa/soundbus/
H A Dsoundbus.h123 /* start() is called before data is pushed to the codec.
128 /* stop() is called after data is no longer pushed to the codec.
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h25 TCA_MPLS_PROTO, /* be16; eth_type of pushed or next (for pop) header. */
/openbmc/qemu/gdbstub/
H A Dmeson.build3 # types. The bits pushed to system/user.c try to use guest agnostic
/openbmc/bmcweb/redfish-core/include/
H A Dheartbeat_messages.hpp9 * should be first pushed to the relevant registry in the DMTF
/openbmc/linux/drivers/acpi/acpica/
H A Ddswscope.c56 * type - Type of frame being pushed
106 "[%.2d] Pushed scope ", in acpi_ds_scope_stack_push()
/openbmc/linux/include/uapi/linux/iio/
H A Devents.h17 * struct iio_event_data - The actual event being pushed to userspace
/openbmc/linux/drivers/iio/buffer/
H A DKconfig11 usage. That is, those where the data is pushed to the consumer.
/openbmc/qemu/include/hw/
H A Dstream.h31 * push - push data to a Stream sink. The number of bytes pushed is
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h57 * switcher: it's pushed after the normal "struct pt_regs".

12345678910>>...15