Searched refs:stub_data (Results 1 – 4 of 4) sorted by relevance
34 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));
535 struct stub_data *data = (struct stub_data *) current_stack; in copy_context_skas0()536 struct stub_data *child_data = (struct stub_data *) new_stack; in copy_context_skas0()544 *data = ((struct stub_data) { in copy_context_skas0()551 *child_data = ((struct stub_data) { in copy_context_skas0()
11 struct stub_data { struct
27 struct stub_data *data = get_stub_page(); in stub_clone_handler()