Home
last modified time | relevance | path

Searched refs:tlbsize (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/arch/mips64/mips64/
Ddb_machdep.c436 count = ci->ci_hw.tlbsize; in db_dump_tlb_cmd()
438 last = ci->ci_hw.tlbsize; in db_dump_tlb_cmd()
459 if (have_addr && addr < ci->ci_hw.tlbsize) { in db_dump_tlb_cmd()
463 count = ci->ci_hw.tlbsize; in db_dump_tlb_cmd()
467 if (last > ci->ci_hw.tlbsize) in db_dump_tlb_cmd()
468 last = ci->ci_hw.tlbsize; in db_dump_tlb_cmd()
Dmips64_machdep.c196 tlb_init(unsigned int tlbsize) in tlb_init() argument
200 tlb_flush(tlbsize); in tlb_init()
212 tlb_flush(ci->ci_hw.tlbsize); in tlb_asid_wrap()
/openbsd/src/sys/arch/loongson/loongson/
Dmachdep.c761 bootcpu_hwinfo.tlbsize = 64; in mips_init()
768 bootcpu_hwinfo.tlbsize = in mips_init()
777 tlb_init(bootcpu_hwinfo.tlbsize); in mips_init()
1101 tlb_flush(bootcpu_hwinfo.tlbsize); in boot()
1280 tlb_init(ci->ci_hw.tlbsize); in hw_cpu_hatch()
/openbsd/src/sys/arch/octeon/octeon/
Dmachdep.c418 bootcpu_hwinfo.tlbsize = 1 + ((cp0_get_config_1() & CONFIG1_MMUSize1) in mips_init()
424 bootcpu_hwinfo.tlbsize += in mips_init()
798 tlb_init(bootcpu_hwinfo.tlbsize); in octeon_tlb_init()
986 tlb_flush(bootcpu_hwinfo.tlbsize); in boot()
/openbsd/src/sys/arch/mips64/include/
Dcpu.h120 uint32_t tlbsize; member