Lines Matching refs:TLB
2 Cache and TLB Flushing Under Linux
23 First, the TLB flushing interfaces, since they are the simplest. The
24 "TLB" is abstracted under Linux as something the cpu uses to cache
27 possible for stale translations to exist in this "TLB" cache.
44 the TLB. After running, this interface must make sure that
47 there will be no entries in the TLB for 'mm'.
57 address translations from the TLB. After running, this
61 running, there will be no entries in the TLB for 'mm' for
69 sized translations from the TLB, instead of having the kernel
76 from the TLB. The 'vma' is the backing structure used by
80 executable (and thus could be in the 'instruction TLB' in
86 is, after running, there will be no entries in the TLB for
104 For example, it could use this event to pre-load TLB
105 translations for software managed TLB configurations.