Home
last modified time | relevance | path

Searched refs:osyscall (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/usermode/modules/syscallemu/
H A Dsyscallemu_x86.c101 void *osyscall; in md_syscallemu() local
103 osyscall = p->p_md.md_syscall; in md_syscallemu()
106 return osyscall; in md_syscallemu()
H A Dsyscallemu_arm.c101 void *osyscall; in md_syscallemu() local
103 osyscall = p->p_md.md_syscall; in md_syscallemu()
106 return osyscall; in md_syscallemu()
/netbsd-src/sys/arch/xen/xen/
H A Dhypervisor.c181 extern vector IDTVEC(osyscall);
/netbsd-src/sys/arch/amd64/amd64/
H A Dlocore.S1675 * osyscall()
1680 IDTVEC(osyscall)
1693 IDTVEC_END(osyscall)
H A Dmachdep.c1513 extern vector IDTVEC(osyscall); in init_x86_64_ksyms()
1977 set_idtgate(&idt[128], &IDTVEC(osyscall), 0, SDT_SYS386IGT, SEL_UPL, in init_x86_64()