Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h136 void sev_enable(struct boot_params *bp);
144 static inline void sev_enable(struct boot_params *bp)
145 static inline void sev_enable(struct boot_params *bp) sev_enable() function
H A Dsev.c446 void sev_enable(struct boot_params *bp) in sev_enable() function
H A Dhead_64.S398 call sev_enable
/openbmc/linux/arch/x86/include/asm/
H A Dsev.h167 extern void sev_enable(struct boot_params *bp);
222 static inline void sev_enable(struct boot_params *bp) { } in sev_enable() function
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c993 sev_enable(boot_params); in efi_stub_entry()