Searched refs:frame (Results 176 - 200 of 652) sorted by relevance

1234567891011>>

/openbsd-current/sys/kern/
H A Dkern_clock.c141 hardclock(struct clockframe *frame) argument
265 struct clockframe *frame = cf; local
278 if (CLKF_USERMODE(frame)) {
303 if (CLKF_INTR(frame)) {
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dgdb-mi.el145 (setq gdb-previous-frame nil)
146 (setq gdb-current-frame "main")
246 (gdb-get-current-frame)
250 (dolist (frame (frame-list))
251 (when (string-equal (frame-parameter frame 'name) "Speedbar")
268 (gud-display-frame)))))
299 ;; Extract the frame position from the marker.
300 gud-last-frame (con
[all...]
H A Dmi-cmd-var.c45 char *frame; local
63 frame = xstrdup (argv[1]);
64 old_cleanups = make_cleanup (xfree, frame);
76 if (strcmp (frame, "*") == 0)
78 else if (strcmp (frame, "@") == 0)
83 frameaddr = string_to_core_addr (frame);
89 name, frame, paddr (frameaddr), expr);
/openbsd-current/etc/examples/
H A Dhostapd.conf64 with frame type management subtype deauth reason auth expire \
73 # with frame type management subtype deauth reason auth expire \
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dclock.c111 decr_intr(struct trapframe *frame) argument
132 clockintr_dispatch(frame);
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp54 if (auto frame = exe_ctx->GetFrameSP()) {
57 auto valobj_sp = frame->GetValueForVariableExpressionPath(
/openbsd-current/sys/arch/alpha/include/
H A Dasm.h130 #define fp $15 /* (S) frame pointer */
166 * how they handle their stack frame in a .frame directive:
168 * .frame framesize, pc_reg, i_mask, f_mask
170 * where "framesize" is the size of the frame for this function, in bytes.
175 * "frame pointer";
185 * frame directives and it isn't the way the macros below output them
188 * .frame $15,framesize,$26,0
259 .frame $30,(FRAME_SW_SIZE+6)*8,$26,0; /* give gdb the real size */\
283 .frame s
[all...]
/openbsd-current/sys/arch/i386/include/
H A Dcpu.h45 #include <machine/frame.h>
284 #define CLKF_USERMODE(frame) USERMODE((frame)->if_cs, (frame)->if_eflags)
285 #define CLKF_PC(frame) ((frame)->if_eip)
286 #define CLKF_INTR(frame) (IDXSEL((frame)->if_cs) == GICODE_SEL)
/openbsd-current/sys/arch/arm64/include/
H A Dcpu.h70 #include <machine/frame.h>
78 * frame came from USR mode or not.
80 #define CLKF_USERMODE(frame) ((frame->tf_elr & (1ul << 63)) == 0)
86 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1)
91 #define CLKF_PC(frame) (frame->tf_elr)
/openbsd-current/lib/libfido2/src/
H A Dio.c11 struct frame {
52 struct frame *fp;
58 fp = (struct frame *)(pkt + 1);
72 struct frame *fp;
81 fp = (struct frame *)(pkt + 1);
99 struct frame *fp;
108 fp = (struct frame *)(pkt + 1);
180 rx_frame(fido_dev_t *d, struct frame *fp, int *ms)
198 rx_preamble(fido_dev_t *d, uint8_t cmd, struct frame *fp, int *ms)
229 struct frame
[all...]
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp218 "stack frame.",
287 StackFrame *frame = m_exe_ctx.GetFramePtr(); local
288 if (!frame) {
297 "function without a selected frame: "
302 frame->GetSymbolContext(eSymbolContextFunction | eSymbolContextSymbol));
309 range = {frame->GetFrameCodeAddress(), default_disasm_byte_size};
319 StackFrame *frame = m_exe_ctx.GetFramePtr(); local
320 if (!frame) {
329 "line without a selected frame: "
335 frame
388 StackFrame *frame = m_exe_ctx.GetFramePtr(); local
[all...]
/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha512-sparcv9.pl47 if ($bits==64) { $bias=2047; $frame=192; }
48 else { $bias=0; $frame=112; }
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
197 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
200 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
202 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
204 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
205 ld [%sp+`$bias+$frame
[all...]
/openbsd-current/sys/arch/powerpc/include/
H A Dcpu.h37 #include <machine/frame.h>
156 #define CLKF_USERMODE(frame) (((frame)->srr1 & PSL_PR) != 0)
157 #define CLKF_PC(frame) ((frame)->srr0)
158 #define CLKF_INTR(frame) ((frame)->depth != 0)
/openbsd-current/sys/arch/amd64/include/
H A Dcpu.h45 #include <machine/frame.h>
370 #define CLKF_USERMODE(frame) USERMODE((frame)->if_cs, (frame)->if_rflags)
371 #define CLKF_PC(frame) ((frame)->if_rip)
372 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 1)
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DTrace.pm12 use Test2::Util::HashBase qw{^frame ^pid ^tid ^cid -hid -nested details -buffered -uuid -huuid <full_caller};
22 confess "The 'frame' attribute is required"
105 frame => [$package, $file, $line, $subname],
119 =item $frame = $trace->{frame}
121 =item $frame = $trace->frame()
123 Get the call frame arrayref.
239 This issues a warning at the frame (filename and line number where
244 This throws an exception at the frame (filenam
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectRegister.cpp92 StackFrame *frame = exe_ctx.GetFramePtr(); local
93 if (frame == nullptr)
96 m_reg_ctx_sp = frame->GetRegisterContext();
239 StackFrame *frame = exe_ctx.GetFramePtr(); local
240 if (frame == nullptr) {
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp136 bool WinSymbolizerTool::SymbolizePC(uptr addr, SymbolizedStack *frame) { argument
156 frame->info.function = internal_strdup(symbol->Name);
157 frame->info.function_offset = (uptr)offset;
159 frame->info.file = internal_strdup(line_info.FileName);
160 frame->info.line = line_info.LineNumber;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h309 /* Function for getting target's idea of a frame pointer. FIXME: GDB's
310 whole scheme for dealing with "frames" and "frame pointers" needs a
590 typedef void (gdbarch_print_registers_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all);
591 extern void gdbarch_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all);
596 typedef void (gdbarch_print_float_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
597 extern void gdbarch_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
602 typedef void (gdbarch_print_vector_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
603 extern void gdbarch_print_vector_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
710 typedef void (gdbarch_register_to_value_ftype) (struct frame_info *frame, int regnum, struct type *type, void *buf);
711 extern void gdbarch_register_to_value (struct gdbarch *gdbarch, struct frame_info *frame, in
[all...]
H A Dsh64-tdep.c29 #include "frame.h"
111 /* Define other aspects of the stack frame.
669 the new frame is not set up until the new function executes
674 sh_saved_pc_after_call (struct frame_info *frame) argument
729 /* Given a GDB frame, determine the address of the calling function's
730 frame. This will be used to create a new GDB frame struct, and
732 will be called for the new frame.
734 For us, the frame address is its stack pointer value, so we look up
737 sh64_frame_chain (struct frame_info *frame) argument
1235 sh64_get_saved_register(char *raw_buffer, int *optimized, CORE_ADDR *addrp, struct frame_info *frame, int regnum, enum lval_type *lval) argument
1349 sh_frame_saved_pc(struct frame_info *frame) argument
1359 struct frame_info *frame = get_current_frame (); local
2652 sh_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int fpregs) argument
[all...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1119 frame = thread.GetFrameAtIndex(i)
1120 function = frame.GetFunction()
1125 start_addr = frame.GetSymbol().GetStartAddress().GetFileAddress()
1128 " frame #{num}: {addr:#016x} {mod}`{symbol} + {offset}".format(
1137 " frame #{num}: {addr:#016x} {mod}`{func} at {file}:{line} {args}".format(
1142 funcs[i] if frame.IsInlined() else funcs[i],
1146 frame,
1147 showFuncName=False) if not frame.IsInlined() else '()'),
1228 def get_parent_frame(frame):
1230 Returns the parent frame o
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c203 const void *frame, ssize_t len)
205 const u32 *data = frame;
239 void *frame, ssize_t len)
242 u32 *data = frame;
271 const void *frame, ssize_t len)
273 const u32 *data = frame;
310 void *frame, ssize_t len)
314 u32 *data = frame;
346 const void *frame, ssize_t len)
348 const u32 *data = frame;
200 g4x_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, const void *frame, ssize_t len) argument
236 g4x_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, void *frame, ssize_t len) argument
268 ibx_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, const void *frame, ssize_t len) argument
307 ibx_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, void *frame, ssize_t len) argument
343 cpt_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, const void *frame, ssize_t len) argument
385 cpt_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, void *frame, ssize_t len) argument
417 vlv_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, const void *frame, ssize_t len) argument
457 vlv_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, void *frame, ssize_t len) argument
493 hsw_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, const void *frame, ssize_t len) argument
534 hsw_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, void *frame, ssize_t len) argument
631 intel_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, enum hdmi_infoframe_type type, const union hdmi_infoframe *frame) argument
660 intel_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, enum hdmi_infoframe_type type, union hdmi_infoframe *frame) argument
698 struct hdmi_avi_infoframe *frame = &crtc_state->infoframes.avi.avi; local
756 struct hdmi_spd_infoframe *frame = &crtc_state->infoframes.spd.spd; local
787 struct hdmi_vendor_infoframe *frame = local
817 struct hdmi_drm_infoframe *frame = &crtc_state->infoframes.drm.drm; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp75 lldb::ValueObjectSP GetCapturedThisValueObject(StackFrame *frame) { argument
76 assert(frame);
78 if (auto thisValSP = frame->FindVariable(ConstString("this")))
650 StackFrame *frame = m_parser_vars->m_exe_ctx.GetFramePtr(); local
651 if (frame == nullptr)
654 SymbolContext sym_ctx = frame->GetSymbolContext(lldb::eSymbolContextFunction |
787 StackFrame *frame = m_parser_vars->m_exe_ctx.GetFramePtr(); local
789 if (frame != nullptr)
790 sym_ctx = frame->GetSymbolContext(lldb::eSymbolContextFunction |
805 if (frame
893 StackFrame *frame = m_parser_vars->m_exe_ctx.GetFramePtr(); local
1279 StackFrame *frame = m_parser_vars->m_exe_ctx.GetFramePtr(); local
1370 StackFrame *frame = nullptr; local
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_nge.c82 * compute the checksum on an outgoing frame unless it fits entirely
85 * frame larger than 8170 bytes, the transmitter will wedge.
361 nge_mii_readreg(struct nge_softc *sc, struct nge_mii_frame *frame) argument
368 * Set up frame for RX.
370 frame->mii_stdelim = NGE_MII_STARTDELIM;
371 frame->mii_opcode = NGE_MII_READOP;
372 frame->mii_turnaround = 0;
373 frame->mii_data = 0;
387 nge_mii_send(sc, frame->mii_stdelim, 2);
388 nge_mii_send(sc, frame
451 nge_mii_writereg(struct nge_softc *sc, struct nge_mii_frame *frame) argument
498 struct nge_mii_frame frame; local
515 struct nge_mii_frame frame; local
[all...]
H A Dif_tl.c87 * using frame 'lists.' A list structure looks more or less like this:
106 * a single ethernet frame can not span lists: if the host wants to
107 * transmit a frame and the frame data is split up over more than 10
108 * buffers, the frame has to collapsed before it can be transmitted.
112 * When a frame is received, the chip will DMA it into the memory regions
114 * frame interrupt' when done. The driver may choose to use only one
119 * descriptors, only this time the buffers contain frame data that
122 * TX 'end of frame' interrupt. It will also generate an 'end of channel'
132 * the ThunderLAN will generate two interrupts for every received frame
533 tl_mii_readreg(struct tl_softc *sc, struct tl_mii_frame *frame) argument
624 tl_mii_writereg(struct tl_softc *sc, struct tl_mii_frame *frame) argument
680 struct tl_mii_frame frame; local
695 struct tl_mii_frame frame; local
[all...]
H A Dif_sis.c413 sis_mii_readreg(struct sis_softc *sc, struct sis_mii_frame *frame) argument
420 * Set up frame for RX.
422 frame->mii_stdelim = SIS_MII_STARTDELIM;
423 frame->mii_opcode = SIS_MII_READOP;
424 frame->mii_turnaround = 0;
425 frame->mii_data = 0;
437 sis_mii_send(sc, frame->mii_stdelim, 2);
438 sis_mii_send(sc, frame->mii_opcode, 2);
439 sis_mii_send(sc, frame->mii_phyaddr, 5);
440 sis_mii_send(sc, frame
502 sis_mii_writereg(struct sis_softc *sc, struct sis_mii_frame *frame) argument
549 struct sis_mii_frame frame; local
617 struct sis_mii_frame frame; local
[all...]

Completed in 439 milliseconds

1234567891011>>