Home
last modified time | relevance | path

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

/u-boot/arch/arm/cpu/armv8/
A Dcache_v8.c162 memset(new_table, 0, pt_len); in create_table()
164 return new_table; in create_table()
178 u64 *new_table; in split_block() local
188 new_table = create_table(); in split_block()
196 new_table[i] |= PTE_TYPE_TABLE; in split_block()
202 set_pte_table(pte, new_table); in split_block()
215 u64 *new_table; in add_map() local
221 new_table = create_table(); in add_map()
222 set_pte_table(pte, new_table); in add_map()
249 new_table = create_table(); in add_map()
[all …]

Completed in 3 milliseconds