Searched refs:frame (Results 226 - 250 of 753) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/util/
H A Ddwarf-aux.c1275 /* True if the current register is the frame base */
1360 /* Local variables accessed using frame base register */
1401 * @is_fbreg: boolean value if the current register is the frame base
1518 * die_get_cfa - Get frame base information
1526 * of the current stack frame and local variables can be located using an offset
1532 Dwarf_Frame *frame = NULL; local
1540 if (!dwarf_cfi_addrframe(cfi, pc, &frame) &&
1541 !dwarf_frame_cfa(frame, &ops, &nops) &&
/linux-master/tools/perf/
H A DMakefile.config117 LIBUNWIND_ARCHS = x86 x86_64 arm aarch64 debug-frame-arm debug-frame-aarch64 loongarch
124 FEATURE_CHECK_CFLAGS-libunwind-debug-frame = $(LIBUNWIND_CFLAGS)
125 FEATURE_CHECK_LDFLAGS-libunwind-debug-frame = $(LIBUNWIND_LDFLAGS) $(LIBUNWIND_LIBS)
313 CORE_CFLAGS += -fno-omit-frame-pointer
321 CXXFLAGS += -fno-omit-frame-pointer
642 $(call feature_check,libunwind-debug-frame-aarch64)
643 ifneq ($(feature-libunwind-debug-frame-aarch64), 1)
744 $(call feature_check,libunwind-debug-frame)
745 ifneq ($(feature-libunwind-debug-frame),
[all...]
/linux-master/tools/build/feature/
H A DMakefile44 test-libunwind-debug-frame.bin \
49 test-libunwind-debug-frame-arm.bin \
50 test-libunwind-debug-frame-aarch64.bin \
183 $(OUTPUT)test-libunwind-debug-frame.bin:
197 $(OUTPUT)test-libunwind-debug-frame-arm.bin:
200 $(OUTPUT)test-libunwind-debug-frame-aarch64.bin:
/linux-master/tools/build/
H A DMakefile.feature98 libunwind-debug-frame \
99 libunwind-debug-frame-arm \
100 libunwind-debug-frame-aarch64 \
/linux-master/sound/core/
H A Drawmidi.c1076 struct snd_rawmidi_framing_tstamp frame = { .tv_sec = tstamp->tv_sec, .tv_nsec = tstamp->tv_nsec }; local
1091 frame.length = SNDRV_RAWMIDI_FRAMING_DATA_LENGTH;
1093 frame.length = get_aligned_size(runtime, src_count);
1094 if (!frame.length)
1096 memset(frame.data, 0, SNDRV_RAWMIDI_FRAMING_DATA_LENGTH);
1098 memcpy(frame.data, buffer, frame.length);
1099 buffer += frame.length;
1100 src_count -= frame.length;
1102 *dest_ptr = frame;
[all...]
/linux-master/drivers/hid/
H A Dwacom_wac.c1340 unsigned char *frame = &data[i*pen_frame_len + 1]; local
1341 bool valid = frame[0] & 0x80;
1355 unsigned char *frame = &data[i*pen_frame_len + 1]; local
1356 bool valid = frame[0] & 0x80;
1357 bool prox = frame[0] & 0x40;
1358 bool range = frame[0] & 0x20;
1359 bool invert = frame[0] & 0x10;
1389 input_report_abs(pen_input, ABS_X, get_unaligned_le16(&frame[1]));
1390 input_report_abs(pen_input, ABS_Y, get_unaligned_le16(&frame[3]));
1396 (int16_t)get_unaligned_le16(&frame[
1454 unsigned char *frame = &data[i*finger_frame_len + 109]; local
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Dsor.c1918 struct hdmi_avi_infoframe frame; local
1929 err = drm_hdmi_avi_infoframe_from_display_mode(&frame,
1936 err = hdmi_avi_infoframe_pack(&frame, buffer, sizeof(buffer));
2024 struct hdmi_audio_infoframe frame; local
2028 err = hdmi_audio_infoframe_init(&frame);
2034 frame.channels = sor->format.channels;
2036 err = hdmi_audio_infoframe_pack(&frame, buffer, sizeof(buffer));
H A Dhdmi.c525 * Inject null samples into the audio FIFO for every frame in
710 struct hdmi_avi_infoframe frame; local
714 err = drm_hdmi_avi_infoframe_from_display_mode(&frame,
721 err = hdmi_avi_infoframe_pack(&frame, buffer, sizeof(buffer));
750 struct hdmi_audio_infoframe frame; local
754 err = hdmi_audio_infoframe_init(&frame);
761 frame.channels = hdmi->format.channels;
763 err = hdmi_audio_infoframe_pack(&frame, buffer, sizeof(buffer));
799 struct hdmi_vendor_infoframe frame; local
803 hdmi_vendor_infoframe_init(&frame);
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_audio.c457 struct hdmi_avi_infoframe frame; local
463 err = drm_hdmi_avi_infoframe_from_display_mode(&frame, connector, mode);
470 drm_hdmi_avi_infoframe_quant_range(&frame, connector, mode,
476 err = hdmi_avi_infoframe_pack(&frame, buffer, sizeof(buffer));
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c75 union hdmi_infoframe frame; local
80 drm_hdmi_avi_infoframe_from_display_mode(&frame.avi,
83 len = hdmi_infoframe_pack(&frame, buffer, sizeof(buffer));
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c26 * increment frame counter (ctg+)
29 * | frame start:
30 * | generate frame start interrupt (aka. vblank interrupt) (gmch)
45 * | increment frame counter (gen3/4)
58 * - frame start happens at the start of horizontal blank, 1-4 lines
60 * - gen3/4 pixel and frame counter are synchronized with the start
74 u64 frame; local
77 * On i965gm TV output the frame counter only works up to
79 * frame counter ceases to work and reads zero. We need a
81 * have to enable vblank interrupts while the frame counte
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dsii902x.c362 struct hdmi_avi_infoframe frame; local
393 ret = drm_hdmi_avi_infoframe_from_display_mode(&frame,
400 ret = hdmi_avi_infoframe_pack(&frame, buf, sizeof(buf));
/linux-master/arch/x86/kernel/kprobes/
H A Dcommon.h8 #include <asm/frame.h>
/linux-master/arch/arm64/kernel/
H A Dsignal.c93 * Sanity limit on the approximate maximum size of signal frame we'll
94 * try to generate. Stack alignment padding and the frame record are
140 * signal frame. The offset from the signal frame base address to the
866 struct rt_sigframe __user *frame; local
878 frame = (struct rt_sigframe __user *)regs->sp;
880 if (!access_ok(frame, sizeof (*frame)))
883 if (restore_sigframe(regs, frame))
886 if (restore_altstack(&frame
1193 struct rt_sigframe __user *frame; local
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Dpatch-scs.c108 * The size of this frame if 0 < size < U32_MAX, 0 terminates the list.
113 * The first frame is a Common Information Entry (CIE) frame, followed
116 * to the associated CIE frame.
134 static int scs_handle_fde_frame(const struct eh_frame *frame, argument
139 int size = frame->size - offsetof(struct eh_frame, opcodes) + 4;
140 u64 loc = (u64)offset_to_ptr(&frame->initial_loc);
141 const u8 *opcode = frame->opcodes;
215 const struct eh_frame *frame = (const void *)p; local
220 if (frame
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dpyperf.h66 void* f_back; // PyFrameObject.f_back, previous frame
89 FrameData *frame, Symbol *symbol)
92 bpf_probe_read_user(&frame->f_back,
93 sizeof(frame->f_back),
95 bpf_probe_read_user(&frame->f_code,
96 sizeof(frame->f_code),
100 if (!frame->f_code)
102 bpf_probe_read_user(&frame->co_filename,
103 sizeof(frame->co_filename),
104 frame
88 get_frame_data(void *frame_ptr, PidData *pidData, FrameData *frame, Symbol *symbol) argument
169 FrameData *frame; member in struct:process_frame_ctx
181 FrameData *frame = ctx->frame; local
272 FrameData frame; local
[all...]
/linux-master/net/wireless/
H A Dutil.c693 __ieee80211_amsdu_copy_frag(struct sk_buff *skb, struct sk_buff *frame, argument
721 __frame_add_frag(frame, frag_page, frag_ptr, cur_len, frag_size);
727 __frame_add_frag(frame, skb_frag_page(frag),
739 struct sk_buff *frame; local
757 frame = dev_alloc_skb(hlen + sizeof(struct ethhdr) + 2 + cur_len);
758 if (!frame)
761 frame->priority = skb->priority;
762 skb_reserve(frame, hlen + sizeof(struct ethhdr) + 2);
763 skb_copy_bits(skb, offset, skb_put(frame, cur_len), cur_len);
767 return frame;
830 struct sk_buff *frame = NULL; local
[all...]
/linux-master/fs/ext4/
H A Dnamei.c306 struct dx_frame *frame);
317 static void dx_insert_block(struct dx_frame *frame,
320 struct dx_frame *frame,
815 struct dx_frame *frame = frame_in; local
822 frame->bh = ext4_read_dirblock(dir, 0, INDEX);
823 if (IS_ERR(frame->bh))
824 return (struct dx_frame *) frame->bh;
826 root = (struct dx_root *) frame->bh->b_data;
925 frame->entries = entries;
926 frame
1006 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) argument
1187 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
1378 dx_insert_block(struct dx_frame *frame, u32 hash, ext4_lblk_t block) argument
1781 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
1973 do_split(handle_t *handle, struct inode *dir, struct buffer_head **bh,struct dx_frame *frame, struct dx_hash_info *hinfo) argument
2230 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
2487 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c317 const struct ieee80211_hdr_3addr *frame = (void *)rxmgmt->frame_data; local
331 le16_to_cpu(frame->frame_control), frame->addr2);
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h402 u8 frame[WILC_MAX_CFG_FRAME_SIZE]; member in struct:wilc_cfg_frame
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1615 il_fill_probe_req(struct il_priv *il, struct ieee80211_mgmt *frame, argument
1627 frame->frame_control = cpu_to_le16(IEEE80211_STYPE_PROBE_REQ);
1628 eth_broadcast_addr(frame->da);
1629 memcpy(frame->sa, ta, ETH_ALEN);
1630 eth_broadcast_addr(frame->bssid);
1631 frame->seq_ctrl = 0;
1636 pos = &frame->u.probe_req.variable[0];
2982 /* Circular buffer of transmit frame descriptors (TFDs),
4900 /* base is usually what we get from ucode with each received frame,
5352 * there is traffic on that channel. If no frame wil
[all...]
H A D4965-mac.c580 D_INFO("Woke queues - frame received on passive channel\n");
646 IL_ERR("MPDU frame without cached PHY data\n");
705 * same frame was received on all three RX chains.
743 /* Cache phy data (Rx signal strength, etc) for HT frame (N_RX_PHY).
1680 D_TX("Sending AUTH frame\n");
1682 D_TX("Sending ASSOC frame\n");
1684 D_TX("Sending REASSOC frame\n");
1712 * next frame is processed -- and the next frame to
1780 * locate the frame withi
3706 struct il_frame *frame; local
3725 il4965_free_frame(struct il_priv *il, struct il_frame *frame) argument
3777 il4965_hw_get_beacon_cmd(struct il_priv *il, struct il_frame *frame) argument
3834 struct il_frame *frame; local
[all...]
H A D3945-mac.c269 struct il3945_frame *frame; local
272 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
273 if (!frame) {
274 IL_ERR("Could not allocate frame!\n");
279 return frame;
288 il3945_free_frame(struct il_priv *il, struct il3945_frame *frame) argument
290 memset(frame, 0, sizeof(*frame));
291 list_add(&frame
313 struct il3945_frame *frame; local
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dpio.c353 const char *frame = pack->skb->data; local
363 /* Transfer the frame data. */
364 ctl = tx_write_2byte_queue(q, ctl, frame, frame_len);
423 const char *frame = pack->skb->data; local
433 /* Transfer the frame data. */
434 ctl = tx_write_4byte_queue(q, ctl, frame, frame_len);
467 * mcast frame, so it can clear the more-data bit in it. */
502 /* Set the frame More-Data bit. Ucode will clear it
503 * for us on the last frame. */
506 /* Decide by priority where to put this frame
[all...]
H A Ddma.c32 /* Required number of TX DMA slots per TX frame.
33 * This currently is 2, because we put the header and the ieee80211 frame
580 unsigned char *frame; local
588 frame = skb->data + ring->frameoffset;
589 memset(frame, 0xFF, sizeof(struct b43_plcp_hdr6) + 2 /* padding */);
1204 /* Important note: If the number of used DMA slots per TX frame
1273 * mcast frame, so it can clear the more-data bit in it. */
1277 /* Now transfer the whole frame. */
1352 * the last frame for us. */
1355 /* Decide by priority where to put this frame
[all...]

Completed in 359 milliseconds

1234567891011>>