Searched refs:checkPAN (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dtlb.hh247 bool checkPAN(ThreadContext *tc, uint8_t ap, const RequestPtr &req,
H A Dtlb.cc917 if (checkPAN(tc, ap, req, mode)) {
957 if (hcr.e2h && checkPAN(tc, ap, req, mode)) {
1016 TLB::checkPAN(ThreadContext *tc, uint8_t ap, const RequestPtr &req, Mode mode) function in class:TLB

Completed in 15 milliseconds