Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A D8xx-pmu.c30 extern atomic_t instruction_counter;
42 ctr = atomic_read(&instruction_counter); in get_insn_ctr()
44 } while (ctr != atomic_read(&instruction_counter)); in get_insn_ctr()
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_8xx.S117 .globl instruction_counter
118 instruction_counter: label
380 lwz r10, (instruction_counter - PAGE_OFFSET)@l(0)
382 stw r10, (instruction_counter - PAGE_OFFSET)@l(0)