Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dtlbflush.h21 #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 Dtlbflush.h23 #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 Dhash_native.c239 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 Dhash_native.c158 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