Home
last modified time | relevance | path

Searched refs:TEE_MATTR_PW (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/mm/
A Dtee_mmu_types.h16 #define TEE_MATTR_PW BIT(5) macro
18 #define TEE_MATTR_PRW (TEE_MATTR_PR | TEE_MATTR_PW)
124 str[4] = (attr & TEE_MATTR_PW) ? 'W' : '-'; in mattr_perm_to_str()
/optee_os/core/arch/arm/mm/
A Dcore_mmu_v7.c338 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()
A Dtee_pager.c1110 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 …]
A Dcore_mmu_lpae.c323 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()
A Dcore_mmu.c765 attr & TEE_MATTR_PW ? "RW" : "RO", in dump_xlat_table()
/optee_os/core/kernel/
A Dldelf_syscalls.c305 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()
/optee_os/core/mm/
A Dvm.c716 if (r->attr & (TEE_MATTR_UW | TEE_MATTR_PW)) in vm_set_prot()

Completed in 21 milliseconds