Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dsev.h210 bool snp_init(struct boot_params *bp);
234 static inline bool snp_init(struct boot_params *bp) { return false; } in snp_init() function
/linux-6.6.21/arch/x86/boot/compressed/
Dsev.c473 snp = snp_init(bp); in sev_enable()
579 bool snp_init(struct boot_params *bp) in snp_init() function
/linux-6.6.21/arch/x86/mm/
Dmem_encrypt_identity.c516 snp = snp_init(bp); in sme_enable()
/linux-6.6.21/arch/x86/kernel/
Dsev.c2088 bool __init snp_init(struct boot_params *bp) in snp_init() function