Home
last modified time | relevance | path

Searched refs:get_clock_rate (Results 1 – 5 of 5) sorted by relevance

/arch/tile/kernel/
Dproc.c55 get_clock_rate() / 1000000, in show_cpuinfo()
56 (get_clock_rate() % 1000000)); in show_cpuinfo()
Dtime.c42 cycles_t get_clock_rate(void) in get_clock_rate() function
99 loops_per_jiffy = get_clock_rate() / HZ; in calibrate_delay()
/arch/tile/include/asm/
Dtimex.h41 cycles_t get_clock_rate(void);
/arch/tile/gxio/
Dmpipe.c455 clock_rate = get_clock_rate(); in gxio_mpipe_get_timestamp()
/arch/tile/mm/
Dfault.c168 int bound = get_clock_rate(); in wait_for_migration()