Home
last modified time | relevance | path

Searched refs:ast (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/vm/
H A Dredzone.c132 struct stack ast, fst; in redzone_check() local
139 bcopy(haddr, &ast, sizeof(ast)); in redzone_check()
140 haddr += sizeof(ast); in redzone_check()
158 stack_print_ddb(&ast); in redzone_check()
177 stack_print_ddb(&ast); in redzone_check()
/f-stack/freebsd/mips/include/
H A Dpcb.h89 PTR_LA s0, _C_LABEL(ast) ;\
H A Dframe.h46 register_t ast; member
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-facebook-wedge40.dts31 ast-adc-hwmon {
H A Daspeed-bmc-facebook-cmm.dts286 ast-adc-hwmon {
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c73 { "at", DB_OFFSET(ast), db_frame },
H A Dpm_machdep.c117 bcopy((void *)&regs->ast, (void *)&sf.sf_uc.uc_mcontext.mc_regs[1], in sendsig()
H A Dvm_machdep.c502 DB_PRINT_REG(trapframe, ast); in dump_trapframe()
H A Dtrap.c1300 (intmax_t)0, (intmax_t)frame->ast, (intmax_t)frame->v0, (intmax_t)frame->v1); in log_frame_dump()
1343 (intmax_t)0, (intmax_t)frame->ast, (intmax_t)frame->v0, (intmax_t)frame->v1); in trap_frame_dump()
/f-stack/freebsd/kern/
H A Dsubr_trap.c202 ast(struct trapframe *framep) in ast() function
/f-stack/freebsd/arm64/arm64/
H A Dexception.S165 bl _C_LABEL(ast)
/f-stack/freebsd/arm/arm/
H A Dexception.S184 bl _C_LABEL(ast); /* ast(frame) */ \
/f-stack/freebsd/i386/i386/
H A Dexception.s494 movl $ast, %eax
/f-stack/freebsd/amd64/amd64/
H A Dexception.S620 call ast
1163 call ast
/f-stack/freebsd/sys/
H A Dproc.h1063 void ast(struct trapframe *framep);