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.h27 ((struct stub_syscall *) (((unsigned long) s) + (s)->cmd_len))
35 struct stub_syscall { struct
53 …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()
139 struct stub_syscall *syscall_stub_alloc(struct mm_id *mm_idp) in syscall_stub_alloc()
141 struct stub_syscall *sc; in syscall_stub_alloc()
160 static struct stub_syscall *syscall_stub_get_previous(struct mm_id *mm_idp, in syscall_stub_get_previous()
166 struct stub_syscall *sc; in syscall_stub_get_previous()
181 struct stub_syscall *sc; in map()
204 struct stub_syscall *sc; in unmap()
/linux/arch/um/kernel/skas/
H A Dstub.c14 struct stub_syscall *sc = &d->syscall_data[i]; in syscall_handler()
/linux/arch/um/include/shared/
H A Dos.h275 struct stub_syscall *syscall_stub_alloc(struct mm_id *mm_idp);