Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dprocess.c257 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_save_extra()
264 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_load_extra()
338 # define THREAD_FLAGS_TO_CLEAR (IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID \ in copy_thread()
515 current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID); in flush_thread()
H A Dperfmon_itanium.h71 if (task && (task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL; in pfm_ita_pmc_check()
90 if (task && (task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL; in pfm_ita_pmc_check()
H A Dptrace.c1896 if (!(child->thread.flags & IA64_THREAD_DBG_VALID)) { in access_uarea()
1897 child->thread.flags |= IA64_THREAD_DBG_VALID; in access_uarea()
/openbmc/linux/arch/ia64/include/asm/
H A Dswitch_to.h35 ((t)->thread.flags & (IA64_THREAD_DBG_VALID|IA64_THREAD_PM_VALID))
H A Dprocessor.h44 #define IA64_THREAD_DBG_VALID (__IA64_UL(1) << 1) /* debug registers valid? */ macro