Searched hist:fc78f51938e1ea866daa2045851b2e5681371668 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm_cache_regs.h | diff fc78f51938e1ea866daa2045851b2e5681371668 Mon Dec 07 04:16:48 CST 2009 Avi Kivity <avi@redhat.com> KVM: Add accessor for reading cr4 (or some bits of cr4)
Some bits of cr4 can be owned by the guest on vmx, so when we read them, we copy them to the vcpu structure. In preparation for making the set of guest-owned bits dynamic, use helpers to access these bits so we don't need to know where the bit resides.
No changes to svm since all bits are host-owned there.
Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | mmu.h | diff fc78f51938e1ea866daa2045851b2e5681371668 Mon Dec 07 04:16:48 CST 2009 Avi Kivity <avi@redhat.com> KVM: Add accessor for reading cr4 (or some bits of cr4)
Some bits of cr4 can be owned by the guest on vmx, so when we read them, we copy them to the vcpu structure. In preparation for making the set of guest-owned bits dynamic, use helpers to access these bits so we don't need to know where the bit resides.
No changes to svm since all bits are host-owned there.
Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | x86.c | diff fc78f51938e1ea866daa2045851b2e5681371668 Mon Dec 07 04:16:48 CST 2009 Avi Kivity <avi@redhat.com> KVM: Add accessor for reading cr4 (or some bits of cr4)
Some bits of cr4 can be owned by the guest on vmx, so when we read them, we copy them to the vcpu structure. In preparation for making the set of guest-owned bits dynamic, use helpers to access these bits so we don't need to know where the bit resides.
No changes to svm since all bits are host-owned there.
Signed-off-by: Avi Kivity <avi@redhat.com>
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | diff fc78f51938e1ea866daa2045851b2e5681371668 Mon Dec 07 04:16:48 CST 2009 Avi Kivity <avi@redhat.com> KVM: Add accessor for reading cr4 (or some bits of cr4)
Some bits of cr4 can be owned by the guest on vmx, so when we read them, we copy them to the vcpu structure. In preparation for making the set of guest-owned bits dynamic, use helpers to access these bits so we don't need to know where the bit resides.
No changes to svm since all bits are host-owned there.
Signed-off-by: Avi Kivity <avi@redhat.com>
|