Home
last modified time | relevance | path

Searched refs:__is_rsvd_bits_set (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.h356 static inline bool __is_rsvd_bits_set(struct rsvd_bits_validate *rsvd_check, in __is_rsvd_bits_set() function
372 __is_rsvd_bits_set(rsvd_check, spte, level); in is_rsvd_spte()
H A Dpaging_tmpl.h147 return __is_rsvd_bits_set(&mmu->guest_rsvd_check, gpte, level) || in FNAME()