Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/minix/minix/kernel/arch/i386/
H A Dexception.c50 struct exception_frame * frame, in pagefault() argument
95 frame->eip, pagefaultcr2); in pagefault()
148 frame->vector, frame->errcode, frame->eip, in inkernel_disaster()
149 frame->cs, frame->eflags, frame); in inkernel_disaster()
189 ep = &ex_data[frame->vector]; in exception_handler()
210 switch(frame->vector) { in exception_handler()
232 if(frame->vector == DEBUG_VECTOR in exception_handler()
243 frame->eflags &= ~TRACEBIT; in exception_handler()
268 frame->vector, (unsigned long)frame->errcode, in exception_handler()
269 (unsigned long)frame->eip, frame->cs, in exception_handler()
[all …]
H A Darch_watchdog.c122 frame->eax, in arch_watchdog_lockup()
123 frame->ecx, in arch_watchdog_lockup()
124 frame->edx, in arch_watchdog_lockup()
125 frame->ebx, in arch_watchdog_lockup()
126 frame->ebp, in arch_watchdog_lockup()
129 frame->gs, in arch_watchdog_lockup()
130 frame->fs, in arch_watchdog_lockup()
131 frame->es, in arch_watchdog_lockup()
132 frame->ds, in arch_watchdog_lockup()
133 frame->pc, in arch_watchdog_lockup()
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dx86-mont.pl192 &movd ($temp,&DWP($frame,"esp")); # tp[0]
206 &movd ($temp,&DWP($frame+4,"esp")); # tp[1]
312 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
321 &add ("eax",&DWP($frame,"esp")); # +=tp[0]
349 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
360 &add ("eax",&DWP($frame,"esp")); # +=tp[0]
411 &mov (&DWP($frame,"esp"),"eax"); # tp[0]=
438 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
449 &add ("eax",&DWP($frame,"esp")); # +=tp[0]
537 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
[all …]
H A Dsparcv9a-mont.pl64 $frame=192;
129 save %sp,-$frame-$locals,%sp
191 stx %o0,[%sp+$bias+$frame+0]
287 ldx [%sp+$bias+$frame+0],%o0
289 ldx [%sp+$bias+$frame+8],%o1
374 ldx [%sp+$bias+$frame+0],%o0
376 ldx [%sp+$bias+$frame+8],%o1
453 ldx [%sp+$bias+$frame+0],%o0
454 ldx [%sp+$bias+$frame+8],%o1
521 stx %o0,[%sp+$bias+$frame+0]
[all …]
/minix/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dmips-pdr-bad.s11 .frame # ASM: :[[@LINE]]:16: error: expected stack register
12 .frame bar # ASM: :[[@LINE]]:16: error: expected stack register
13 .frame $f1, 8, # ASM: :[[@LINE]]:16: error: expected general purpose register
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
15 .frame $sp, # ASM: :[[@LINE]]:21: error: expected frame size value
16 .frame $sp, bar # ASM: :[[@LINE]]:25: error: frame size not an absolute expression
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
18 .frame $sp, 8, # ASM: :[[@LINE]]:24: error: expected return register
19 .frame $sp, 8, $f1 # ASM: :[[@LINE]]:24: error: expected general purpose register
25 .mask 0x80000000, # ASM: :[[@LINE]]:27: error: expected frame offset value
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dinalloca-ctor.ll5 %frame = type { %Foo, i32, %Foo }
7 declare void @f(%frame* inalloca %a)
13 %args = alloca inalloca %frame
14 %c = getelementptr %frame* %args, i32 0, i32 2
23 %b = getelementptr %frame* %args, i32 0, i32 1
26 %a = getelementptr %frame* %args, i32 0, i32 0
31 call void @f(%frame* inalloca %args)
H A Dinalloca-invoke.ll5 %frame.reverse = type { %Iter, %Iter }
11 declare void @reverse(%frame.reverse* inalloca align 4)
19 %rev_args = alloca inalloca %frame.reverse, align 4
20 %beg = getelementptr %frame.reverse* %rev_args, i32 0, i32 0
21 %end = getelementptr %frame.reverse* %rev_args, i32 0, i32 1
43 invoke void @reverse(%frame.reverse* inalloca align 4 %rev_args)
H A Dtls-addr-non-leaf-function.ll4 ; This test runs twice with different options regarding the frame pointer:
7 ; The function 'foo' below is marked with the "no-frame-pointer-elim-non-leaf"
8 ; attribute which dictates that the frame pointer should not be eliminated
16 ; whether to eliminate the frame pointer.
20 ; versions will have a frame pointer.
22 ; Test that there's some frame pointer usage in 'foo'...
34 define i32 @foo() "no-frame-pointer-elim-non-leaf" {
/minix/minix/lib/libc/sys/
H A Dexecve.c21 char *frame; in execve() local
35 if ((frame = (char *) sbrk(frame_size)) == (char *) -1) { in execve()
40 minix_stack_fill(path, argc, argv, envc, envp, frame_size, frame, in execve()
49 m.m_lc_pm_exec.frame = (vir_bytes)frame; in execve()
51 m.m_lc_pm_exec.ps_str = (vir_bytes)(vsp + ((char *)psp - frame)); in execve()
H A Dstack_utils.c120 int envc, char * const *envp, size_t stack_size, char *frame, in minix_stack_fill() argument
136 fpw = (char **) frame; in minix_stack_fill()
141 fp = frame + (min_size - sizeof(struct ps_strings)) + in minix_stack_fill()
148 *fpw++= (char *)(*vsp + (fp - frame)); in minix_stack_fill()
156 *fpw++= (char *)(*vsp + (fp - frame)); in minix_stack_fill()
/minix/lib/libexecinfo/
H A Dbuiltin.c57 const struct frameinfo *frame = __builtin_frame_address(0); in backtrace() local
61 if ((const void *)frame BELOW stack) in backtrace()
63 trace[i] = frame->return_address; in backtrace()
64 frame = frame->next; in backtrace()
/minix/minix/kernel/
H A Dwatchdog.c14 static void lockup_check(struct nmi_frame * frame) in lockup_check() argument
49 arch_watchdog_lockup(frame); in lockup_check()
52 void nmi_watchdog_handler(struct nmi_frame * frame) in nmi_watchdog_handler() argument
60 lockup_check(frame); in nmi_watchdog_handler()
62 nmi_sprofile_handler(frame); in nmi_watchdog_handler()
68 lockup_check(frame); in nmi_watchdog_handler()
/minix/sys/arch/i386/include/
H A Dcpu.h84 #define CLKF_USERMODE(frame) USERMODE((frame)->cf_if.if_cs, (frame)->cf_if.if_eflags) argument
85 #define CLKF_PC(frame) ((frame)->cf_if.if_eip) argument
86 #define CLKF_INTR(frame) (curcpu()->ci_idepth > 0) argument
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-struct-property.m29 @property CGRect frame; property
39 - (void)setFrame:(CGRect)frame
41 super.frame = frame;
42 [super setFrame:frame];
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/
H A Dtnaked.ll11 ; CHECK-NOT: .frame {{.*}}
23 ; CHECK: .frame $fp,8,$ra
28 … naked noinline nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-poi…
29 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-po…
H A Dmips16_32_9.ll47 …#0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-po…
48 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-p…
49 …#2 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-po…
H A Dmips16_32_10.ll56 … = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-po…
57 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-p…
58 … = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-po…
H A Dmips16-hf-attr-2.ll28 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
29 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
35 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
36 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
41 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
42 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
H A Dmips16-hf-attr.ll28 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
29 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
35 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
36 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
41 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
42 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
H A Dmips16_32_3.ll65 …#0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-po…
66 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-p…
67 attributes #2 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-p…
/minix/external/bsd/llvm/dist/clang/utils/
H A DClangDataFormat.py42 self.frame = srcloc.GetFrame()
54 …return self.frame.EvaluateExpression("(%s).isLocalSourceLocation(%s)" % (srcmgr_path, getExpressio…
63 srcmgr_path = findObjectExpressionPath("clang::SourceManager", self.frame)
103 def findObjectExpressionPath(typename, frame): argument
104 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
111 obj = findObject(typename, frame)
117 def findObject(typename, frame): argument
149 value_list = frame.GetVariables(True, True, True, True)
/minix/minix/servers/rs/
H A Dexec.c8 char *frame, int frame_len, vir_bytes ps_str);
28 char *frame; in srv_execve() local
44 if ((frame = (char *) sbrk(frame_size)) == (char *) -1) { in srv_execve()
49 minix_stack_fill(argv[0], argc, argv, envc, envp, frame_size, frame, in srv_execve()
52 r = do_exec(proc_e, exec, exec_len, progname, frame, frame_size, in srv_execve()
53 vsp + ((char *)psp - frame)); in srv_execve()
63 char *frame, int frame_len, vir_bytes ps_str) in do_exec() argument
107 r = sys_datacopy(SELF, (vir_bytes) frame, in do_exec()
/minix/crypto/external/bsd/openssl/dist/crypto/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
204 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
206 ld [%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0
379 $ST $T1,[%sp+`$bias+$frame+($i%16)*$SZ`]
[all …]
/minix/external/bsd/tcpdump/dist/tests/
H A Dzmtp1.out9 frame flags+body (8-bit) length 1, flags 0x00 (-|-|-|-|-|-|-|-)
14 frame flags+body (8-bit) length 1, flags 0x00 (-|-|-|-|-|-|-|-)
19 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
20 frame flags+body (8-bit) length 93, flags 0x00 (-|-|-|-|-|-|-|-), first 92 byte(s) of body:
30 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
31 frame flags+body (8-bit) length 29, flags 0x00 (-|-|-|-|-|-|-|-), first 28 byte(s) of body:
37 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
38 frame flags+body (8-bit) length 17, flags 0x00 (-|-|-|-|-|-|-|-), first 16 byte(s) of body:
43 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
50 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
[all …]
/minix/minix/lib/liblwip/dist/src/netif/ppp/
H A Ddemand.c61 char *frame; variable
92 frame = malloc(framemax); in demand_conf()
93 if (frame == NULL) in demand_conf()
246 if (loop_frame((unsigned char *)frame, framelen))
268 frame[framelen++] = c;
285 loop_frame(frame, len) in loop_frame() argument
286 unsigned char *frame; in loop_frame()
294 if ((PPP_PROTOCOL(frame) & 0x8000) != 0)
296 if (!active_packet(frame, len))
303 memcpy(pkt->data, frame, len);

12345678910>>...28