Searched refs:userret (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | trap.c | 192 userret(td, frame); in svc_handler() 209 userret(td, frame); in align_abort() 342 userret(td, frame); in data_abort() 520 userret(td, frame); in do_el0_sync() 525 userret(td, frame); in do_el0_sync() 530 userret(td, frame); in do_el0_sync() 536 userret(td, frame); in do_el0_sync() 541 userret(td, frame); in do_el0_sync() 552 userret(td, frame); in do_el0_sync() 561 userret(td, frame); in do_el0_sync() [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | undefined.c | 245 userret(td, frame); in undefinedinstruction() 304 userret(td, frame); in undefinedinstruction() 347 userret(td, frame); in undefinedinstruction()
|
| H A D | trap-v6.c | 238 userret(curthread, tf); in abort_imprecise() 258 userret(td, tf); in abort_debug() 537 userret(td, tf); in abort_handler()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_trap.c | 97 userret(struct thread *td, struct trapframe *frame) in userret() function 363 userret(td, framep); in ast()
|
| H A D | subr_syscall.c | 240 userret(td, td->td_frame); in syscallret()
|
| H A D | kern_fork.c | 1135 userret(td, frame); in fork_return()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 344 goto userret; in trap() 617 userret: in trap() 618 userret(td, frame); in trap()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 717 userret(td, frame); in trap()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1135 void userret(struct thread *, struct trapframe *);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | trap.c | 1119 userret(td, trapframe); in trap()
|