38 #ifndef __ARCH_ARM_TLBI_HH__ 39 #define __ARCH_ARM_TLBI_HH__ 88 :
TLBIOp(_targetEL, _secure)
99 :
TLBIOp(_targetEL, _secure)
112 :
TLBIOp(_targetEL, _secure)
171 :
TLBIOp(_targetEL, false)
197 Addr _addr, uint16_t _asid)
213 Addr _addr, uint16_t _asid)
231 Addr _addr, uint16_t _asid)
260 #endif //__ARCH_ARM_TLBI_HH__
TLBIIPA(ExceptionLevel _targetEL, bool _secure, Addr _addr)
virtual System * getSystemPtr()=0
Instruction TLB Invalidate All.
TLBIOp(ExceptionLevel _targetEL, bool _secure)
Instruction TLB Invalidate by VA.
TLB Invalidate by VA, All ASID.
ThreadContext is the external interface to all thread state for anything outside of the CPU...
TLBIALLN(ExceptionLevel _targetEL)
ThreadContext * getThreadContext(ContextID tid) const
DTLBIASID(ExceptionLevel _targetEL, bool _secure, uint16_t _asid)
Data TLB Invalidate by ASID match.
Instruction TLB Invalidate by ASID match.
TLBIALL(ExceptionLevel _targetEL, bool _secure)
unsigned numContexts() const
DTLBIMVA(ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid)
TLBIASID(ExceptionLevel _targetEL, bool _secure, uint16_t _asid)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
DTLBIALL(ExceptionLevel _targetEL, bool _secure)
TLB Invalidate by ASID match.
TLB Invalidate All, Non-Secure.
ITLBIMVA(ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid)
TLBIMVAA(ExceptionLevel _targetEL, bool _secure, Addr _addr)
virtual void operator()(ThreadContext *tc)
void broadcast(ThreadContext *tc)
Broadcast the TLB Invalidate operation to all TLBs in the Arm system.
TLBIMVA(ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid)
ITLBIASID(ExceptionLevel _targetEL, bool _secure, uint16_t _asid)
TLB Invalidate by Intermediate Physical Address.
Data TLB Invalidate by VA.
ITLBIALL(ExceptionLevel _targetEL, bool _secure)