Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/boot/compressed/
H A Dmisc.h139 void sev_enable(struct boot_params *bp);
147 static inline void sev_enable(struct boot_params *bp) in sev_enable() function
H A Dhead_64.S391 call sev_enable
H A Dsev.c519 void sev_enable(struct boot_params *bp) in sev_enable() function
/linux-6.15/arch/x86/include/asm/
H A Dsev.h414 extern void sev_enable(struct boot_params *bp);
495 static inline void sev_enable(struct boot_params *bp) { } in sev_enable() function
/linux-6.15/drivers/firmware/efi/libstub/
H A Dx86-stub.c932 sev_enable(boot_params); in efi_stub_entry()