Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h54 #define PSR_TCO_BIT 0x02000000 macro
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c135 new |= PSR_TCO_BIT; in enter_exception64()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c193 pstate & PSR_TCO_BIT ? '+' : '-', in print_pstate()
H A Dsignal.c1101 regs->pstate &= ~PSR_TCO_BIT; in setup_return()