Home
last modified time | relevance | path

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

/linux-6.6.21/arch/um/include/shared/
Dcommon-offsets.h34 DEFINE(UML_STUB_FIELD_OFFSET, offsetof(struct stub_data, offset));
35 DEFINE(UML_STUB_FIELD_CHILD_ERR, offsetof(struct stub_data, child_err));
36 DEFINE(UML_STUB_FIELD_FD, offsetof(struct stub_data, fd));
/linux-6.6.21/arch/um/os-Linux/skas/
Dprocess.c532 struct stub_data *data = (struct stub_data *) current_stack; in copy_context_skas0()
533 struct stub_data *child_data = (struct stub_data *) new_stack; in copy_context_skas0()
541 *data = ((struct stub_data) { in copy_context_skas0()
548 *child_data = ((struct stub_data) { in copy_context_skas0()
/linux-6.6.21/arch/um/include/shared/skas/
Dstub-data.h11 struct stub_data { struct
/linux-6.6.21/arch/um/kernel/skas/
Dclone.c27 struct stub_data *data = get_stub_data(); in stub_clone_handler()