Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/ia64/include/asm/
A Dthread_info.h108 #define TIF_DB_DISABLED 19 /* debug trap disabled for fsyscall */ macro
121 #define _TIF_DB_DISABLED (1 << TIF_DB_DISABLED)
/linux-6.3-rc2/arch/ia64/kernel/
A Dtraps.c514 set_thread_flag(TIF_DB_DISABLED); in ia64_fault()
564 if (test_thread_flag(TIF_DB_DISABLED)) { in ia64_fault()
565 clear_thread_flag(TIF_DB_DISABLED); in ia64_fault()
/linux-6.3-rc2/arch/xtensa/kernel/
A Dhw_breakpoint.c273 clear_thread_flag(TIF_DB_DISABLED); in restore_dbreak()
297 set_thread_flag(TIF_DB_DISABLED); in check_hw_breakpoint()
A Dentry.S551 _bbci.l abi_saved0, TIF_DB_DISABLED, 1f
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dthread_info.h123 #define TIF_DB_DISABLED 8 /* debug trap disabled for syscall */ macro

Completed in 12 milliseconds