arch/powerpc/include/asm/kvm_guest.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/kvm_guest.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/kvm_guest.h
Extension
.h
Size
573 bytes
Lines
26
Domain
Architecture Layer
Bucket
arch/powerpc
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 bool is_kvm_guest(void) { return false; }
static inline int check_kvm_guest(void) { return 0; }
#endif

#endif /* _ASM_POWERPC_KVM_GUEST_H_ */

Annotation

Implementation Notes