arch/hexagon/include/asm/time.h

Source file repositories/reference/linux-study-clean/arch/hexagon/include/asm/time.h

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/time.h
Extension
.h
Size
346 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/hexagon
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 ASM_TIME_H
#define ASM_TIME_H

extern cycles_t        pcycle_freq_mhz;
extern cycles_t        thread_freq_mhz;
extern cycles_t        sleep_clk_freq;

void setup_percpu_clockdev(void);
void ipi_timer(void);

#endif

Annotation

Implementation Notes