Searched refs:ast (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/sys/vm/
H A Dredzone.c131 struct stack ast, fst; local
138 bcopy(haddr, &ast, sizeof(ast));
139 haddr += sizeof(ast);
157 stack_print_ddb(&ast);
176 stack_print_ddb(&ast);
/freebsd-9.3-release/sys/mips/include/
H A Dframe.h42 register_t ast; member in struct:trapframe
H A Dasm.h287 * Call ast if required
310 PTR_LA s0, _C_LABEL(ast) ;\
/freebsd-9.3-release/sys/arm/include/
H A Dasmacros.h178 bl _C_LABEL(ast) /* ast(frame) */ ;\
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c105 offsetof(struct trapframe, ast),
/freebsd-9.3-release/sys/i386/i386/
H A Dexception.s379 call ast
/freebsd-9.3-release/sys/kern/
H A Dsubr_trap.c116 printf("failed to set signal flags properly for ast()\n");
172 ast(struct trapframe *framep) function
182 CTR3(KTR_SYSC, "ast: thread %p (pid %d, %s)", td, p->p_pid,
184 KASSERT(TRAPF_USERMODE(framep), ("ast in kernel mode"));
196 * ast() will be called again.
/freebsd-9.3-release/sys/mips/mips/
H A Ddb_interface.c73 { "at", DB_OFFSET(ast), db_frame },
H A Dpm_machdep.c114 bcopy((void *)&regs->ast, (void *)&sf.sf_uc.uc_mcontext.mc_regs[1],
245 bcopy((const void *)&ucp->uc_mcontext.mc_regs[1], (void *)&regs->ast,
H A Dvm_machdep.c579 DB_PRINT_REG(trapframe, ast);
H A Dtrap.c1086 (intmax_t)0, (intmax_t)frame->ast, (intmax_t)frame->v0, (intmax_t)frame->v1);
1127 (intmax_t)0, (intmax_t)frame->ast, (intmax_t)frame->v0, (intmax_t)frame->v1);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp610 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) argument
611 : CallbackVH(V), AST(ast) {}
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp675 AliasSetTracker &ast, DebugLoc dl, int alignment,
679 AST(ast), DL(dl), Alignment(alignment), TBAATag(TBAATag) {}
670 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, SmallPtrSet<Value*, 4> &PMA, SmallVectorImpl<BasicBlock*> &LEB, SmallVectorImpl<Instruction*> &LIP, AliasSetTracker &ast, DebugLoc dl, int alignment, MDNode *TBAATag) argument
/freebsd-9.3-release/sys/ia64/ia64/
H A Dinterrupt.c340 ast(tf);
H A Dtrap.c332 ast(tf);
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-tape.c63 .d_name = "ast",
137 stp->stats = devstat_new_entry("ast", device_get_unit(dev), DEV_BSIZE,
142 "ast%d", device_get_unit(dev));
730 "ast",
737 DRIVER_MODULE(ast, ata, ast_driver, ast_devclass, NULL, NULL);
738 MODULE_VERSION(ast, 1);
739 MODULE_DEPEND(ast, ata, 1, 1, 1);
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dumodem.c850 struct usb_cdc_abstract_state ast; local
861 USETW(ast.wState, state);
863 return (usbd_do_request(udev, NULL, &req, &ast));
/freebsd-9.3-release/sys/i386/xen/
H A Dexception.s356 call ast
/freebsd-9.3-release/sys/amd64/amd64/
H A Dexception.S421 call ast
682 call ast
/freebsd-9.3-release/sys/powerpc/booke/
H A Dtrap_subr.S795 /* re-enable interrupts before calling ast() */
799 bl CNAME(ast)
802 b trapexit /* test ast ret value ? */
/freebsd-9.3-release/sys/powerpc/aim/
H A Dtrap_subr32.S782 bl CNAME(ast)
785 b trapexit /* test ast ret value ? */
H A Dtrap_subr64.S692 bl CNAME(ast)
696 b trapexit /* test ast ret value ? */
/freebsd-9.3-release/sys/sys/
H A Dproc.h861 void ast(struct trapframe *framep);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dexception.S2502 * lowered, as it is when we call ast, the check must be re-executed.
2517 call ast

Completed in 316 milliseconds