Home
last modified time | relevance | path

Searched refs:tlb_state (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dtlb.c53 struct tlb_state { struct
63 static struct tlb_state tlb_state[MAXCPU]; variable
278 tlb_state[cpu].wired = mips_rd_wired(); in tlb_save()
283 tlb_state[cpu].entry[i].entryhi = mips_rd_entryhi(); in tlb_save()
284 tlb_state[cpu].entry[i].pagemask = mips_rd_pagemask(); in tlb_save()
285 tlb_state[cpu].entry[i].entrylo0 = mips_rd_entrylo0(); in tlb_save()
367 if (i == tlb_state[cpu].wired) { in DB_SHOW_COMMAND()
375 ehi = tlb_state[cpu].entry[i].entryhi; in DB_SHOW_COMMAND()
376 elo0 = tlb_state[cpu].entry[i].entrylo0; in DB_SHOW_COMMAND()
377 elo1 = tlb_state[cpu].entry[i].entrylo1; in DB_SHOW_COMMAND()
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_log_buf.h131 int tlb_state; /* TCPCB t_state */ member