Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/arch/x86/
Dgen_mmu.py406 new_table = self.levels[depth]()
409 self.tables[new_table_addr] = new_table
412 return new_table
/Zephyr-Core-3.7.0/arch/arm64/core/
Dmmu.c39 static uint64_t *new_table(void) in new_table() function
247 table = new_table(); in expand_to_table()
401 uint64_t *dst_table = new_table(); in dup_table()
979 kernel_ptables.base_xlat_table = new_table(); in z_arm64_mm_init()