arch/x86/include/asm/timer.h

Source file repositories/reference/linux-study-clean/arch/x86/include/asm/timer.h

File Facts

System
Linux kernel
Corpus path
arch/x86/include/asm/timer.h
Extension
.h
Size
1039 bytes
Lines
38
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

struct cyc2ns_data {
	u32 cyc2ns_mul;
	u32 cyc2ns_shift;
	u64 cyc2ns_offset;
}; /* 16 bytes */

extern void cyc2ns_read_begin(struct cyc2ns_data *);
extern void cyc2ns_read_end(void);

#endif /* _ASM_X86_TIMER_H */

Annotation

Implementation Notes