Home
last modified time | relevance | path

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

/Linux-v5.15/include/asm-generic/
Dmshyperv.h88 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
Dhyperv-tlfs.h188 #define HV_HYPERCALL_REP_START_OFFSET 48 macro
/Linux-v5.15/arch/x86/kvm/
Dhyperv.c2192 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()