Home
last modified time | relevance | path

Searched refs:TIF_TSC_SIGSEGV (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/include/asm/
Dthread_info.h84 #define TIF_TSC_SIGSEGV 30 /* SIGSEGV on counter-timer access */ macro
101 #define _TIF_TSC_SIGSEGV (1 << TIF_TSC_SIGSEGV)
/linux-6.12.1/arch/arm64/kernel/
Dprocess.c500 if (test_ti_thread_flag(ti, TIF_TSC_SIGSEGV) || in update_cntkctl_el1()
532 update_thread_flag(TIF_TSC_SIGSEGV, tsc_sigsegv); in do_set_tsc_mode()
818 if (test_thread_flag(TIF_TSC_SIGSEGV)) in get_tsc_mode()
Dtraps.c610 if (test_thread_flag(TIF_TSC_SIGSEGV)) { in cntvct_read_handler()
622 if (test_thread_flag(TIF_TSC_SIGSEGV)) { in cntfrq_read_handler()