On 3/8/22 19:17, Sean Christopherson wrote:
+ role.base.direct = !____is_cr0_pg(regs);On a serious note, can we add a WARN_ON_ONCE(role.base.direct)? Not so much that the WARN will be helpful, but to document the subtle dependency? If the relevant code goes away in the end, ignore this requrest.
Ok, that can be done. Either that or !is_cr0_pg(). Paolo