Searched refs:ia64_getreg (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcurrent.h15 #define current ((struct task_struct *) ia64_getreg(_IA64_REG_TP))
H A Ddelay.h34 result = ia64_getreg(_IA64_REG_CR_ITM);
49 return ia64_getreg(_IA64_REG_CR_ITV);
64 result = ia64_getreg(_IA64_REG_AR_ITC);
68 result = ia64_getreg(_IA64_REG_AR_ITC);
H A Dtimex.h38 ret = ia64_getreg(_IA64_REG_AR_ITC);
H A Dprocessor.h384 case 0: r = ia64_getreg(_IA64_REG_AR_KR0); break; \
385 case 1: r = ia64_getreg(_IA64_REG_AR_KR1); break; \
386 case 2: r = ia64_getreg(_IA64_REG_AR_KR2); break; \
387 case 3: r = ia64_getreg(_IA64_REG_AR_KR3); break; \
388 case 4: r = ia64_getreg(_IA64_REG_AR_KR4); break; \
389 case 5: r = ia64_getreg(_IA64_REG_AR_KR5); break; \
390 case 6: r = ia64_getreg(_IA64_REG_AR_KR6); break; \
391 case 7: r = ia64_getreg(_IA64_REG_AR_KR7); break; \
478 psr = ia64_getreg(_IA64_REG_PSR);
579 case 0: irr = ia64_getreg(_IA64_REG_CR_IRR
[all...]
H A Dsystem.h124 #define __local_save_flags() ia64_getreg(_IA64_REG_PSR)
147 # define __save_ip() last_cli_ip = ia64_getreg(_IA64_REG_IP)
H A Dsmp.h38 lid.bits = ia64_getreg(_IA64_REG_CR_LID);
H A Duaccess.h169 (err) = ia64_getreg(_IA64_REG_R8); \
170 (val) = ia64_getreg(_IA64_REG_R9); \
175 (err) = ia64_getreg(_IA64_REG_R8); \
H A Dintrinsics.h187 ip = (void *) ia64_getreg(_IA64_REG_IP); \
234 #define ia64_getreg IA64_INTRINSIC_MACRO(getreg) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dsn_cpuid.h98 #define get_sapicid() ((ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmachine_kexec.c100 gp = ia64_tpa(ia64_getreg(_IA64_REG_GP));
H A Dirq_ia64.c467 bsp = ia64_getreg(_IA64_REG_AR_BSP);
468 sp = ia64_getreg(_IA64_REG_SP);
488 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
543 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
H A Dmca.c638 __func__, smp_processor_id(), ia64_getreg(_IA64_REG_CR_CMCV));
658 cmcv.cmcv_regval = ia64_getreg(_IA64_REG_CR_CMCV);
684 cmcv.cmcv_regval = ia64_getreg(_IA64_REG_CR_CMCV);
2008 ia64_tpa(ia64_getreg(_IA64_REG_GP)),
2011 ia64_tpa(ia64_getreg(_IA64_REG_GP)),
H A Dprocess.c654 regs.pt.cr_ipsr = ia64_getreg(_IA64_REG_PSR) | IA64_PSR_BN;
656 regs.sw.ar_fpsr = regs.pt.ar_fpsr = ia64_getreg(_IA64_REG_AR_FPSR);
H A Dperfmon.c700 tmp = ia64_getreg(_IA64_REG_PSR);
1035 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP);
1088 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP);
3948 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP);
4042 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP);
5724 dcr = ia64_getreg(_IA64_REG_CR_DCR);
6647 dcr = ia64_getreg(_IA64_REG_CR_DCR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvcpu.c311 old_rsc = ia64_getreg(_IA64_REG_AR_RSC);
315 bspstore = (unsigned long *)ia64_getreg(_IA64_REG_AR_BSPSTORE);
325 bspstore = (unsigned long *)ia64_getreg(_IA64_REG_AR_BSPSTORE);
330 *nat = (int)!!(ia64_getreg(_IA64_REG_AR_RNAT)
354 old_rsc = ia64_getreg(_IA64_REG_AR_RSC);
365 bspstore = (unsigned long *)ia64_getreg(_IA64_REG_AR_BSPSTORE);
371 bspstore = (unsigned long *)ia64_getreg(_IA64_REG_AR_BSPSTORE);
372 rnat = ia64_getreg(_IA64_REG_AR_RNAT);
382 rnat = ia64_getreg(_IA64_REG_AR_RNAT);
804 return ia64_getreg(_IA64_REG_AR_IT
[all...]
H A Dkvm-ia64.c78 return ia64_getreg(_IA64_REG_AR_ITC);
169 unsigned long host_iva = ia64_getreg(_IA64_REG_CR_IVA);
H A Dvcpu.h345 #define current_vcpu ((struct kvm_vcpu *) ia64_getreg(_IA64_REG_TP))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxen_pv_ops.c55 unsigned long rsc = ia64_getreg(_IA64_REG_AR_RSC);

Completed in 136 milliseconds