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

/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c246 u64 *new_table = (u64*)gd->arch.tlb_fillptr; local
259 memset(new_table, 0, pt_len);
261 return new_table;
275 u64 *new_table; local
285 new_table = create_table();
286 debug("Splitting pte %p (%llx) into %p\n", pte, old_pte, new_table);
289 new_table[i] = old_pte | (i << levelshift);
293 new_table[i] |= PTE_TYPE_TABLE;
295 debug("Setting new_table[%lld] = %llx\n", i, new_table[
[all...]

Completed in 33 milliseconds