Home
last modified time | relevance | path

Searched refs:regs_sipr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcore-book3s.c228 static bool regs_sipr(struct pt_regs *regs) in regs_sipr() function
271 if (regs_sipr(regs)) in perf_get_misc_flags()
323 else if (!(ppmu->flags & PPMU_NO_SIPR) && regs_sipr(regs)) in perf_read_regs()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcore-book3s.c244 static bool regs_sipr(struct pt_regs *regs) in regs_sipr() function
308 if (regs_sipr(regs)) in perf_get_misc_flags()
345 * issue with regs_sipr not being in synch with SIAR in interrupt entry in perf_read_regs()
346 * and return sequences, which can result in regs_sipr being true for in perf_read_regs()
369 else if (!(ppmu->flags & PPMU_NO_SIPR) && regs_sipr(regs)) in perf_read_regs()

Completed in 6 milliseconds