Home
last modified time | relevance | path

Searched refs:cyc2ns_read_begin (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dtimer.h34 extern struct cyc2ns_data *cyc2ns_read_begin(void);
/linux-4.4.14/arch/x86/kernel/
Dtsc.c77 struct cyc2ns_data *cyc2ns_read_begin(void) in cyc2ns_read_begin() function
/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c443 struct cyc2ns_data *data = cyc2ns_read_begin(); in cycles_2_ns()
457 struct cyc2ns_data *data = cyc2ns_read_begin(); in ns_2_cycles()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c2152 data = cyc2ns_read_begin(); in arch_perf_update_userpage()