diff options
author | Qinglin Pan <[email protected]> | 2023-02-09 21:16:45 +0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-03-07 19:39:15 -0800 |
commit | 23ad288aaf153a78b042e10062be1a6284909f95 (patch) | |
tree | f766a7727e62f263baad2b478a56a6e4a8a92fcf /tools/perf/scripts/python/intel-pt-events.py | |
parent | 9daca9a5b9ac35361ce2d8d5ec10b19b7048d6cd (diff) |
riscv: mm: modify pte format for Svnapot
Add one alternative to enable/disable svnapot support, enable this static
key when "svnapot" is in the "riscv,isa" field of fdt and SVNAPOT compile
option is set. It will influence the behavior of has_svnapot. All code
dependent on svnapot should make sure that has_svnapot return true firstly.
Modify PTE definition for Svnapot, and creates some functions in pgtable.h
to mark a PTE as napot and check if it is a Svnapot PTE. Until now, only
64KB napot size is supported in spec, so some macros has only 64KB version.
Signed-off-by: Qinglin Pan <[email protected]>
Reviewed-by: Andrew Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions