Searched defs:mshv_vtl_hvcall (Results 1 – 1 of 1) sorted by relevance
371 struct mshv_vtl_hvcall { struct372 __u64 control; /* Hypercall control code */373 __u64 input_size; /* Size of the input data */374 __u64 input_ptr; /* Pointer to the input struct */375 __u64 status; /* Status of the hypercall (output) */376 __u64 output_size; /* Size of the output data */377 __u64 output_ptr; /* Pointer to the output struct */