Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h124 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output); in hv_do_nested_hypercall()
176 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall8()
234 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall16()
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h202 #define HV_HYPERCALL_NESTED BIT_ULL(31) macro