Searched refs:frame (Results 151 - 175 of 753) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/lib/
H A Dretpoline.S13 #include <asm/frame.h>
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S6 #include <asm/frame.h>
/linux-master/arch/x86/events/
H A Dcore.c2825 struct stack_frame_ia32 frame; local
2837 if (!valid_user_frame(fp, sizeof(frame)))
2840 if (__get_user(frame.next_frame, &fp->next_frame))
2842 if (__get_user(frame.return_address, &fp->return_address))
2845 perf_callchain_store(entry, cs_base + frame.return_address);
2846 fp = compat_ptr(ss_base + frame.next_frame);
2862 struct stack_frame frame; local
2888 if (!valid_user_frame(fp, sizeof(frame)))
2891 if (__get_user(frame.next_frame, &fp->next_frame))
2893 if (__get_user(frame
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c258 * struct vdec_vp9_slice_reference - vp9 reference frame information
286 /* default frame context's position in MicroP */
310 struct vdec_vp9_slice_mem frame; member in struct:vdec_vp9_slice_bs
314 * struct vdec_vp9_slice_fb - frame buffer for decoding
349 * @frame: decoding syntax
372 struct vdec_vp9_slice_frame frame; member in struct:vdec_vp9_slice_vsi
378 * struct vdec_vp9_slice_pfc - per-frame context that contains a local vsi.
434 * @frame_ctx: 4 frame context according to VP9 Spec
435 * @frame_ctx_helper: 4 frame context according to newest kernel spec
436 * @dirty: state of each frame contex
[all...]
/linux-master/arch/x86/entry/
H A Dentry_64.S14 * - iret frame: Architecture defined interrupt frame from SS to RIP
38 #include <asm/frame.h>
444 * includes early SYSCALL entry path) or back to the stack in the IRET frame if
499 * identical to the stack in the IRET frame or the VC fall-back stack,
577 /* Assert that the IRET frame indicates user mode. */
594 /* Copy the IRET frame to the trampoline stack. */
730 * RSP now points to an ordinary IRET frame, except that the page
780 * popping the stack frame (can't be done atomically) and so it would still
798 movq %rdi, %rsp /* we don't return, adjust the stack frame */
[all...]
/linux-master/sound/soc/codecs/
H A Dcs42l43.c385 int frame, bclk_target, i; local
399 frame = n_slots * slot_width;
400 bclk_target = params_rate(params) * frame;
413 dev_dbg(priv->dev, "bclk %d/%d = %dHz, with %dx%d frame\n",
421 CS42L43_ASP_FSYNC_M_MASK, frame);
426 frame << CS42L43_ASP_NUM_BCLKS_PER_FSYNC_SHIFT);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c792 * @ret_data: allocated frame buffer
795 * Function allocates a frame with a test pattern on specific offsets.
809 /* Since the ethernet test frame should always be at least
824 * ice_lbtest_check_frame - verify received loopback frame
825 * @frame: pointer to the raw packet data
827 * Function verifies received test frame with a pattern.
828 * Returns true if frame matches the pattern, false otherwise.
830 static bool ice_lbtest_check_frame(u8 *frame) argument
832 /* Validate bytes of a frame under offsets chosen earlier */
833 if (frame[3
[all...]
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile55 --build-id=sha1 --hash-style=both --eh-frame-hdr
/linux-master/arch/riscv/kernel/
H A Dsignal.c112 * Restore Vector extension context from the user's signal frame. This function
208 struct rt_sigframe __user *frame; local
212 frame_size = sizeof(*frame);
234 struct rt_sigframe __user *frame; local
242 frame = (struct rt_sigframe __user *)regs->sp;
244 if (!access_ok(frame, frame_size))
247 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
252 if (restore_sigcontext(regs, &frame->uc.uc_mcontext))
255 if (restore_altstack(&frame->uc.uc_stack))
266 "%s[%d]: bad frame i
274 setup_sigcontext(struct rt_sigframe __user *frame, struct pt_regs *regs) argument
324 struct rt_sigframe __user *frame; local
[all...]
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile50 --build-id=sha1 --hash-style=both --eh-frame-hdr
/linux-master/scripts/
H A DMakefile.extrawarn18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,)
/linux-master/arch/x86/entry/vdso/
H A DMakefile76 # Don't omit frame pointers for ease of userspace debugging, but do
81 -fno-omit-frame-pointer -foptimize-sibling-calls \
158 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
182 $(call ld-option, --eh-frame-hdr) -Bsymbolic -z noexecstack
/linux-master/arch/x86/
H A DMakefile48 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/linux-master/include/linux/
H A Dthunderbolt.h526 * @sof_mask: Bit mask used to detect start of frame PDF
527 * @eof_mask: Bit mask used to detect end of frame PDF
558 /* Configure the ring to be in frame mode */
569 * %RING_DESC_CRC_ERROR: In frame mode CRC check failed for the frame (Rx only)
586 * @buffer_phy: DMA mapped address of the frame
587 * @callback: Callback called when the frame is finished (optional)
589 * @size: Size of the frame in bytes (%0 means %4096)
590 * @flags: Flags for the frame (see &enum ring_desc_flags)
591 * @eof: End of frame protoco
635 tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) argument
656 tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) argument
[all...]
H A Dserial_core.h237 * - %INPCK - enable frame and parity error events to be passed to the TTY
419 __u32 frame; member in struct:uart_icount
564 unsigned int frame_time; /* frame timing in ns */
/linux-master/drivers/usb/serial/
H A Dftdi_sio.c2507 port->icount.frame++;
H A Dcp210x.c827 port->icount.frame++;
/linux-master/drivers/usb/host/
H A Dsl811-hcd.c299 * from the previous frame), and the rest of the time is async
321 * transfer for the next frame ...
347 /* if this frame doesn't have enough time left to transfer this
348 * packet, wait till the next frame. too-simple algorithm...
665 index = sl811->frame++ % (PERIODIC_SIZE - 1);
669 * overruns: continue the previous frame's transfers iff
757 /* usb 1.1 says max 90% of a frame is available for periodic transfers.
909 urb->start_frame = (sl811->frame & (PERIODIC_SIZE - 1))
919 urb->start_frame = (sl811->frame & (PERIODIC_SIZE - 1))
1054 * never matches the on-the-wire frame;
[all...]
/linux-master/drivers/tty/serial/
H A Dxilinx_uartps.c298 port->icount.frame++;
308 port->icount.frame++;
H A Dsunplus-uart.c50 #define SUP_UART_LSR_FE BIT(4) /* frame error status */
252 port->icount.frame++;
H A Dst-asc.c257 * Datasheet states: If the MODE field selects an 8-bit frame then
283 port->icount.frame++;
H A Dsh-sci.c923 port->icount.frame++;
969 /* frame error */
970 port->icount.frame++;
H A Dserial_txx9.c282 up->icount.frame++;
H A Dsamsung_tty.c822 port->icount.frame++;
H A Drda-uart.c384 port->icount.frame++;

Completed in 349 milliseconds

1234567891011>>