Re: [PATCH v10 09/50] x86/traps: Define RMP violation #PF error code
From: Dave Hansen
Date: Mon Oct 16 2023 - 10:15:41 EST
On 10/16/23 06:27, Michael Roth wrote:
> Bit 31 in the page fault-error bit will be set when processor encounters
> an RMP violation. While at it, use the BIT() macro.
Any idea where the BIT() use went? I remember seeing it in earlier
versions.