arch/arm64/include/asm/kvm_mmu.h

Source file repositories/reference/linux-study-clean/arch/arm64/include/asm/kvm_mmu.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/include/asm/kvm_mmu.h
Extension
.h
Size
12490 bytes
Lines
405
Domain
Architecture Layer
Bucket
arch/arm64
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 kvm_s2_ptdump_create_debugfs(struct kvm *kvm) {}
static inline void kvm_nested_s2_ptdump_create_debugfs(struct kvm_s2_mmu *mmu) {}
static inline void kvm_nested_s2_ptdump_remove_debugfs(struct kvm_s2_mmu *mmu) {}
#endif /* CONFIG_PTDUMP_STAGE2_DEBUGFS */

#endif /* __ASSEMBLER__ */
#endif /* __ARM64_KVM_MMU_H__ */

Annotation

Implementation Notes