Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/include/shared/skas/
Dstub-data.h16 ((struct stub_syscall *) (((unsigned long) s) + (s)->cmd_len))
25 struct stub_syscall { struct
43 …struct stub_syscall syscall_data[(UM_KERN_PAGE_SIZE - 128) / sizeof(struct stub_syscall)] __aligne… argument
/linux-6.12.1/arch/um/os-Linux/skas/
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()
224 struct stub_syscall *sc; in protect()
/linux-6.12.1/arch/um/kernel/skas/
Dstub.c14 struct stub_syscall *sc = &d->syscall_data[i]; in syscall_handler()
/linux-6.12.1/arch/um/include/shared/
Dos.h279 struct stub_syscall *syscall_stub_alloc(struct mm_id *mm_idp);