Lines Matching refs:KVM
1 The PPC KVM paravirtual interface
4 The basic execution principle by which KVM on PowerPC works is to run all kernel
21 To find out if we're running on KVM or not, we leverage the device tree. When
22 Linux is running on KVM, a node /hypervisor exists. That node contains a
25 Once you determined you're running under a PV capable KVM, you can now use
28 KVM hypercalls
52 apply for x86 and powerpc alike with the exception that each KVM hypercall
53 also needs to be ORed with the KVM vendor code which is (42 << 16).
68 map this shared page using the KVM hypercall KVM_HC_PPC_MAP_MAGIC_PAGE.
90 When mapping the magic page using the KVM hypercall KVM_HC_PPC_MAP_MAGIC_PAGE,
192 Hypercall ABIs in KVM on PowerPC
194 1) KVM hypercalls (ePAPR)
209 Mac-on-Linux is another user of KVM on PowerPC, which has its own hypercall (long
210 before KVM). This is supported to maintain compatibility. All these hypercalls get