Home
last modified time | relevance | path

Searched refs:ia64_getreg (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/ia64/include/asm/
Ddelay.h34 result = ia64_getreg(_IA64_REG_CR_ITM); in ia64_get_itm()
49 return ia64_getreg(_IA64_REG_CR_ITV); in ia64_get_itv()
64 result = ia64_getreg(_IA64_REG_AR_ITC); in ia64_get_itc()
68 result = ia64_getreg(_IA64_REG_AR_ITC); in ia64_get_itc()
Dprocessor.h364 case 0: r = ia64_getreg(_IA64_REG_AR_KR0); break; \
365 case 1: r = ia64_getreg(_IA64_REG_AR_KR1); break; \
366 case 2: r = ia64_getreg(_IA64_REG_AR_KR2); break; \
367 case 3: r = ia64_getreg(_IA64_REG_AR_KR3); break; \
368 case 4: r = ia64_getreg(_IA64_REG_AR_KR4); break; \
369 case 5: r = ia64_getreg(_IA64_REG_AR_KR5); break; \
370 case 6: r = ia64_getreg(_IA64_REG_AR_KR6); break; \
371 case 7: r = ia64_getreg(_IA64_REG_AR_KR7); break; \
458 psr = ia64_getreg(_IA64_REG_PSR); in ia64_clear_ic()
560 case 0: irr = ia64_getreg(_IA64_REG_CR_IRR0); break; in ia64_get_irr()
[all …]
Dirqflags.h21 last_cli_ip = ia64_getreg(_IA64_REG_IP); in arch_maybe_save_ip()
41 return ia64_getreg(_IA64_REG_PSR); in arch_local_save_flags()
Dcurrent.h15 #define current ((struct task_struct *) ia64_getreg(_IA64_REG_TP))
Dtimex.h38 ret = ia64_getreg(_IA64_REG_AR_ITC); in get_cycles()
Duaccess.h169 (err) = ia64_getreg(_IA64_REG_R8); \
170 (val) = ia64_getreg(_IA64_REG_R9); \
176 (err) = ia64_getreg(_IA64_REG_R8); \
Dsmp.h38 lid.bits = ia64_getreg(_IA64_REG_CR_LID); in ia64_get_lid()
/linux-4.1.27/arch/ia64/kernel/
Dirq_ia64.c455 bsp = ia64_getreg(_IA64_REG_AR_BSP); in ia64_handle_irq()
456 sp = ia64_getreg(_IA64_REG_SP); in ia64_handle_irq()
476 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR); in ia64_handle_irq()
531 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR); in ia64_process_pending_intr()
Dmachine_kexec.c101 gp = ia64_tpa(ia64_getreg(_IA64_REG_GP)); in ia64_machine_kexec()
Dmca.c648 __func__, smp_processor_id(), ia64_getreg(_IA64_REG_CR_CMCV)); in ia64_mca_cmc_vector_setup()
668 cmcv.cmcv_regval = ia64_getreg(_IA64_REG_CR_CMCV); in ia64_mca_cmc_vector_disable()
694 cmcv.cmcv_regval = ia64_getreg(_IA64_REG_CR_CMCV); in ia64_mca_cmc_vector_enable()
2041 ia64_tpa(ia64_getreg(_IA64_REG_GP)), in ia64_mca_init()
2044 ia64_tpa(ia64_getreg(_IA64_REG_GP)), in ia64_mca_init()
Dprocess.c390 child_ptregs->cr_ipsr = ia64_getreg(_IA64_REG_PSR) | IA64_PSR_BN; in copy_thread()
394 = ia64_getreg(_IA64_REG_AR_FPSR); in copy_thread()
Dperfmon.c693 tmp = ia64_getreg(_IA64_REG_PSR); in pfm_get_psr()
1027 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_restore_monitoring()
1084 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_restore_monitoring()
3979 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_stop()
4073 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_start()
5752 dcr = ia64_getreg(_IA64_REG_CR_DCR); in pfm_syst_wide_update_task()
6696 dcr = ia64_getreg(_IA64_REG_CR_DCR); in dump_pmu_state()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dsn_cpuid.h98 #define get_sapicid() ((ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff)
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dintrinsics.h112 #define ia64_getreg IA64_INTRINSIC_MACRO(getreg) macro
Dcmpxchg.h144 ip = (void *) ia64_getreg(_IA64_REG_IP); \