Home
last modified time | relevance | path

Searched refs:HV_HYPERCALL_REP_START_OFFSET (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
Dhyperv-tlfs.h174 #define HV_HYPERCALL_REP_START_OFFSET 48 macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmshyperv.h209 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dhyperv.c1778 rep_idx = (param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()