Lines Matching full:fast
57 Fast page fault:
59 Fast page fault is the fast path which fixes the guest page fault out of
60 the mmu-lock on x86. Currently, the page fault can be fast in one of the
78 On fast page fault path, we will use cmpxchg to atomically set the spte W
99 | On fast page fault path: |
128 to gfn. For indirect sp, we disabled fast page fault for simplicity.
142 In the origin code, the spte can be fast updated (non-atomically) if the
146 But it is not true after fast page fault since the spte can be marked
167 | | on fast page fault path:: |
199 fast page fault path. In order to easily audit the path, we see if TLBs needing
204 atomically update the spte and the race caused by fast page fault can be avoided.
215 generated and the fast page fault mechanism described above is used to