arch/x86/kvm/mmu/tdp_mmu.h

Source file repositories/reference/linux-study-clean/arch/x86/kvm/mmu/tdp_mmu.h

File Facts

System
Linux kernel
Corpus path
arch/x86/kvm/mmu/tdp_mmu.h
Extension
.h
Size
3780 bytes
Lines
123
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 bool is_tdp_mmu_page(struct kvm_mmu_page *sp) { return sp->tdp_mmu_page; }
#else
static inline bool is_tdp_mmu_page(struct kvm_mmu_page *sp) { return false; }
#endif

#endif /* __KVM_X86_MMU_TDP_MMU_H */

Annotation

Implementation Notes