original_kernel/arch/x86/kvm
Takuya Yoshikawa c8cfbb555e KVM: MMU: Use ptep_user for cmpxchg_gpte()
The address of the gpte was already calculated and stored in ptep_user
before entering cmpxchg_gpte().

This patch makes cmpxchg_gpte() to use that to make it clear that we
are using the same address during walk_addr_generic().

Note that the unlikely annotations are used to show that the conditions
are something unusual rather than for performance.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2011-05-22 08:48:14 -04:00
..
Kconfig
Makefile
emulate.c KVM: x86 emulator: Make jmp far emulation into a separate function 2011-05-22 08:48:06 -04:00
i8254.c
i8254.h KVM: remove useless function declaration kvm_inject_pit_timer_irqs() 2011-05-11 07:57:09 -04:00
i8259.c
irq.c
irq.h KVM: remove useless function declarations from file arch/x86/kvm/irq.h 2011-05-11 07:57:09 -04:00
kvm_cache_regs.h
kvm_timer.h
lapic.c
lapic.h
mmu.c KVM: MMU: remove mmu_seq verification on pte update path 2011-05-11 07:57:03 -04:00
mmu.h
mmu_audit.c
mmutrace.h
paging_tmpl.h KVM: MMU: Use ptep_user for cmpxchg_gpte() 2011-05-22 08:48:14 -04:00
svm.c KVM: SVM: Make dump_vmcb static, reduce text 2011-05-22 08:40:00 -04:00
timer.c
trace.h
tss.h
vmx.c KVM: VMX: Cache vmcs segment fields 2011-05-22 08:47:45 -04:00
x86.c KVM: x86 emulator: consolidate segment accessors 2011-05-22 08:47:39 -04:00
x86.h KVM: fix push of wrong eip when doing softint 2011-05-11 07:57:09 -04:00