Home
last modified time | relevance | path

Searched refs:HV_HYPERCALL_NESTED (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/x86/include/asm/
Dmshyperv.h125 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output); in hv_do_nested_hypercall()
177 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall8()
235 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall16()
/Linux-v6.6/include/asm-generic/
Dhyperv-tlfs.h202 #define HV_HYPERCALL_NESTED BIT_ULL(31) macro