diff options
author | 2023-06-29 20:58:44 +0800 | |
---|---|---|
committer | 2023-06-29 20:58:44 +0800 | |
commit | 01158487af60cd3915e8c31924144caf29cb0767 (patch) | |
tree | 01bdd88063128e646a6fdc394a9c2d8c7a138316 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | LoongArch: Support dbar with different hints (diff) | |
download | wireguard-linux-01158487af60cd3915e8c31924144caf29cb0767.tar.xz wireguard-linux-01158487af60cd3915e8c31924144caf29cb0767.zip |
LoongArch: Introduce hardware page table walker
Loongson-3A6000 and newer processors have hardware page table walker
(PTW) support. PTW can handle all fastpaths of TLBI/TLBL/TLBS/TLBM
exceptions by hardware, software only need to handle slowpaths (page
faults).
BTW, PTW doesn't append _PAGE_MODIFIED for page table entries, so we
change pmd_dirty() and pte_dirty() to also check _PAGE_DIRTY for the
"dirty" attribute.
Signed-off-by: Liang Gao <gaoliang@loongson.cn>
Signed-off-by: Jun Yi <yijun@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions