Home
last modified time | relevance | path

Searched refs:HV_HYPERCALL_RESULT_MASK (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/hyperv/
Dnested.c50 if (!(status & HV_HYPERCALL_RESULT_MASK)) in hyperv_flush_guest_mapping()
128 if (!(status & HV_HYPERCALL_RESULT_MASK)) in hyperv_flush_guest_mapping_range()
Dmmu.c164 if (!(status & HV_HYPERCALL_RESULT_MASK)) in hyperv_flush_tlb_others()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmshyperv.h201 if ((status & HV_HYPERCALL_RESULT_MASK) != HV_STATUS_SUCCESS) in hv_do_rep_hypercall()
/kernel/linux/linux-5.10/include/asm-generic/
Dhyperv-tlfs.h168 #define HV_HYPERCALL_RESULT_MASK GENMASK_ULL(15, 0) macro