Home
last modified time | relevance | path

Searched refs:IA64_PSR_UP (Results 1 – 3 of 3) 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()
4100 ctx->ctx_saved_psr_up = IA64_PSR_UP; in pfm_start()
4597 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_exit_thread()
5860 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5924 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5934 BUG_ON(psr & IA64_PSR_UP); in pfm_lazy_save_regs()
6018 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6165 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6721 psr & IA64_PSR_UP ? 1 : 0, in dump_pmu_state()