commit | 3dd4a2d0fc339c3cb321d69a0372cb9433786105 | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Tue Jul 29 16:10:02 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Fri Aug 29 10:05:02 2025 +0800 |
tree | f31dfd8b5ed8f546c0adf991a38a457842cdc1be | |
parent | 7392cb1c7b24e34987b6f2bbff00c39fe0829cc9 [diff] |
target/loongarch: Use loongarch_check_pte in loongarch_page_table_walker Function loongarch_check_pte() can get physical address and access priviledge, it works on both TLB entry and pte entry. It can be used in function loongarch_page_table_walker() also. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>