Searched refs:is_rsvd_bits_set (Results 1 – 2 of 2) sorted by relevance
167 if (is_rsvd_bits_set(&vcpu->arch.mmu, gpte, PT_PAGE_TABLE_LEVEL)) in FNAME()348 if (unlikely(is_rsvd_bits_set(mmu, pte, walker->level))) { in FNAME()
3298 static bool is_rsvd_bits_set(struct kvm_mmu *mmu, u64 gpte, int level) in is_rsvd_bits_set() function