Home
last modified time | relevance | path

Searched refs:sev_enable (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/x86/boot/compressed/
Dmisc.h137 void sev_enable(struct boot_params *bp);
145 static inline void sev_enable(struct boot_params *bp) in sev_enable() function
Dsev.c443 void sev_enable(struct boot_params *bp) in sev_enable() function
Dhead_64.S398 call sev_enable
/linux-6.6.21/arch/x86/include/asm/
Dsev.h167 extern void sev_enable(struct boot_params *bp);
222 static inline void sev_enable(struct boot_params *bp) { } in sev_enable() function
/linux-6.6.21/drivers/firmware/efi/libstub/
Dx86-stub.c944 sev_enable(boot_params); in efi_stub_entry()