Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dptables.c538 uint32_t table_pos; in l2_page_table_unmap() local
569 table_pos = (l2_table - (uint32_t *)l2_page_tables) / (XTENSA_L2_PAGE_TABLE_ENTRIES); in l2_page_table_unmap()
570 atomic_clear_bit(l2_page_tables_track, table_pos); in l2_page_table_unmap()