/minix3/sys/arch/i386/include/ |
H A D | cpu.h | 84 #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
|
/minix3/minix/kernel/ |
H A D | watchdog.c | 14 static void lockup_check(struct nmi_frame * frame) in lockup_check() 52 void nmi_watchdog_handler(struct nmi_frame * frame) in nmi_watchdog_handler()
|
H A D | profile.c | 128 void nmi_sprofile_handler(struct nmi_frame * frame) in nmi_sprofile_handler()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
H A D | property-objects.mm | 21 @property CGRect frame; property 23 - (CGRect)frame; method 44 - (CGRect)frame {return bounds;} method
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | 2003-08-21-BinOp-Type-Mismatch.c | 7 unsigned int frame, focus; in foo() local
|
/minix3/sys/arch/arm/include/arm32/ |
H A D | frame.h | 79 struct frame { struct 87 void validate_trapframe(trapframe_t *, int); argument
|
/minix3/minix/kernel/arch/i386/ |
H A D | exception.c | 50 struct exception_frame * frame, in pagefault() 133 struct exception_frame * frame, struct ex_s *ep, in inkernel_disaster() 180 void exception_handler(int is_nested, struct exception_frame * frame) in exception_handler()
|
H A D | arch_watchdog.c | 105 void arch_watchdog_lockup(const struct nmi_frame * frame) in arch_watchdog_lockup()
|
/minix3/minix/lib/libc/sys/ |
H A D | execve.c | 21 char *frame; in execve() local
|
H A D | stack_utils.c | 120 int envc, char * const *envp, size_t stack_size, char *frame, in minix_stack_fill()
|
/minix3/minix/servers/rs/ |
H A D | exec.c | 28 char *frame; in srv_execve() local 63 char *frame, int frame_len, vir_bytes ps_str) in do_exec()
|
/minix3/lib/libexecinfo/ |
H A D | builtin.c | 57 const struct frameinfo *frame = __builtin_frame_address(0); in backtrace() local
|
/minix3/minix/lib/liblwip/dist/src/netif/ppp/ |
H A D | demand.c | 61 char *frame; variable 285 loop_frame(frame, len) in loop_frame() argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | property-error-readonly-assign.m | 32 - (NSRect)frame; method
|
/minix3/external/bsd/llvm/dist/clang/utils/ |
H A D | ClangDataFormat.py | 103 def findObjectExpressionPath(typename, frame): argument 117 def findObject(typename, frame): argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | super-dotsyntax-struct-property.m | 29 @property CGRect frame; property
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 182 uint8_t frame = 0; in EmitUnwindInfo() local
|
H A D | MCDwarf.cpp | 1349 const MCDwarfFrameInfo &frame) { in EmitFDE()
|
/minix3/sys/arch/arm/include/ |
H A D | cpu.h | 114 #define CLKF_PC(frame) (frame->cf_tf.tf_pc) argument 116 #define CLKF_PC(frame) (frame->cf_if.if_r15 & R15_PC) argument
|
/minix3/minix/servers/vfs/ |
H A D | exec.c | 185 int pm_exec(vir_bytes path, size_t path_len, vir_bytes frame, size_t frame_len, in pm_exec() 413 static int stack_prepare_elf(struct vfs_exec_info *execi, char *frame, size_t *frame_size, in stack_prepare_elf()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | properties.mm | 194 @property CGRect frame; property
|
/minix3/external/bsd/nvi/dist/motif_l/ |
H A D | m_options.c | 465 Widget outer, inner, frame; local
|
H A D | m_vi.c | 766 Widget frame; local
|
/minix3/minix/servers/vm/ |
H A D | main.c | 348 char frame[VM_PAGE_SIZE] __aligned(sizeof(void *)); in exec_bootproc() local
|
/minix3/minix/usr.bin/trace/service/ |
H A D | pm.c | 406 put_frame_string(struct trace_proc * proc, vir_bytes frame, size_t len, in put_frame_string()
|