arch/arm64/include/asm/pvclock-abi.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/include/asm/pvclock-abi.h
Extension
.h
Size
374 bytes
Lines
18
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

struct pvclock_vcpu_stolen_time {
	__le32 revision;
	__le32 attributes;
	__le64 stolen_time;
	/* Structure must be 64 byte aligned, pad to that size */
	u8 padding[48];
} __packed;

#endif

Annotation

Implementation Notes