Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Dsev.h16 u64 sev_get_status(void);
39 static inline u64 sev_get_status(void) { return 0; } in sev_get_status() function
H A Dsev.c490 * sev_get_status - Retrieve the SEV status mask
495 u64 sev_get_status(void) in sev_get_status() function
534 if (!(sev_get_status() & MSR_AMD64_SEV_SNP_ENABLED)) in early_is_sevsnp_guest()
/linux/arch/x86/include/asm/
H A Dsev.h519 u64 sev_get_status(void);
593 static inline u64 sev_get_status(void) { return 0; } in sev_get_status() function
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c688 unsupported = snp_get_unsupported_features(sev_get_status()); in have_unsupported_snp_features()