Home | Sort by: relevance | last modified time | path |
/src/sys/arch/usermode/modules/syscallemu/ | |
syscallemu.h | 60 void * md_syscallemu(struct proc *); |
syscallemu_arm.c | 99 md_syscallemu(struct proc *p) function in typeref:typename:void * |
syscallemu_x86.c | 99 md_syscallemu(struct proc *p) function in typeref:typename:void * |
syscallemu.c | 105 sce->sce_md_syscall = md_syscallemu(p); |