Home
last modified time | relevance | path

Searched refs:K_MEM_PARTITION_P_RW_U_RW (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/include/zephyr/arch/xtensa/
Dxtensa_mmu.h54 #define K_MEM_PARTITION_P_RW_U_RW \ macro
Dmpu.h253 #define K_MEM_PARTITION_P_RW_U_RW \ macro
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c39 K_MEM_PARTITION_P_RW_U_RW);
73 rw_parts[i].attr = K_MEM_PARTITION_P_RW_U_RW; in test_mem_domain_setup()
224 K_MEM_PARTITION_P_RW_U_RW);
420 K_MEM_PARTITION_P_RW_U_RW);
Dinherit.c39 K_MEM_PARTITION_P_RW_U_RW);
/Zephyr-latest/include/zephyr/arch/x86/
Dmmustructs.h56 #define K_MEM_PARTITION_P_RW_U_RW (Z_X86_MMU_RW | Z_X86_MMU_US | \ macro
/Zephyr-latest/arch/arm/core/mpu/
Darm_core_mpu.c73 .attr = K_MEM_PARTITION_P_RW_U_RW,
259 dynamic_regions[region_num].attr = K_MEM_PARTITION_P_RW_U_RW; in z_arm_configure_dynamic_mpu_regions()
/Zephyr-latest/include/zephyr/app_memory/
Dapp_memdomain.h133 .attr = K_MEM_PARTITION_P_RW_U_RW \
/Zephyr-latest/include/zephyr/arch/riscv/
Darch.h200 #define K_MEM_PARTITION_P_RW_U_RW ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h204 #define K_MEM_PARTITION_P_RW_U_RW ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h230 #define K_MEM_PARTITION_P_RW_U_RW ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Dnxp_mpu.h150 #define K_MEM_PARTITION_P_RW_U_RW ((k_mem_partition_attr_t) \ macro
Darm_mpu_v7m.h190 #define K_MEM_PARTITION_P_RW_U_RW ((k_mem_partition_attr_t) \ macro
Darm_mpu_v8.h336 #define K_MEM_PARTITION_P_RW_U_RW ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arc/
Darch.h261 #define K_MEM_PARTITION_P_RW_U_RW (AUX_MPU_ATTR_UW | AUX_MPU_ATTR_UR | \ macro
/Zephyr-latest/lib/libc/common/source/stdlib/
Dmalloc.c233 z_malloc_partition.attr = K_MEM_PARTITION_P_RW_U_RW; in malloc_prepare()
/Zephyr-latest/subsys/llext/
Dllext_mem.c47 ext->mem_parts[mem_idx].attr = K_MEM_PARTITION_P_RW_U_RW; in llext_init_mem_part()
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst226 K_MEM_PARTITION_P_RW_U_RW);
362 K_MEM_PARTITION_P_RW_U_RW);
384 K_MEM_PARTITION_P_RW_U_RW);
443 K_MEM_PARTITION_P_RW_U_RW
447 In almost all cases ``K_MEM_PARTITION_P_RW_U_RW`` is the right choice.
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c131 z_malloc_partition.attr = K_MEM_PARTITION_P_RW_U_RW;
/Zephyr-latest/arch/arm64/core/cortex_r/
Darm_mpu.c697 &K_MEM_PARTITION_P_RW_U_RW); in configure_dynamic_mpu_regions()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1537 K_MEM_PARTITION_P_RW_U_RW); in z_x86_swap_update_common_page_table()