Searched refs:IA64_THREAD_DBG_VALID (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dprocess.c164 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0)
186 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0)
309 # define THREAD_FLAGS_TO_CLEAR (IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID \
488 current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID);
541 if (current->thread.flags & IA64_THREAD_DBG_VALID)
H A Dperfmon_itanium.h71 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
88 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
H A Dperfmon_mckinley.h75 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
91 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
H A Dptrace.c785 * IA64_THREAD_DBG_VALID. The registers are restored by the PMU context
792 if (!(child->thread.flags & IA64_THREAD_DBG_VALID)) {
793 child->thread.flags |= IA64_THREAD_DBG_VALID;
H A Dperfmon.c1529 if (task->thread.flags & IA64_THREAD_DBG_VALID) return 0;
1564 * IA64_THREAD_DBG_VALID set. This indicates a task which was
1916 if ((thread->flags & IA64_THREAD_DBG_VALID) != 0) {
/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.h57 #define IA64_THREAD_DBG_VALID (__IA64_UL(1) << 1) /* debug 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.h57 #define IA64_THREAD_DBG_VALID (__IA64_UL(1) << 1) /* debug registers valid? */ macro

Completed in 182 milliseconds