Searched refs:invtlb_all (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/loongarch/mm/ |
H A D | tlb.c | 20 invtlb_all(INVTLB_CURRENT_ALL, 0, 0); in local_flush_tlb_all() 26 invtlb_all(INVTLB_CURRENT_GFALSE, 0, 0); in local_flush_tlb_user() 32 invtlb_all(INVTLB_CURRENT_GTRUE, 0, 0); in local_flush_tlb_kernel()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | tlb.h | 123 static __always_inline void invtlb_all(u32 op, u32 info, u64 addr) in invtlb_all() function
|
/openbmc/qemu/target/loongarch/ |
H A D | helper.h | 123 DEF_HELPER_1(invtlb_all, void, env)
|