Searched refs:IA64_THREAD_PM_VALID (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dprocess.c168 if ((task->thread.flags & IA64_THREAD_PM_VALID) != 0)
190 if ((task->thread.flags & IA64_THREAD_PM_VALID) != 0)
310 | IA64_THREAD_PM_VALID)
H A Dperfmon.c1751 * this call will clear IA64_THREAD_PM_VALID for per-task sessions.
1790 * The IA64_THREAD_PM_VALID is cleared by pfm_flush_regs() called from pfm_disable()
2129 if ((task->thread.flags & IA64_THREAD_PM_VALID) == 0) {
2190 task->thread.flags |= IA64_THREAD_PM_VALID;
2574 if ((t->flags & IA64_THREAD_PM_VALID) == 0 && ctx->ctx_fl_system == 0) {
3463 current->thread.flags &= ~IA64_THREAD_PM_VALID;
3634 /* copy_thread() clears IA64_THREAD_PM_VALID */
3723 * IA64_THREAD_PM_VALID, so we need to reenable it, if it was used by the caller
3725 if (current->thread.flags & IA64_THREAD_PM_VALID) {
3727 thread->flags |= IA64_THREAD_PM_VALID;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsystem.h389 if (((prev)->thread.flags & (IA64_THREAD_DBG_VALID|IA64_THREAD_PM_VALID)) \
392 if (((next)->thread.flags & (IA64_THREAD_DBG_VALID|IA64_THREAD_PM_VALID)) \
H A Dprocessor.h58 #define IA64_THREAD_PM_VALID (__IA64_UL(1) << 2) /* performance registers valid? */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsystem.h389 if (((prev)->thread.flags & (IA64_THREAD_DBG_VALID|IA64_THREAD_PM_VALID)) \
392 if (((next)->thread.flags & (IA64_THREAD_DBG_VALID|IA64_THREAD_PM_VALID)) \
H A Dprocessor.h58 #define IA64_THREAD_PM_VALID (__IA64_UL(1) << 2) /* performance registers valid? */ macro

Completed in 101 milliseconds