Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c126 #define GET_ACTIVATION() pmu_owners[smp_processor_id()].activation_number macro
128 #define SET_ACTIVATION(c) (c)->ctx_last_activation = GET_ACTIVATION()
133 #define GET_ACTIVATION(t) do {} while(0) macro
3347 if (ctx->ctx_last_activation != GET_ACTIVATION()) { in pfm_save_regs()
3349 ctx->ctx_last_activation, GET_ACTIVATION())); in pfm_save_regs()
3520 if (GET_LAST_CPU(ctx) == smp_processor_id() && ctx->ctx_last_activation == GET_ACTIVATION()) { in pfm_load_regs()
3548 GET_ACTIVATION(), ctx->ctx_last_activation, in pfm_load_regs()