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

/linux-master/arch/x86/include/asm/
H A Dsev.h224 bool snp_init(struct boot_params *bp);
249 static inline bool snp_init(struct boot_params *bp) { return false; } function
/linux-master/arch/x86/boot/compressed/
H A Dsev.c466 * Do an initial SEV capability check before snp_init() which
481 snp = snp_init(bp);
587 bool snp_init(struct boot_params *bp) function
/linux-master/arch/x86/mm/
H A Dmem_encrypt_identity.c501 snp = snp_init(bp);
/linux-master/arch/x86/kernel/
H A Dsev.c2098 bool __head snp_init(struct boot_params *bp) function

Completed in 131 milliseconds