Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c193 int reg_safe = -1; in check_hw_exists() local
209 reg_safe = i; in check_hw_exists()
233 if (reg_safe == -1) { in check_hw_exists()
234 reg = reg_safe; in check_hw_exists()
243 reg = x86_pmu_event_addr(reg_safe); in check_hw_exists()