Lines Matching defs:level
44 static inline bool kvm_tdp_mmu_spte_need_atomic_write(u64 old_spte, int level)
47 is_last_spte(old_spte, level) &&
52 u64 new_spte, int level)
54 if (kvm_tdp_mmu_spte_need_atomic_write(old_spte, level))
62 u64 mask, int level)
66 if (kvm_tdp_mmu_spte_need_atomic_write(old_spte, level)) {
96 /* The level of the root page given to the iterator */
98 /* The lowest level the iterator should traverse to */
100 /* The iterator's current level within the paging structure */
101 int level;
114 * level instead of advancing to the next entry.
131 tdp_ptep_t spte_to_child_pt(u64 pte, int level);