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

/gem5/src/arch/arm/
H A Dutility.cc477 const HCPTR hcptr = tc->readMiscReg(MISCREG_HCPTR); local
491 trapToHype = hcptr.tcpac;
603 HDCR hdcr, HSTR hstr, HCPTR hcptr, uint32_t iss)
615 inform("trap check M:%x N:%x 1:%x 2:%x hdcr %x, hcptr %x, hstr %x\n",
616 crm, crn, opc1, opc2, hdcr, hcptr, hstr);
618 trapToHype |= hcptr.tta && (opc1 == 1);
602 mcrMrc14TrapToHyp(const MiscRegIndex miscReg, HCR hcr, CPSR cpsr, SCR scr, HDCR hdcr, HSTR hstr, HCPTR hcptr, uint32_t iss) argument
H A Dutility.hh325 HDCR hdcr, HSTR hstr, HCPTR hcptr, uint32_t iss);
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc739 HCPTR hcptr = tc->readMiscReg(MISCREG_HCPTR);
740 bool hcptr_cp10 = hcptr.tcp10;
741 bool hcptr_tase = hcptr.tase;

Completed in 12 milliseconds