Home
last modified time | relevance | path

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

/linux/arch/ia64/kernel/
A Dprocess.c255 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_save_extra()
262 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_load_extra()
333 # define THREAD_FLAGS_TO_CLEAR (IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID \ in copy_thread()
510 current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID); in flush_thread()
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()
A Dptrace.c1955 if (!(child->thread.flags & IA64_THREAD_DBG_VALID)) { in access_uarea()
1956 child->thread.flags |= IA64_THREAD_DBG_VALID; in access_uarea()
/linux/arch/ia64/include/asm/
A Dswitch_to.h35 ((t)->thread.flags & (IA64_THREAD_DBG_VALID|IA64_THREAD_PM_VALID))
A Dprocessor.h44 #define IA64_THREAD_DBG_VALID (__IA64_UL(1) << 1) /* debug registers valid? */ macro

Completed in 12 milliseconds