Home
last modified time | relevance | path

Searched refs:get_tsc_mode (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dprocessor.h440 int get_tsc_mode(unsigned long adr);
442 #define GET_TSC_CTL(adr) get_tsc_mode((adr))
/linux/arch/arm64/kernel/
H A Dprocess.c951 int get_tsc_mode(unsigned long adr) in get_tsc_mode() function