- Timestamp:
- 2025-01-29T13:06:25Z (8 months ago)
- Branches:
- master
- Children:
- a796812c
- Parents:
- 1fa6292
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-29 13:04:40)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-29 13:06:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/src/mm/page.c
r1fa6292 r56210a7a 85 85 86 86 asm volatile ( 87 "csrw s ptbr, %[satp]\n"88 :: [satp ] "r" (satp)87 "csrw satp, %[satpv]\n" 88 :: [satpv] "r" (satp) 89 89 ); 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.