1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-02 20:00:56 +00:00

replace(Initialization/linux-initialization-1.md: sme link l:135

This commit is contained in:
vctorized 2024-06-02 22:14:02 +02:00
parent f7c6b82a5c
commit cf74a8580b

View File

@ -128,7 +128,7 @@ where `PMD_PAGE_SIZE` macro is defined as:
As we can easily calculate, `PMD_PAGE_SIZE` is `2` megabytes.
If [SME](https://en.wikipedia.org/wiki/Zen_%28microarchitecture%29#Enhanced_security_and_virtualization_support) is supported and enabled, we activate it and include the SME encryption mask in `load_delta`:
If [SME](https://de.wikipedia.org/wiki/Secure_Memory_Encryption) is supported and enabled, we activate it and include the SME encryption mask in `load_delta`:
```C
sme_enable(bp);