Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c194 int reg_safe = -1; in check_hw_exists() local
210 reg_safe = i; in check_hw_exists()
234 if (reg_safe == -1) { in check_hw_exists()
235 reg = reg_safe; in check_hw_exists()
244 reg = x86_pmu_event_addr(reg_safe); in check_hw_exists()