Home
last modified time | relevance | path

Searched refs:stub_syscall (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/include/shared/skas/
H A Dstub-data.h35 ((struct stub_syscall *) (((unsigned long) s) + (s)->cmd_len))
43 struct stub_syscall { struct
61 …struct stub_syscall syscall_data[(UM_KERN_PAGE_SIZE - 128) / sizeof(struct stub_syscall)] __aligne… argument
/linux/arch/um/os-Linux/skas/
H A Dmem.c28 struct stub_syscall *sc; in syscall_stub_dump_error()
157 struct stub_syscall *syscall_stub_alloc(struct mm_id *mm_idp) in syscall_stub_alloc()
159 struct stub_syscall *sc; in syscall_stub_alloc()
178 static struct stub_syscall *syscall_stub_get_previous(struct mm_id *mm_idp, in syscall_stub_get_previous()
184 struct stub_syscall *sc; in syscall_stub_get_previous()
237 struct stub_syscall *sc; in map()
269 struct stub_syscall *sc; in unmap()
/linux/arch/um/kernel/skas/
H A Dstub.c42 struct stub_syscall *sc = &d->syscall_data[i]; in syscall_handler()
/linux/arch/um/include/shared/
H A Dos.h279 struct stub_syscall *syscall_stub_alloc(struct mm_id *mm_idp);