Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dmshyperv.h110 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
Dhyperv-tlfs.h207 #define HV_HYPERCALL_REP_START_OFFSET 48 macro
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c2502 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()