Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Defi_stub.S31 (IA64_PSR_BN)
Desi_stub.S34 (IA64_PSR_BN)
Dpal.S142 (IA64_PSR_BN)
Drelocate_kernel.S40 movl r16 = IA64_PSR_AC|IA64_PSR_BN|IA64_PSR_IC
Dprocess.c668 regs.pt.cr_ipsr = ia64_getreg(_IA64_REG_PSR) | IA64_PSR_BN; in kernel_thread()
Dhead.S39 (IA64_PSR_AC | IA64_PSR_BN | IA64_PSR_MFH | IA64_PSR_MFL)
261 movl r16=(IA64_PSR_IT|IA64_PSR_IC|IA64_PSR_DT|IA64_PSR_RT|IA64_PSR_DFH|IA64_PSR_BN \
Dfsys.S675 | IA64_PSR_BN | IA64_PSR_I)
/arch/ia64/include/asm/
Dkregs.h110 #define IA64_PSR_BN (__IA64_UL(1) << IA64_PSR_BN_BIT) macro
/arch/ia64/kvm/
Dvcpu.c1666 IA64_PSR_RT + IA64_PSR_MC + IA64_PSR_IT + IA64_PSR_BN + in vcpu_set_psr()
1721 if (VCPU(vcpu, vpsr) & IA64_PSR_BN) { in vcpu_bsw0()
1728 VCPU(vcpu, vpsr) &= ~IA64_PSR_BN; in vcpu_bsw0()
1756 if (!(VCPU(vcpu, vpsr) & IA64_PSR_BN)) { in vcpu_bsw1()
1763 VCPU(vcpu, vpsr) |= IA64_PSR_BN; in vcpu_bsw1()
1773 if (psr & IA64_PSR_BN) in vcpu_rfi()
2050 VCPU(vcpu, vpsr) = IA64_PSR_BN; in init_vcpu()