Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtimevar.h36 Timing variables may be pushed onto the stack; elapsed time is
38 another variable is pushed on, the previous topmost variable is
39 `paused' until the pushed variable is popped back off.
157 /* Nonzero if this timing variable was ever started or pushed onto
198 pushed. Time elapsed since then is attributed to the topmost
H A Ddojump.h23 /* At the start of a function, record that we have no previously-pushed
34 /* Pop any previously-pushed arguments that have not been popped yet. */
H A Dtree-ssa-scopedtables.h138 was pushed. */
186 was pushed. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtimevar.h36 Timing variables may be pushed onto the stack; elapsed time is
38 another variable is pushed on, the previous topmost variable is
39 `paused' until the pushed variable is popped back off.
157 /* Nonzero if this timing variable was ever started or pushed onto
198 pushed. Time elapsed since then is attributed to the topmost
H A Ddojump.h23 /* At the start of a function, record that we have no previously-pushed
34 /* Pop any previously-pushed arguments that have not been popped yet. */
H A Dtree-ssa-scopedtables.h138 was pushed. */
186 was pushed. */
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c311 * now slower (all registers pushed on stack which provides complete
315 * - Interrupt has caused eflags, CS and EIP to be pushed
316 * - Interrupt Vector Handler has pushed orig_eax
318 * 12 bytes pushed by CPU (EFLAGSF, CS, EIP)
319 * 4 bytes pushed by vector handler (irq_id)
320 * 24 bytes pushed before SP (SS, GS, FS, ES, DS, EAX)
321 * NOTE: Only longs are pushed on/popped off the stack!
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Didtentry.h16 * No error code pushed by hardware
68 * Error code pushed by hardware
87 * Error code pushed by hardware
112 * No error code pushed by hardware
140 * Error code pushed by hardware
181 * The vector number is pushed by the low level entry stub and handed
561 /* Simple exception entries with error code pushed by hardware */
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/lua/
H A DCVE-2022-33099.patch57 - L->top -= n-1; /* popped 'n' strings and pushed one */
58 + L->top = top - (n - 1); /* popped 'n' strings and pushed one */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcm_fwtrace.h76 * Eact trace info buffer pushed to host will have this header.
103 * Format of firmware trace buffer pushed to host memory
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h229 * state is pushed into stack (to be explored later) also with
234 * 2 -> 1 (first 'if' pushed into stack)
236 * 2 -> 1 (second 'if' pushed into stack)
245 * 2 -> 1 (first 'if' pushed into stack)
247 * 1 -> 1 (second 'if' pushed into stack)
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Drelease.sh20 # * Make sure local tags get pushed remotely: git push --tags
44 --remote git remote where the change should be pushed (default "origin")
124 # Check if the object has been pushed. Do do so
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h17 /* For LLQ, header buffer - pushed to the device mem space */
25 * For LLQ, indicate the size of the pushed buffer
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c322 * trailer checksum segment to be pushed after user data.
366 * SGE's, all referenced pages of each SGE are pushed in one
607 /* Not even complete hdr pushed or negative rv */ in siw_tx_hdt()
618 /* all user data pushed to TCP or no data to push */ in siw_tx_hdt()
627 if (rv == trl_len) /* all pushed */ in siw_tx_hdt()
638 /* Maybe some user data pushed to TCP */ in siw_tx_hdt()
645 * on old state and bytes pushed in siw_tx_hdt()
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c141 * them. Then the @head_lpos is pushed forward and is associated with a new
561 * already pushed the tail lpos past the problematic data block. Regardless,
628 * descriptors into the reusable state if the tail is pushed beyond
645 * data tail being pushed to this loaded value will be visible to this in data_push_tail()
683 * have been previously pushed. This pairs with in data_push_tail()
710 * have been previously pushed. This pairs with in data_push_tail()
739 /* Another CPU pushed the tail. Try again. */ in data_push_tail()
765 * ring tail is pushed past the data block of the descriptor being made
790 * The ID has changed. Another writer must have pushed the in desc_push_tail()
793 * specified tail being pushed, which it was. in desc_push_tail()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddswscope.c56 * type - Type of frame being pushed
106 "[%.2d] Pushed scope ", in acpi_ds_scope_stack_push()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/knightslanding/
H A Dpipeline.json387 …"BriefDescription": "Counts the store micro-ops retired that were pushed in the rehad queue becaus…
395 …"BriefDescription": "Counts any retired load that was pushed into the recycle queue for any reason…
403 …"BriefDescription": "Counts any retired store that was pushed into the recycle queue for any reaso…
/OK3568_Linux_fs/kernel/net/mpls/
H A DKconfig23 that have had MPLS stack entries pushed onto them and thus
/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_mpls.h25 TCA_MPLS_PROTO, /* be16; eth_type of pushed or next (for pop) header. */

12345678910>>...17