remote_page_fault is handled by the offloaded thread.

Change-Id: I9cfad509260cceada74abdf39ca6a1822561e0d9
Refs: #1474
This commit is contained in:
Tomoki Shirasawa
2021-02-09 19:26:20 +09:00
committed by Masamichi Takagi
parent 9c7d0cfaec
commit 7efb394905
14 changed files with 957 additions and 32 deletions

View File

@ -762,6 +762,9 @@ struct thread {
struct waitq coredump_wq;
int coredump_status;
void (*rpf_backlog)(void *arg);
void *rpf_arg;
#ifdef ENABLE_TOFU
/* Path of file being opened */
char *fd_path_in_open;