Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/include/arch/
Dsim_def.h485 #define SIM_PROFILER_ENABLED_MASK 0x10000 macro
Dsim.h532 return ((__insn_mfspr(SPR_SIM_CONTROL) & SIM_PROFILER_ENABLED_MASK) != 0); in sim_profiler_is_enabled()