Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/
Dkregs.h82 #define IA64_PSR_UP (__IA64_UL(1) << IA64_PSR_UP_BIT) macro
115 #define IA64_PSR_UM (IA64_PSR_BE | IA64_PSR_UP | IA64_PSR_AC | IA64_PSR_MFL | IA64_PSR_MFH)
/Linux-v4.19/arch/ia64/kernel/
Dprocess.c406 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
434 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
Dperfmon.c680 ia64_rsm(IA64_PSR_UP); in pfm_clear_psr_up()
687 ia64_ssm(IA64_PSR_UP); in pfm_set_psr_up()
4092 ctx->ctx_saved_psr_up = IA64_PSR_UP; in pfm_start()
4589 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_exit_thread()
5845 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5909 ctx->ctx_saved_psr_up = psr & IA64_PSR_UP; in pfm_save_regs()
5919 BUG_ON(psr & IA64_PSR_UP); in pfm_lazy_save_regs()
6003 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6150 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6699 psr & IA64_PSR_UP ? 1 : 0, in dump_pmu_state()