Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dthread_info.h86 #define TIF_TSC_SIGSEGV 30 /* SIGSEGV on counter-timer access */ macro
106 #define _TIF_TSC_SIGSEGV (1 << TIF_TSC_SIGSEGV)
/linux/arch/arm64/kernel/
H A Dprocess.c629 if (test_ti_thread_flag(ti, TIF_TSC_SIGSEGV) || in update_cntkctl_el1()
661 update_thread_flag(TIF_TSC_SIGSEGV, tsc_sigsegv); in do_set_tsc_mode()
958 if (test_thread_flag(TIF_TSC_SIGSEGV)) in get_tsc_mode()
H A Dtraps.c622 if (test_thread_flag(TIF_TSC_SIGSEGV)) { in cntvct_read_handler()
634 if (test_thread_flag(TIF_TSC_SIGSEGV)) { in cntfrq_read_handler()