e500_tlb.c | 147 * If tlbassoc is the same as tlbentries (like in TLB1) then the TLB is 287 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb1_fetch 289 return &tlb1->tlb1_entries[slot].e_hwtlb; 295 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb1_sync 296 for (u_int slot = 1; slot < tlb1->tlb1_numentries; slot++) { 298 &tlb1->tlb1_entries[slot].e_hwtlb; 319 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_alloc_tlb1_entry 321 if (tlb1->tlb1_numfree == 0) 323 const u_int slot = tlb1->tlb1_freelist[--tlb1->tlb1_numfree] 333 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_free_tlb1_entry 682 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb_lookup_xtlb_pa 704 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb_lookup_xtlb 726 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb_lookup_xtlb2 777 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb_ioreserve 902 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb_init 1107 struct e500_tlb1 * const tlb1 = &e500_tlb1; local in function:e500_tlb_minimize [all...] |