Searched defs:tlbie (Results 1 – 3 of 3) sorted by relevance
217 static inline void tlbie(unsigned long vpn, int psize, int apsize, in tlbie() function
403 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large); member
1154 #define tlbie(v) asm volatile("tlbie %0 \n sync" : : "r" (v)) macro