Home
last modified time | relevance | path

Searched refs:__tlbie (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/microblaze/include/asm/ !
Dtlbflush.h21 #define __tlbie(x) { _tlbie(x); } macro
29 { __tlbie(vmaddr); } in local_flush_tlb_page()
/linux-6.12.1/arch/powerpc/mm/book3s64/ !
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()
855 __tlbie(vpn, psize, psize, ssize); in native_flush_hash_range()