Searched hist:"950 d00558a920227b5703d1fcc4751cfe03853cd" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/boot/ |
H A D | cpucheck.c | diff 950d00558a920227b5703d1fcc4751cfe03853cd Wed Feb 09 12:10:00 CST 2022 Michael Roth <michael.roth@amd.com> x86/boot: Use MSR read/write helpers instead of inline assembly
Update all C code to use the new boot_rdmsr()/boot_wrmsr() helpers instead of relying on inline assembly.
Suggested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Michael Roth <michael.roth@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20220307213356.2797205-7-brijesh.singh@amd.com
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | diff 950d00558a920227b5703d1fcc4751cfe03853cd Wed Feb 09 12:10:00 CST 2022 Michael Roth <michael.roth@amd.com> x86/boot: Use MSR read/write helpers instead of inline assembly
Update all C code to use the new boot_rdmsr()/boot_wrmsr() helpers instead of relying on inline assembly.
Suggested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Michael Roth <michael.roth@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20220307213356.2797205-7-brijesh.singh@amd.com
|