Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Dpmp.c267 static void write_pmp_entries(unsigned int start, unsigned int end, in write_pmp_entries() function
393 write_pmp_entries(0, index, true, pmp_addr, pmp_cfg, ARRAY_SIZE(pmp_addr)); in z_riscv_pmp_init()
413 write_pmp_entries(0, index, true, pmp_addr, pmp_cfg, ARRAY_SIZE(pmp_addr)); in z_riscv_pmp_init()
417 write_pmp_entries(0, index, true, pmp_addr, pmp_cfg, ARRAY_SIZE(pmp_addr)); in z_riscv_pmp_init()
518 write_pmp_entries(global_pmp_end_index, thread->arch.m_mode_pmp_end_index, in z_riscv_pmp_stackguard_enable()
555 write_pmp_entries(global_pmp_end_index, index, in z_riscv_pmp_stackguard_disable()
672 write_pmp_entries(global_pmp_end_index, thread->arch.u_mode_pmp_end_index, in z_riscv_pmp_usermode_enable()