/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | Makefile | 81 # Don't omit frame pointers for ease of userspace debugging, but do 86 -fno-omit-frame-pointer -foptimize-sibling-calls \ 163 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer 187 $(call ld-option, --eh-frame-hdr) -Bsymbolic -z noexecstack
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.h | 367 const struct v4l2_selection *s, struct mdp_frame *frame); 372 struct mdp_frame *frame, struct vb2_buffer *vb); 374 struct mdp_frame *frame, struct vb2_buffer *vb);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_bridge.c | 83 union hdmi_infoframe frame; in msm_hdmi_config_avi_infoframe() local 88 drm_hdmi_avi_infoframe_from_display_mode(&frame.avi, in msm_hdmi_config_avi_infoframe() 91 len = hdmi_infoframe_pack(&frame, buffer, sizeof(buffer)); in msm_hdmi_config_avi_infoframe()
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | header_ops.c | 126 struct ieee802154_mac_cmd_frame *frame = f; in ieee802154_mac_cmd_push() local 127 struct ieee802154_mac_cmd_pl *mac_pl = &frame->mac_pl; in ieee802154_mac_cmd_push() 128 struct ieee802154_hdr *mhr = &frame->mhr; in ieee802154_mac_cmd_push()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | dbg_stackkill.S | 19 .frame $30, 0, $28, 0
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | Makefile | 11 CFLAGS_proc.o += -fomit-frame-pointer
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | sighandling.h | 16 void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | dbg_stackkill.S | 19 .frame $30, 0, $28, 0
|
H A D | strcpy.S | 16 .frame $30, 0, $26
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | rethook.c | 19 rhn->frame = 0; in arch_rethook_prepare()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H A D | rethook.c | 21 rhn->frame = regs->s0; in arch_rethook_prepare()
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_block.h | 50 const void* src, size_t srcSize, const int frame, const streaming_operation streaming);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 829 union hdmi_infoframe *frame) in tda998x_write_if() 834 len = hdmi_infoframe_pack(frame, buf, sizeof(buf)); in tda998x_write_if() 838 frame->any.type, len); in tda998x_write_if() 850 union hdmi_infoframe frame; in tda998x_write_aif() local 852 frame.audio = *cea; in tda998x_write_aif() 854 tda998x_write_if(priv, DIP_IF_FLAGS_IF4, REG_IF4_HB0, &frame); in tda998x_write_aif() 860 union hdmi_infoframe frame; in tda998x_write_avi() local 862 drm_hdmi_avi_infoframe_from_display_mode(&frame.avi, in tda998x_write_avi() 864 frame.avi.quantization_range = HDMI_QUANTIZATION_RANGE_FULL; in tda998x_write_avi() 865 drm_hdmi_avi_infoframe_quant_range(&frame in tda998x_write_avi() 828 tda998x_write_if(struct tda998x_priv *priv, u8 bit, u16 addr, union hdmi_infoframe *frame) tda998x_write_if() argument 874 union hdmi_infoframe frame; tda998x_write_vsi() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 830 union hdmi_infoframe *frame) in tda998x_write_if() 835 len = hdmi_infoframe_pack(frame, buf, sizeof(buf)); in tda998x_write_if() 839 frame->any.type, len); in tda998x_write_if() 851 union hdmi_infoframe frame; in tda998x_write_aif() local 853 frame.audio = *cea; in tda998x_write_aif() 855 tda998x_write_if(priv, DIP_IF_FLAGS_IF4, REG_IF4_HB0, &frame); in tda998x_write_aif() 861 union hdmi_infoframe frame; in tda998x_write_avi() local 863 drm_hdmi_avi_infoframe_from_display_mode(&frame.avi, in tda998x_write_avi() 865 frame.avi.quantization_range = HDMI_QUANTIZATION_RANGE_FULL; in tda998x_write_avi() 866 drm_hdmi_avi_infoframe_quant_range(&frame in tda998x_write_avi() 829 tda998x_write_if(struct tda998x_priv *priv, u8 bit, u16 addr, union hdmi_infoframe *frame) tda998x_write_if() argument 875 union hdmi_infoframe frame; tda998x_write_vsi() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 1938 result = sprintf(page, "%u\n", f->frame.cname); \ 1953 typeof(f->frame.cname) num; \ 1972 f->frame.cname = num; \ 2007 result = sprintf(page, "%u\n", f->frame.b_frame_index); in uvcg_frame_b_frame_index_show() 2043 for (result = 0, i = 0; i < frm->frame.b_frame_interval_type; ++i) { in uvcg_frame_dw_frame_interval_show() 2094 ch->frame.b_frame_interval_type = n; in uvcg_frame_dw_frame_interval_store() 2139 h->frame.b_descriptor_type = USB_DT_CS_INTERFACE; in uvcg_frame_make() 2140 h->frame.b_frame_index = 1; in uvcg_frame_make() 2141 h->frame.w_width = 640; in uvcg_frame_make() 2142 h->frame in uvcg_frame_make() [all...] |
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.c | 164 struct frame { struct 176 struct frame spine[MAX_SPINE_DEPTH]; 179 static int top_frame(struct del_stack *s, struct frame **f) in top_frame() 196 static void prefetch_children(struct del_stack *s, struct frame *f) in prefetch_children() 205 static bool is_internal_level(struct dm_btree_info *info, struct frame *f) in is_internal_level() 233 struct frame *f = s->spine + ++s->top; in push_frame() 256 struct frame *f = s->spine + s->top--; in pop_frame() 264 struct frame *f; in unlock_all_frames() 295 struct frame *f; in dm_btree_del()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-irq.c | 341 u8 frame = yi->draw_frame; in ivtv_dma_stream_dec_prepare() local 342 struct yuv_frame_info *f = &yi->new_frame_info[frame]; in ivtv_dma_stream_dec_prepare() 466 MPEG DMA, thus effectively dropping an MPEG frame). So instead we make in ivtv_dma_enc_start() 550 /* Too many retries, give up on this frame */ in ivtv_irq_dma_read() 613 /* Too many retries, give up on this frame */ in ivtv_irq_enc_dma_complete() 829 * one vsync per frame. in ivtv_irq_vsync() 831 unsigned int frame = read_reg(IVTV_REG_DEC_LINE_FIELD) & 1; in ivtv_irq_vsync() local 838 if (((frame ^ f->sync_field) == 0 && in ivtv_irq_vsync() 840 (frame != (itv->last_vsync_field & 1) && !f->interlaced)) { in ivtv_irq_vsync() 856 if (frame ! in ivtv_irq_vsync() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-irq.c | 341 u8 frame = yi->draw_frame; in ivtv_dma_stream_dec_prepare() local 342 struct yuv_frame_info *f = &yi->new_frame_info[frame]; in ivtv_dma_stream_dec_prepare() 466 MPEG DMA, thus effectively dropping an MPEG frame). So instead we make in ivtv_dma_enc_start() 550 /* Too many retries, give up on this frame */ in ivtv_irq_dma_read() 613 /* Too many retries, give up on this frame */ in ivtv_irq_enc_dma_complete() 829 * one vsync per frame. in ivtv_irq_vsync() 831 unsigned int frame = read_reg(IVTV_REG_DEC_LINE_FIELD) & 1; in ivtv_irq_vsync() local 838 if (((frame ^ f->sync_field) == 0 && in ivtv_irq_vsync() 840 (frame != (itv->last_vsync_field & 1) && !f->interlaced)) { in ivtv_irq_vsync() 856 if (frame ! in ivtv_irq_vsync() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tdls.c | 459 tail->frame.switch_time_offset = cpu_to_le32(ch_sw_tm_ie + 2); in iwl_mvm_tdls_config_channel_switch() 469 iwl_mvm_set_tx_cmd_ccmp(info, &tail->frame.tx_cmd); in iwl_mvm_tdls_config_channel_switch() 472 iwl_mvm_set_tx_cmd(mvm, skb, &tail->frame.tx_cmd, info, in iwl_mvm_tdls_config_channel_switch() 475 iwl_mvm_set_tx_cmd_rate(mvm, &tail->frame.tx_cmd, info, sta, in iwl_mvm_tdls_config_channel_switch() 479 memcpy(tail->frame.data, skb->data, skb->len); in iwl_mvm_tdls_config_channel_switch()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.c | 142 drm_crtc_add_crc_entry(crtc, true, crc->frame, &output_crc); in nv50_crc_get_entries() 143 crc->frame++; in nv50_crc_get_entries() 182 * frame where the hardware actually latched onto the first in nv50_crc_handle_vblank() 190 * optimistic and assume we always miss exactly one frame. in nv50_crc_handle_vblank() 193 "Notifier ctx flip for head-%d finished, lost CRC for frame %llu\n", in nv50_crc_handle_vblank() 194 head->base.index, crc->frame); in nv50_crc_handle_vblank() 195 crc->frame++; in nv50_crc_handle_vblank() 332 crc->frame = vbl_count; in nv50_crc_atomic_start_reporting()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateless.c | 232 mtk_v4l2_vdec_dbg(2, ctx, "free frame buffer id:%d to done list", in mtk_vdec_stateless_cap_to_disp() 431 struct v4l2_ctrl_vp9_frame *frame; in mtk_vdec_s_ctrl() local 470 frame = (struct v4l2_ctrl_vp9_frame *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl() 472 if (frame->bit_depth == 10) { in mtk_vdec_s_ctrl() 474 } else if (frame->bit_depth != 8) { in mtk_vdec_s_ctrl() 475 mtk_v4l2_vdec_err(ctx, "VP9: bit_depth:%d", frame->bit_depth); in mtk_vdec_s_ctrl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tdls.c | 403 tail->frame.switch_time_offset = cpu_to_le32(ch_sw_tm_ie + 2); in iwl_mvm_tdls_config_channel_switch() 413 iwl_mvm_set_tx_cmd_ccmp(info, &tail->frame.tx_cmd); in iwl_mvm_tdls_config_channel_switch() 416 iwl_mvm_set_tx_cmd(mvm, skb, &tail->frame.tx_cmd, info, in iwl_mvm_tdls_config_channel_switch() 419 iwl_mvm_set_tx_cmd_rate(mvm, &tail->frame.tx_cmd, info, sta, in iwl_mvm_tdls_config_channel_switch() 423 memcpy(tail->frame.data, skb->data, skb->len); in iwl_mvm_tdls_config_channel_switch()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.c | 146 drm_crtc_add_crc_entry(crtc, true, crc->frame, &output_crc); in nv50_crc_get_entries() 147 crc->frame++; in nv50_crc_get_entries() 186 * frame where the hardware actually latched onto the first in nv50_crc_handle_vblank() 194 * optimistic and assume we always miss exactly one frame. in nv50_crc_handle_vblank() 197 "Notifier ctx flip for head-%d finished, lost CRC for frame %llu\n", in nv50_crc_handle_vblank() 198 head->base.index, crc->frame); in nv50_crc_handle_vblank() 199 crc->frame++; in nv50_crc_handle_vblank() 336 crc->frame = vbl_count; in nv50_crc_atomic_start_reporting()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 54 | frestore the frame into the machine (done by unimp_hd) 60 | frestore the frame into the machine (done by unimp_hd) 108 | frestore the frame into the machine (done by unimp_hd) 113 | frestore the frame into the machine (done by unimp_hd) 436 | denorm within the kernel. The approach used is to capture the frame, 479 moveb #0xfe,CU_SAVEPC(%a2) |set continue frame
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | unwind_orc.c | 139 /* Fake frame pointer entry -- used as a fallback for generated code */ 397 * Otherwise, if state->regs just points to IRET regs, and the previous frame 442 * For a call frame (as opposed to a signal frame), state->ip points to in unwind_next_frame() 451 * As a fallback, try to assume this code uses a frame pointer. in unwind_next_frame() 468 /* Find the previous frame's stack: */ in unwind_next_frame() 662 struct inactive_task_frame *frame = (void *)task->thread.sp; in __unwind_start() local 664 state->sp = task->thread.sp + sizeof(*frame); in __unwind_start() 665 state->bp = READ_ONCE_NOCHECK(frame->bp); in __unwind_start() 666 state->ip = READ_ONCE_NOCHECK(frame in __unwind_start() [all...] |