Searched refs:tlb_state (Results 1 – 2 of 2) sorted by relevance
51 struct tlb_state { struct61 static struct tlb_state tlb_state[MAXCPU]; variable276 tlb_state[cpu].wired = mips_rd_wired(); in tlb_save()281 tlb_state[cpu].entry[i].entryhi = mips_rd_entryhi(); in tlb_save()282 tlb_state[cpu].entry[i].pagemask = mips_rd_pagemask(); in tlb_save()283 tlb_state[cpu].entry[i].entrylo0 = mips_rd_entrylo0(); in tlb_save()284 tlb_state[cpu].entry[i].entrylo1 = mips_rd_entrylo1(); in tlb_save()365 if (i == tlb_state[cpu].wired) { in DB_SHOW_COMMAND()373 ehi = tlb_state[cpu].entry[i].entryhi; in DB_SHOW_COMMAND()374 elo0 = tlb_state[cpu].entry[i].entrylo0; in DB_SHOW_COMMAND()[all …]
129 int tlb_state; /* TCPCB t_state */ member