diff options
author | 2023-12-14 14:29:35 +0100 | |
---|---|---|
committer | 2024-01-11 08:01:47 -0800 | |
commit | ff172d4818ad32dba433dae189e36684e43c5c74 (patch) | |
tree | 67be4620ee9278501e038660b6b2b737447e6b1d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dt-bindings: riscv: Document cbop-block-size (diff) | |
download | wireguard-linux-ff172d4818ad32dba433dae189e36684e43c5c74.tar.xz wireguard-linux-ff172d4818ad32dba433dae189e36684e43c5c74.zip |
riscv: Use hugepage mappings for vmemmap
This will allow better TLB utilization and then should be more performant.
Before:
---[ vmemmap start ]---
0xffff8d8002000000-0xffff8d8012000000 0x000000046ec00000 256M PTE . .. .. D A G . . W R V
---[ vmemmap end ]---
After:
---[ vmemmap start ]---
0xffff8d8002000000-0xffff8d8012000000 0x000000046ec00000 256M PMD . .. .. D A G . . W R V
---[ vmemmap end ]---
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20231214132935.212864-1-alexghiti@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions