pub unsafe fn hypercall5(
    offset: u32,
    arg0: u64,
    arg1: u64,
    arg2: u64,
    arg3: u64,
    arg4: u64
) -> Result<u64, Error>
Expand description

Makes hypercall with 5 arguments

Safety

offset must be a valid offset into hypercall_page