Home
last modified time | relevance | path

Searched refs:IA64_PSR_BN (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Desi_stub.S35 (IA64_PSR_BN)
H A Defi_stub.S32 (IA64_PSR_BN)
H A Dpal.S146 (IA64_PSR_BN)
H A Drelocate_kernel.S38 movl r16 = IA64_PSR_AC|IA64_PSR_BN|IA64_PSR_IC
H A Dprocess.c358 child_ptregs->cr_ipsr = ia64_getreg(_IA64_REG_PSR) | IA64_PSR_BN; in copy_thread()
H A Dfsys.S464 | IA64_PSR_BN | IA64_PSR_I)
H A Dhead.S39 (IA64_PSR_AC | IA64_PSR_BN | IA64_PSR_MFH | IA64_PSR_MFL)
262 movl r16=(IA64_PSR_IT|IA64_PSR_IC|IA64_PSR_DT|IA64_PSR_RT|IA64_PSR_DFH|IA64_PSR_BN \
/openbmc/linux/arch/ia64/include/asm/
H A Dkregs.h111 #define IA64_PSR_BN (__IA64_UL(1) << IA64_PSR_BN_BIT) macro