Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dkregs.h81 #define IA64_PSR_UP (__IA64_UL(1) << IA64_PSR_UP_BIT) macro
114 #define IA64_PSR_UM (IA64_PSR_BE | IA64_PSR_UP | IA64_PSR_AC | IA64_PSR_MFL | IA64_PSR_MFH)
/arch/ia64/kernel/
Dperfmon.c682 ia64_rsm(IA64_PSR_UP); in pfm_clear_psr_up()
689 ia64_ssm(IA64_PSR_UP); in pfm_set_psr_up()
4128 ctx->ctx_saved_psr_up = IA64_PSR_UP; in pfm_start()
4625 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_exit_thread()
5904 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5968 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5978 BUG_ON(psr & IA64_PSR_UP); in pfm_lazy_save_regs()
6062 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6209 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6766 psr & IA64_PSR_UP ? 1 : 0, in dump_pmu_state()
Dprocess.c482 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
/arch/ia64/kvm/
Dprocess.c64 #define INITIAL_PSR_VALUE_AT_INTERRUPTION (IA64_PSR_UP | IA64_PSR_MFL |\
Dvcpu.c1794 mask = IA64_PSR_BE | IA64_PSR_UP | IA64_PSR_AC | IA64_PSR_MFL | in vcpu_get_psr()