Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/uv/
H A Duv.h23 static inline bool is_early_uv_system(void) in is_early_uv_system() function
36 static inline bool is_early_uv_system(void) { return 0; } in is_early_uv_system() function
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1567 if (is_early_uv_system()) in tsc_early_init()