commit | 2dad56b50d895925cd5b687bce444e90b7c132ae | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Wed Sep 03 10:46:01 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Sun Sep 28 16:10:34 2025 +0800 |
tree | 9bf5a17990f73ba53af2c95e063f5c6c275068c5 | |
parent | d6dfd8d40cebebc3378d379cd28879e0345fbf91 [diff] |
target/loongarch: Use mmu idx bitmap method when flush TLB With API tlb_flush_range_by_mmuidx(), bitmap of mmu idx should be used rather than itself. Also bitmap of MMU_KERNEL_IDX and MMU_USER_IDX are used rather than that of current running mmu idx when flush TLB. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>