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.c255 u64 *new_table = (u64*)gd->arch.tlb_fillptr; in create_table() local
268 memset(new_table, 0, pt_len); in create_table()
270 return new_table; in create_table()
284 u64 *new_table; in split_block() local
294 new_table = create_table(); in split_block()
295 debug("Splitting pte %p (%llx) into %p\n", pte, old_pte, new_table); in split_block()
298 new_table[i] = old_pte | (i << levelshift); in split_block()
302 new_table[i] |= PTE_TYPE_TABLE; in split_block()
304 debug("Setting new_table[%lld] = %llx\n", i, new_table[i]); in split_block()
308 set_pte_table(pte, new_table); in split_block()

Completed in 7 milliseconds