arch/powerpc/kvm/book3s.c

Source file repositories/reference/linux-study-clean/arch/powerpc/kvm/book3s.c

File Facts

System
Linux kernel
Corpus path
arch/powerpc/kvm/book3s.c
Extension
.c
Size
28954 bytes
Lines
1106
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

module_init(kvmppc_book3s_init);
module_exit(kvmppc_book3s_exit);

/* On 32bit this is our one and only kernel module */
#ifdef CONFIG_KVM_BOOK3S_32_HANDLER
MODULE_ALIAS_MISCDEV(KVM_MINOR);
MODULE_ALIAS("devname:kvm");
#endif

Annotation

Implementation Notes