enabled_hcalls 317 arch/powerpc/include/asm/kvm_host.h DECLARE_BITMAP(enabled_hcalls, MAX_HCALL_OPCODE/4 + 1); enabled_hcalls 505 arch/powerpc/kernel/asm-offsets.c OFFSET(KVM_ENABLED_HCALLS, kvm, arch.enabled_hcalls); enabled_hcalls 918 arch/powerpc/kvm/book3s_hv.c !test_bit(req/4, vcpu->kvm->arch.enabled_hcalls)) enabled_hcalls 4814 arch/powerpc/kvm/book3s_hv.c memcpy(kvm->arch.enabled_hcalls, default_enabled_hcalls, enabled_hcalls 4815 arch/powerpc/kvm/book3s_hv.c sizeof(kvm->arch.enabled_hcalls)); enabled_hcalls 359 arch/powerpc/kvm/book3s_pr_papr.c !test_bit(cmd/4, vcpu->kvm->arch.enabled_hcalls)) enabled_hcalls 469 arch/powerpc/kvm/book3s_pr_papr.c __set_bit(hcall / 4, kvm->arch.enabled_hcalls); enabled_hcalls 2153 arch/powerpc/kvm/powerpc.c set_bit(hcall / 4, kvm->arch.enabled_hcalls); enabled_hcalls 2155 arch/powerpc/kvm/powerpc.c clear_bit(hcall / 4, kvm->arch.enabled_hcalls);