Home
last modified time | relevance | path

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

/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h54 #define PSR_TCO_BIT 0x02000000 macro
/linux/arch/arm64/kvm/hyp/
H A Dexception.c129 new |= PSR_TCO_BIT; in enter_exception64()
/linux/arch/arm64/kernel/
H A Dprocess.c195 pstate & PSR_TCO_BIT ? '+' : '-', in print_pstate()
H A Dsignal.c1493 regs->pstate &= ~PSR_TCO_BIT; in setup_return()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c720 new_spsr |= PSR_TCO_BIT; in inject_undef64()