Symbol: HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE
arch/x86/hyperv/mmu.c
146
status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE,
arch/x86/hyperv/mmu.c
150
status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE,
arch/x86/kvm/hyperv.c
2057
hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE) {
arch/x86/kvm/hyperv.c
2133
if (hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE ||
arch/x86/kvm/hyperv.c
2465
case HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE:
arch/x86/kvm/hyperv.c
2514
case HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE:
arch/x86/kvm/hyperv.c
2631
case HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE:
arch/x86/kvm/hyperv.h
238
return (code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE ||
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
63
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0,
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
70
__hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0,
tools/testing/selftests/kvm/x86/hyperv_features.c
599
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE;
tools/testing/selftests/kvm/x86/hyperv_features.c
604
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE;
tools/testing/selftests/kvm/x86/hyperv_features.c
643
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT;
tools/testing/selftests/kvm/x86/hyperv_features.c
648
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT;
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
50
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE |
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
59
__hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE |
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
208
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, hcall_gpa,
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
235
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, hcall_gpa,
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
364
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE |
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
391
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE |