Searched refs:HV_HYPERCALL_NESTED (Results 1 – 2 of 2) sorted by relevance
78 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output); in hv_do_nested_hypercall()121 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall8()169 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall16()
197 #define HV_HYPERCALL_NESTED BIT_ULL(31) macro
Completed in 7 milliseconds