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

/freebsd-11-stable/sys/powerpc/booke/
H A Dlocore.S648 .globl __boot_tlb1
650 * The __boot_tlb1 table is used to hold BSP TLB1 entries
655 __boot_tlb1: label
H A Dpmap.c266 extern tlb_entry_t __boot_tlb1[];
1372 e = __boot_tlb1;
1388 * have the snapshot of its contents in the s/w __boot_tlb1[] table
1395 if (__boot_tlb1[i].mas1 & MAS1_VALID)
1396 tlb1_write_entry(&__boot_tlb1[i], i);

Completed in 75 milliseconds