Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/kernel/
Dtime.c47 unsigned int high = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles()
49 unsigned int high2 = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles()
54 high2 = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles()
/linux-2.6.39/arch/tile/include/arch/
Dspr_def_32.h24 #define SPR_CYCLE_HIGH 0x4e06 macro