arch/x86/boot/compressed/sev.h

Source file repositories/reference/linux-study-clean/arch/x86/boot/compressed/sev.h

File Facts

System
Linux kernel
Corpus path
arch/x86/boot/compressed/sev.h
Extension
.h
Size
848 bytes
Lines
45
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline void snp_accept_memory(phys_addr_t start, phys_addr_t end) { }
static inline u64 sev_get_status(void) { return 0; }
static inline bool early_is_sevsnp_guest(void) { return false; }

#endif

#endif

Annotation

Implementation Notes