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

/gem5/src/arch/arm/
H A Dtlbi_op.hh58 TLBIOp(ExceptionLevel _targetEL, bool _secure) argument
59 : secureLookup(_secure), targetEL(_targetEL)
89 TLBIALL(ExceptionLevel _targetEL, bool _secure) argument
90 : TLBIOp(_targetEL, _secure)
100 ITLBIALL(ExceptionLevel _targetEL, bool _secure) argument
101 : TLBIOp(_targetEL, _secure)
113 DTLBIALL(ExceptionLevel _targetEL, bool _secure) argument
114 : TLBIOp(_targetEL, _secure)
126 TLBIASID(ExceptionLevel _targetEL, bool _secure, uint16_t _asid) argument
127 : TLBIOp(_targetEL, _secure), asi
140 ITLBIASID(ExceptionLevel _targetEL, bool _secure, uint16_t _asid) argument
156 DTLBIASID(ExceptionLevel _targetEL, bool _secure, uint16_t _asid) argument
183 TLBIMVAA(ExceptionLevel _targetEL, bool _secure, Addr _addr) argument
198 TLBIMVA(ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid) argument
214 ITLBIMVA(ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid) argument
232 DTLBIMVA(ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid) argument
250 TLBIIPA(ExceptionLevel _targetEL, bool _secure, Addr _addr) argument
[all...]

Completed in 5 milliseconds