Searched refs:stub_data (Results 1 – 4 of 4) sorted by relevance
27 struct stub_data *proc_data = (void *)mm_idp->stack; in syscall_stub_dump_error()68 offsetof(struct stub_data, sigstack) + in init_syscall_regs()69 sizeof(((struct stub_data *) 0)->sigstack) - in init_syscall_regs()79 struct stub_data *proc_data = (void *)mm_idp->stack; in do_syscall_stub()142 struct stub_data *proc_data = (struct stub_data *) mm_idp->stack; in syscall_stub_alloc()165 struct stub_data *proc_data = (void *) mm_idp->stack; in syscall_stub_get_previous()
8 static __always_inline int syscall_handler(struct stub_data *d) in syscall_handler()64 struct stub_data *d = get_stub_data(); in stub_syscall_handler()
20 static_assert(sizeof(struct stub_data) == STUB_DATA_PAGES * UM_KERN_PAGE_SIZE);
37 struct stub_data { struct