Home
last modified time | relevance | path

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

/linux/arch/x86/boot/startup/
H A Dsev-startup.c193 bool __init snp_init(struct boot_params *bp) in snp_init() function
H A Dsme.c496 snp_en = snp_init(bp); in sme_enable()
/linux/arch/x86/include/asm/
H A Dsev.h513 bool snp_init(struct boot_params *bp);
619 static inline bool snp_init(struct boot_params *bp) { return false; } in snp_init() function