On Mon, Oct 23, 2023 at 11:56:43AM -0700, Josh Poimboeuf wrote: > On Fri, Oct 20, 2023 at 01:45:29PM -0700, Pawan Gupta wrote: > > @@ -31,6 +32,8 @@ > > #define VCPU_R15 __VCPU_REGS_R15 * WORD_SIZE > > #endif > > > > +#define GUEST_CLEAR_CPU_BUFFERS USER_CLEAR_CPU_BUFFERS > > I don't think the extra macro buys anything here. Using USER_CLEAR_CPU_BUFFERS in the VMentry path didn't feel right. But, after "USER_" is gone as per your comment on 2/6 patch, GUEST_CLEAR_CPU_BUFFERS can also go away.