Home
last modified time | relevance | path

Searched refs:snp_init (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dsev.h209 bool snp_init(struct boot_params *bp);
233 static inline bool snp_init(struct boot_params *bp) { return false; } in snp_init() function
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c476 snp = snp_init(bp); in sev_enable()
582 bool snp_init(struct boot_params *bp) in snp_init() function
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c501 snp = snp_init(bp); in sme_enable()
/openbmc/linux/arch/x86/kernel/
H A Dsev.c2076 bool __head snp_init(struct boot_params *bp) in snp_init() function