Searched refs:TEE_MATTR_PW (Results 1 – 7 of 7) sorted by relevance
16 #define TEE_MATTR_PW BIT(5) macro18 #define TEE_MATTR_PRW (TEE_MATTR_PR | TEE_MATTR_PW)124 str[4] = (attr & TEE_MATTR_PW) ? 'W' : '-'; in mattr_perm_to_str()
338 a |= TEE_MATTR_PW | TEE_MATTR_UW; in desc_to_mattr()361 a |= TEE_MATTR_PW | TEE_MATTR_UW; in desc_to_mattr()394 if (a & (TEE_MATTR_PX | TEE_MATTR_PW)) in mattr_to_desc()401 a |= TEE_MATTR_PW; in mattr_to_desc()424 if (!(a & TEE_MATTR_PW)) in mattr_to_desc()450 if (!(a & TEE_MATTR_PW)) in mattr_to_desc()703 mm->attr & TEE_MATTR_PW ? "RW" : "RO", in print_mmap_area()
1110 f |= TEE_MATTR_PW; in tee_pager_set_um_region_attr()1142 f2 = mattr & ~(TEE_MATTR_UW | TEE_MATTR_PW); in tee_pager_set_um_region_attr()1255 a &= ~(TEE_MATTR_PW | TEE_MATTR_UW); in tee_pager_unhide_page()1263 assert(!(a & (TEE_MATTR_UW | TEE_MATTR_PW))); in tee_pager_unhide_page()1377 if (!(attr_alias & TEE_MATTR_PW)) { in pager_deploy_page()1378 attr_alias |= TEE_MATTR_PW; in pager_deploy_page()1393 attr_alias &= ~TEE_MATTR_PW; in pager_deploy_page()1417 attr &= ~(TEE_MATTR_PW | TEE_MATTR_UW); in pager_deploy_page()1442 TEE_MATTR_PW | TEE_MATTR_UW; in pager_deploy_page()1711 if (!(reg->flags & TEE_MATTR_PW)) { in pager_update_permissions()[all …]
323 a |= TEE_MATTR_PW | TEE_MATTR_UW; in desc_to_mattr()364 if (a & (TEE_MATTR_PX | TEE_MATTR_PW)) in mattr_to_desc()371 a |= TEE_MATTR_PW; in mattr_to_desc()389 if (!(a & TEE_MATTR_PW)) in mattr_to_desc()
765 attr & TEE_MATTR_PW ? "RW" : "RO", in dump_xlat_table()
305 prot |= TEE_MATTR_UW | TEE_MATTR_PW; in ldelf_syscall_map_bin()465 prot |= TEE_MATTR_UW | TEE_MATTR_PW; in ldelf_syscall_set_prot()492 (prot & (TEE_MATTR_UW | TEE_MATTR_PW))) in ldelf_syscall_set_prot()
716 if (r->attr & (TEE_MATTR_UW | TEE_MATTR_PW)) in vm_set_prot()
Completed in 21 milliseconds