Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsev.h464 bool snp_init(struct boot_params *bp);
506 static inline bool snp_init(struct boot_params *bp) { return false; } in snp_init() function
/linux-6.15/arch/x86/mm/
H A Dmem_encrypt_identity.c499 snp_en = snp_init(bp); in sme_enable()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c2499 bool __head snp_init(struct boot_params *bp) in snp_init() function