Home
last modified time | relevance | path

Searched refs:arch_mem_domain_max_partitions_get (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/arch/arc/core/mpu/
Darc_core_mpu.c29 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c52 int max_parts = arch_mem_domain_max_partitions_get(); in test_mem_domain_setup()
439 zassert_equal(max_parts, arch_mem_domain_max_partitions_get(), in ZTEST()
/Zephyr-latest/arch/arm/core/mpu/
Darm_core_mpu.c326 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h677 int arch_mem_domain_max_partitions_get(void);
/Zephyr-latest/kernel/
Dmem_domain.c347 max_partitions = arch_mem_domain_max_partitions_get(); in init_mem_domain_module()
/Zephyr-latest/arch/riscv/core/
Dpmp.c681 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/arch/arm64/core/cortex_r/
Darm_mpu.c741 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/arch/xtensa/core/
Dmpu.c757 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
Dptables.c936 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/arch/arm64/core/
Dmmu.c1199 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1971 int arch_mem_domain_max_partitions_get(void) in arch_mem_domain_max_partitions_get() function
/Zephyr-latest/doc/hardware/porting/
Darch.rst805 * :c:func:`arch_mem_domain_max_partitions_get` which indicates the max
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst967 * :github:`24534` - arch_mem_domain_max_partitions_get() returns equal number for all architectures