macro_rules! make_rep_args {
($code_expr:expr, $input_ident:ident, $output_slice_ident:ident) => { ... };
($code_expr:expr, $input_ident:ident) => { ... };
}Expand description
Create a mshv_root_hvcall populated with rep hypercall parameters
Arguments:
1. hypercall code
2. RepInput