Searched refs:__tlbie (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | tlbflush.h | 21 #define __tlbie(x) { _tlbie(x); } macro 29 { __tlbie(vmaddr); } in local_flush_tlb_page()
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | tlbflush.h | 23 #define __tlbie(x) { _tlbie(x); } macro 31 { __tlbie(vmaddr); } in local_flush_tlb_page()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 239 static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) in __tlbie() function 315 __tlbie(vpn, psize, apsize, ssize); in tlbie() 812 * Call __tlbie() here rather than tlbie() since we can't take the in native_hpte_clear() 903 __tlbie(vpn, psize, psize, ssize); in native_flush_hash_range()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 158 static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) in __tlbie() function 234 __tlbie(vpn, psize, apsize, ssize); in tlbie() 762 * Call __tlbie() here rather than tlbie() since we can't take the in native_hpte_clear() 855 __tlbie(vpn, psize, psize, ssize); in native_flush_hash_range()
|
Completed in 4 milliseconds