PFERR_SYNTHETIC_MASK
BUILD_BUG_ON(lower_32_bits(PFERR_SYNTHETIC_MASK));
if (WARN_ON_ONCE(error_code & PFERR_SYNTHETIC_MASK))
error_code &= ~PFERR_SYNTHETIC_MASK;