Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c53 int offset_max; member
486 .offset_max = MSR_AMD64_IBSFETCH_REG_COUNT,
510 .offset_max = MSR_AMD64_IBSOP_REG_COUNT,
525 int offset, size, check_rip, offset_max, throttle = 0; in perf_ibs_handle_irq() local
556 offset_max = perf_ibs->offset_max; in perf_ibs_handle_irq()
558 offset_max = 3; in perf_ibs_handle_irq()
560 offset_max = 1; in perf_ibs_handle_irq()
565 perf_ibs->offset_max, in perf_ibs_handle_irq()
567 } while (offset < offset_max); in perf_ibs_handle_irq()