Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h688 #define GET_TSC_CTL(adr) get_tsc_mode((adr)) macro
/openbmc/linux/kernel/
H A Dsys.c104 #ifndef GET_TSC_CTL
105 # define GET_TSC_CTL(a) (-EINVAL) macro
2520 error = GET_TSC_CTL(arg2); in SYSCALL_DEFINE5()