Next: nvmm_vcpu_dump, Previous: nvmm_assist_io, Up: Syscalls [Contents]
int nvmm_assist_mem(int machine_id, int cpu, void *gpa, int write, void *data, size_t size);
This syscall does the same as nvmm_assist_io but with MMIO space instead of IO space. It features the same error codes and returns.
nvmm_assist_io