Searched refs:frame (Results 276 - 300 of 652) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.h85 extern int tc_get_register (int frame);
/openbsd-current/sys/arch/mips64/mips64/
H A Dprocess_machdep.c76 #include <machine/frame.h>
/openbsd-current/sys/arch/loongson/loongson/
H A Dyeeloong_machdep.c342 lemote_isa_intr(uint32_t hwpend, struct trapframe *frame) argument
372 if ((mask = isr & (BONITO_ISA_MASK(bonito_imask[frame->ipl]))) != 0) {
406 arg = frame;
412 curcpu()->ci_ipl = frame->ipl;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h30 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_debugfs_crc.c45 * DRM device drivers can provide to userspace CRC information of each frame as
52 * default source of frame CRCs for this CRTC.
54 * Once frame CRC generation is enabled, userspace can capture them by reading
55 * the dri/0/crtc-N/crc/data file. Each line in that file contains the frame
61 * the frame contents as supplied by userspace (eDP 1.3), in general the CRC
62 * computation is performed in an unspecified way and on frame contents that have
64 * rely on being able to generate matching CRC values for the frame contents that
278 * 1 frame field of 10 chars plus a number of CRC fields of 10 chars each, space
330 sprintf(buf, "0x%08x", entry->frame);
384 * drm_crtc_add_crc_entry - Add entry with CRC information for a frame
393 drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, uint32_t frame, uint32_t *crcs) argument
[all...]
/openbsd-current/sys/arch/amd64/isa/
H A Dclock.c172 clockintr(void *frame) argument
183 clockintr_dispatch(frame);
189 rtcintr(void *frame) argument
201 clockintr_dispatch(frame);
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h31 /// is true. Synthetic (inline) frames expanded from the concrete frame #0
35 /// Get the frame at index \p idx. Invisible frames cannot be indexed.
38 /// Get the first concrete frame with index greater than or equal to \p idx.
39 /// Unlike \ref GetFrameAtIndex, this cannot return a synthetic frame.
42 /// Retrieve the stack frame with the given ID \p stack_id.
45 /// Mark a stack frame as the currently selected frame and return its index.
46 uint32_t SetSelectedFrame(lldb_private::StackFrame *frame);
48 /// Get the currently selected frame index.
51 /// Mark a stack frame a
[all...]
H A DUnwindLLDB.h53 eRegisterInLiveRegisterContext // register value is in a live (stack frame
80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
84 // Needed to retrieve the "next" frame (e.g. frame 2 needs to retrieve frame
114 // this frame - current pc if unknown
115 lldb::addr_t cfa = LLDB_INVALID_ADDRESS; // The canonical frame address for
116 // this stack frame
140 // Check if Full UnwindPlan of First frame is valid or not.
141 // If not then try Fallback UnwindPlan of the frame
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp114 ScriptedThread::CreateRegisterContextForFrame(StackFrame *frame) { argument
116 frame ? frame->GetConcreteFrameIndex() : 0;
119 return GetUnwinder().CreateRegisterContextForFrame(frame);
208 llvm::Twine("Couldn't add frame (" + llvm::Twine(idx) +
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp300 ThreadGDBRemote::CreateRegisterContextForFrame(StackFrame *frame) { argument
304 if (frame)
305 concrete_frame_idx = frame->GetConcreteFrameIndex();
322 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp280 FakeFrame *frame = reinterpret_cast<FakeFrame *>(fs->AddrIsInFakeStack( local
282 if (!frame) return nullptr;
283 if (frame->magic != kCurrentStackFrameMagic)
287 return reinterpret_cast<void*>(frame->real_stack);
/openbsd-current/sys/arch/riscv64/riscv64/
H A Ddb_interface.c428 db_trapper(vaddr_t addr, u_int inst, trapframe_t *frame, int fault_code) argument
432 kdb_trap(T_BREAKPOINT, frame);
433 frame->tf_sepc += 4;
435 kdb_trap(-1, frame);
/openbsd-current/sys/arch/arm/arm/
H A Ddb_interface.c341 { "frame", db_show_frame_cmd, 0, NULL },
349 db_trapper(u_int addr, u_int inst, trapframe_t *frame, int fault_code, argument
355 db_ktrap(T_BREAKPOINT, frame);
356 frame->tf_pc += INSN_SIZE;
358 db_ktrap(-1, frame);
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-stack.c24 #include "frame.h"
38 specifying the frame numbers at which to start and stop the
39 display. If the two numbers are equal, a single frame will be
69 /* Let's position fi on the frame at which to start the
70 display. Could be the innermost frame if the whole stack needs
130 /* Print a list of the locals for the current frame. With argument of
136 struct frame_info *frame; local
142 frame = get_selected_frame ();
155 list_args_or_locals (1, print_values, frame);
159 /* Print a list of the arguments for the current frame
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmn10300-tdep.c24 #include "frame.h"
75 /* Additional info used by the frame */
186 analyze_dummy_frame (CORE_ADDR pc, CORE_ADDR frame) argument
193 deprecated_update_frame_base_hack (dummy, frame);
331 /* Fix fi->frame if it's bogus at this point. This is a helper
444 If the function doesn't need a frame pointer, we may combine
445 this with the adjustment that reserves space for the frame.
470 + If the function needs a frame pointer, we set it here.
474 + Now we reserve space for the stack frame proper. This could be
476 above, unless we needed to set the frame pointe
862 mn10300_pop_frame_regular(struct frame_info *frame) argument
890 struct frame_info *frame = get_current_frame (); local
1056 mn10300_frame_init_saved_regs(struct frame_info *frame) argument
[all...]
H A Dd10v-tdep.c26 #include "frame.h"
27 #include "frame-unwind.h"
28 #include "frame-base.h"
47 #include "trad-frame.h"
555 /* The previous frame's inner most stack address. Used as this
556 frame ID's stack_addr. */
558 /* The frame's base, optionally used by the high-level debug info. */
562 the stack frame (as defined by the previous frame's stack
647 the saved registers of frame describe
776 d10v_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all) argument
[all...]
/openbsd-current/sys/arch/alpha/alpha/
H A Dprocess_machdep.c89 #include <machine/frame.h>
141 struct trapframe *frame = process_frame(p); local
143 frame->tf_regs[FRAME_PC] = (u_int64_t)addr;
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Ddb_interface.c131 db_ktrap(int type, db_regs_t *frame) argument
143 ddb_regs = *frame;
153 *frame = ddb_regs;
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdddma.c61 STATIC u16 dwc2_frame_list_idx(u16 frame) argument
63 return frame & (FRLISTEN_64_SIZE - 1);
281 * Sync frame list since controller will access it if periodic
435 * Determine starting frame for Isochronous transfer.
441 u16 frame; local
446 * next_active_frame is always frame number (not uFrame) both in FS
455 * Current frame is 1, scheduled frame is 3. Since HC always fetches
457 * corresponding to frame 2 will be fetched. If the number of
460 * latest descriptor(considering rollback) corresponding to frame
503 u16 frame, fr_idx, fr_idx_tmp, skip_frames; local
[all...]
/openbsd-current/sys/arch/armv7/omap/
H A Dgptimer.c99 int gptimer_intr(void *frame);
184 gptimer_intr(void *frame) argument
186 clockintr_dispatch(frame);
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp115 // (lldb) frame var -R f_display
383 StackFrameSP frame = thread.GetStackFrameAtIndex(0); local
385 if (frame) {
386 ValueObjectSP value_sp = frame->FindVariable(g_this);
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Ddiagnose_nsstring.py50 frame = thread.GetSelectedFrame()
56 if frame.IsValid():
57 nsstring = frame.EvaluateExpression(command, options)
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp124 StackFrameSP frame = thread_sp->GetStackFrameAtIndex(I); local
125 Address addr = frame->GetFrameCodeAddressForSymbolication();
129 // The first non-runtime frame is responsible for the bug.
131 responsible_frame = frame;
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DLLVMUserExpression.cpp297 lldb::StackFrameSP frame; local
299 if (!LockAndCheckContext(exe_ctx, target, process, frame)) {
350 "Couldn't allocate space for the stack frame: %s",
359 frame, *m_execution_unit_sp, struct_address, materialize_error);
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp232 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, argument
235 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic);
240 StackFrameSP frame_sp(frame.GetFrameSP());

Completed in 355 milliseconds

<<11121314151617181920>>