arch/powerpc/kvm/book3s.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/kvm/book3s.h
Extension
.h
Size
1469 bytes
Lines
38
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 void kvmppc_emulate_tabort(struct kvm_vcpu *vcpu, int ra_val) {}
#endif

extern void kvmppc_set_msr_hv(struct kvm_vcpu *vcpu, u64 msr);
extern void kvmppc_inject_interrupt_hv(struct kvm_vcpu *vcpu, int vec, u64 srr1_flags);

#endif

Annotation

Implementation Notes