Searched refs:ast (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | redzone.c | 132 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 D | pcb.h | 89 PTR_LA s0, _C_LABEL(ast) ;\
|
| H A D | frame.h | 46 register_t ast; member
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | aspeed-bmc-facebook-wedge40.dts | 31 ast-adc-hwmon {
|
| H A D | aspeed-bmc-facebook-cmm.dts | 286 ast-adc-hwmon {
|
| /f-stack/freebsd/mips/mips/ |
| H A D | db_interface.c | 73 { "at", DB_OFFSET(ast), db_frame },
|
| H A D | pm_machdep.c | 117 bcopy((void *)®s->ast, (void *)&sf.sf_uc.uc_mcontext.mc_regs[1], in sendsig()
|
| H A D | vm_machdep.c | 502 DB_PRINT_REG(trapframe, ast); in dump_trapframe()
|
| H A D | trap.c | 1300 (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 D | subr_trap.c | 202 ast(struct trapframe *framep) in ast() function
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | exception.S | 165 bl _C_LABEL(ast)
|
| /f-stack/freebsd/arm/arm/ |
| H A D | exception.S | 184 bl _C_LABEL(ast); /* ast(frame) */ \
|
| /f-stack/freebsd/i386/i386/ |
| H A D | exception.s | 494 movl $ast, %eax
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | exception.S | 620 call ast 1163 call ast
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1063 void ast(struct trapframe *framep);
|