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
2050
hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE) {
arch/x86/kvm/hyperv.c
2126
if (hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE ||
arch/x86/kvm/hyperv.c
2458
case HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE:
arch/x86/kvm/hyperv.c
2507
case HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE:
arch/x86/kvm/hyperv.c
2627
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
594
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE;
tools/testing/selftests/kvm/x86/hyperv_features.c
599
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE;
tools/testing/selftests/kvm/x86/hyperv_features.c
638
hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT;
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_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
219
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, hcall_gpa,
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
246
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, hcall_gpa,
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
375
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE |
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
402
hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE |