Next: nvmm_assist_mem, Previous: nvmm_gpa_2_hva, Up: Syscalls [Contents]
int nvmm_assist_io(int machine_id, int cpu, uint16_t port, int in, void *data, size_t size);
This syscall forwards an IO operation to the CPU, which is featured in some architectures like x86. It returns 0 on success, or -1 on failure.
0
-1