Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dptables.c199 ptable[i] = XTENSA_MMU_PTE_ILLEGAL; in init_page_table()
556 l2_table[l2_pos] = XTENSA_MMU_PTE_ILLEGAL; in l2_page_table_unmap()
566 l1_table[l1_pos] = XTENSA_MMU_PTE_ILLEGAL; in l2_page_table_unmap()
755 dst_table[i] = XTENSA_MMU_PTE_ILLEGAL; in dup_table()
/Zephyr-latest/arch/xtensa/include/
Dxtensa_mmu_priv.h151 #define XTENSA_MMU_PTE_ILLEGAL (BIT(3) | BIT(2)) macro