Home
last modified time | relevance | path

Searched refs:mattr_perm_to_str (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Duser_mode_ctx.c22 mattr_perm_to_str(flags, sizeof(flags), r->attr); in user_mode_ctx_print_mappings()
/optee_os/core/include/mm/
H A Dtee_mmu_types.h135 static inline void mattr_perm_to_str(char *str, size_t size, uint32_t attr) in mattr_perm_to_str() function