Searched refs:permissions (Results 1 – 8 of 8) sorted by relevance
8 This check can spot missing TLB invalidation/wrong PTE permissions/
62 Unit (MPU) that defines the type and permissions for regions of
200 bool fault = (mmu->permissions[index] >> pte_access) & 1; in permission_fault()
11 # In addition to the permissions in the GNU General Public License, the
445 u8 permissions[16]; member
4515 for (byte = 0; byte < ARRAY_SIZE(mmu->permissions); ++byte) { in update_permission_bitmask()4570 mmu->permissions[byte] = ff | uf | wf | smepf | smapf; in update_permission_bitmask()4610 for (bit = 0; bit < ARRAY_SIZE(mmu->permissions); ++bit) { in update_pkru_bitmask()
847 to set access permissions (read/write, readonly, or no access)
1369 bool "Apply r/o permissions of VM areas also to their linear aliases"