Files
android_kernel_xiaomi_sm8450/arch/x86/kvm
Avi Kivity 13d22b6aeb KVM: MMU: Simplify walk_addr_generic() loop
The page table walk is coded as an infinite loop, with a special
case on the last pte.

Code it as an ordinary loop with a termination condition on the last
pte (large page or walk length exhausted), and put the last pte handling
code after the loop where it belongs.

Reviewed-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-09-20 13:00:08 +03:00
..
2012-09-05 12:41:09 +03:00
2012-09-04 14:53:51 +03:00
2010-10-24 10:53:14 +02:00
2012-09-10 11:10:03 +03:00
2012-08-06 16:04:57 +03:00
2012-09-20 13:00:08 +03:00
2012-09-20 13:00:08 +03:00
2012-07-26 11:54:21 +03:00
2012-09-17 10:38:05 -03:00
2012-09-17 10:38:04 -03:00
2012-09-20 13:00:08 +03:00