arch/arm64/kvm/trace.h

Source file repositories/reference/linux-study-clean/arch/arm64/kvm/trace.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/kvm/trace.h
Extension
.h
Size
181 bytes
Lines
9
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

#ifndef _TRACE_ARM64_KVM_H
#define _TRACE_ARM64_KVM_H

#include "trace_arm.h"
#include "trace_handle_exit.h"

#endif	/* _TRACE_ARM64_KVM_H */

Annotation

Implementation Notes