Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dthread_info.h107 #define TIF_DB_DISABLED 19 /* debug trap disabled for fsyscall */ macro
120 #define _TIF_DB_DISABLED (1 << TIF_DB_DISABLED)
/arch/ia64/kernel/
Dtraps.c539 set_thread_flag(TIF_DB_DISABLED); in ia64_fault()
599 if (test_thread_flag(TIF_DB_DISABLED)) { in ia64_fault()
600 clear_thread_flag(TIF_DB_DISABLED); in ia64_fault()