Home
last modified time | relevance | path

Searched refs:K_MEM_PERM_USER (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/kernel/
Dmm.h67 #define K_MEM_PERM_USER BIT(5) macro
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem.c224 K_MEM_CACHE_WB | K_MEM_PERM_USER); in ivshmem_configure()
235 K_MEM_CACHE_WB | K_MEM_PERM_RW | K_MEM_PERM_USER); in ivshmem_configure()
247 uint32_t flags = K_MEM_CACHE_WB | K_MEM_PERM_USER; in ivshmem_configure()
279 K_MEM_CACHE_WB | K_MEM_PERM_RW | K_MEM_PERM_USER); in ivshmem_configure()
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/
Dmain.c543 BASE_FLAGS | K_MEM_PERM_RW | K_MEM_PERM_USER); in ZTEST()
/Zephyr-latest/arch/xtensa/core/
Dptables.c509 is_user = (flags & K_MEM_PERM_USER) == K_MEM_PERM_USER; in arch_mem_map()
/Zephyr-latest/kernel/
Dmmu.c583 if (((flags & K_MEM_PERM_USER) != 0U) && in k_mem_map_phys_guard()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1101 if ((flags & K_MEM_PERM_USER) != 0U) { in __arch_mem_map()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1276 if ((flags & K_MEM_PERM_USER) != 0U) { in flags_to_entry()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst256 * :c:func:`arch_mem_map` now supports :c:enumerator:`K_MEM_PERM_USER`.