https://bugs.kde.org/show_bug.cgi?id=487418

--- Comment #1 from Paul Floyd <[email protected]> ---
For 4 and 5 I'll start with

arm64g_dirtyhelper_MRS_ID_AA64MMFR1_EL1
   /* Clear VH and HAFDBS bits */
   w &= ~(0xF0F);
   return w;

arm64g_dirtyhelper_MRS_ID_AA64ISAR0_EL1
   w &= 0xF000F0FFFFFF;
   return w;

arm64g_dirtyhelper_MRS_ID_AA64ISAR1_EL1
   w &= 0xF;
   return w;

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to