Searched refs:RiscvTLB (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/riscv/
H A DRiscvTLB.py37 class RiscvTLB(BaseTLB): class in inherits:BaseTLB
38 type = 'RiscvTLB'
H A Dtlb.cc50 #include "debug/RiscvTLB.hh"
53 #include "params/RiscvTLB.hh"
142 DPRINTF(RiscvTLB,"VPN: %x, asid: %d, Result of TLBP: %d\n",vpn,asn,Ind);
/gem5/src/cpu/
H A DBaseCPU.py103 from m5.objects.RiscvTLB import RiscvTLB as ArchDTB, RiscvTLB as ArchITB

Completed in 11 milliseconds