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/
Dprocess.c405 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
433 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
Dperfmon.c678 ia64_rsm(IA64_PSR_UP); in pfm_clear_psr_up()
685 ia64_ssm(IA64_PSR_UP); in pfm_set_psr_up()
4116 ctx->ctx_saved_psr_up = IA64_PSR_UP; in pfm_start()
4613 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_exit_thread()
5892 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5956 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5966 BUG_ON(psr & IA64_PSR_UP); in pfm_lazy_save_regs()
6050 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6197 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6754 psr & IA64_PSR_UP ? 1 : 0, in dump_pmu_state()
/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()