Home
last modified time | relevance | path

Searched refs:KVM_HC_PPC_MAP_MAGIC_PAGE (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dkvm_para.h24 #define KVM_HC_PPC_MAP_MAGIC_PAGE 4 macro
/linux-6.6.21/Documentation/virt/kvm/
Dppc-pv.rst75 map this shared page using the KVM hypercall KVM_HC_PPC_MAP_MAGIC_PAGE.
97 When mapping the magic page using the KVM hypercall KVM_HC_PPC_MAP_MAGIC_PAGE,
/linux-6.6.21/Documentation/virt/kvm/x86/
Dhypercalls.rst76 4. KVM_HC_PPC_MAP_MAGIC_PAGE
/linux-6.6.21/arch/powerpc/kernel/
Dkvm.c413 epapr_hypercall(in, out, KVM_HCALL_TOKEN(KVM_HC_PPC_MAP_MAGIC_PAGE)); in kvm_map_magic_page()
/linux-6.6.21/arch/powerpc/kvm/
Dpowerpc.c181 case KVM_HCALL_TOKEN(KVM_HC_PPC_MAP_MAGIC_PAGE): in kvmppc_kvm_pv()