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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
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.h361 case 0: r = ia64_getreg(_IA64_REG_AR_KR0); break; \
362 case 1: r = ia64_getreg(_IA64_REG_AR_KR1); break; \
363 case 2: r = ia64_getreg(_IA64_REG_AR_KR2); break; \
364 case 3: r = ia64_getreg(_IA64_REG_AR_KR3); break; \
365 case 4: r = ia64_getreg(_IA64_REG_AR_KR4); break; \
366 case 5: r = ia64_getreg(_IA64_REG_AR_KR5); break; \
367 case 6: r = ia64_getreg(_IA64_REG_AR_KR6); break; \
368 case 7: r = ia64_getreg(_IA64_REG_AR_KR7); break; \
460 psr = ia64_getreg(_IA64_REG_PSR);
561 case 0: irr = ia64_getreg(_IA64_REG_CR_IRR
[all...]
H A Dsystem.h121 (x) = ia64_getreg(_IA64_REG_PSR); \
138 # define __save_ip() last_cli_ip = ia64_getreg(_IA64_REG_IP)
169 #define local_save_flags(flags) ({ ia64_stop(); (flags) = ia64_getreg(_IA64_REG_PSR); })
H A Dsmp.h37 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 Dintel_intrin.h19 #define ia64_getreg __getReg macro
H A Dintrinsics.h169 ip = (void *) ia64_getreg(_IA64_REG_IP); \
H A Dgcc_intrin.h58 #define ia64_getreg(regnum) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dsn_cpuid.h98 #define get_sapicid() ((ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_traps.c97 fsr = ia64_getreg(_IA64_REG_AR_FSR);
98 fcr = ia64_getreg(_IA64_REG_AR_FCR);
H A Dia32_support.c102 t->thread.eflag = ia64_getreg(_IA64_REG_AR_EFLAG);
103 t->thread.fsr = ia64_getreg(_IA64_REG_AR_FSR);
104 t->thread.fcr = ia64_getreg(_IA64_REG_AR_FCR);
105 t->thread.fir = ia64_getreg(_IA64_REG_AR_FIR);
106 t->thread.fdr = ia64_getreg(_IA64_REG_AR_FDR);
H A Dia32_signal.c220 fsr = ia64_getreg(_IA64_REG_AR_FSR);
221 fcr = ia64_getreg(_IA64_REG_AR_FCR);
222 fir = ia64_getreg(_IA64_REG_AR_FIR);
223 fdr = ia64_getreg(_IA64_REG_AR_FDR);
336 fsr = ia64_getreg(_IA64_REG_AR_FSR);
337 fcr = ia64_getreg(_IA64_REG_AR_FCR);
338 fir = ia64_getreg(_IA64_REG_AR_FIR);
339 fdr = ia64_getreg(_IA64_REG_AR_FDR);
624 flag = ia64_getreg(_IA64_REG_AR_EFLAG);
700 flag = ia64_getreg(_IA64_REG_AR_EFLA
[all...]
H A Delfcore32.h85 pr_reg[14] = ia64_getreg(_IA64_REG_AR_EFLAG); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dirq_ia64.c157 bsp = ia64_getreg(_IA64_REG_AR_BSP);
158 sp = ia64_getreg(_IA64_REG_SP);
182 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
228 saved_tpr = ia64_getreg(_IA64_REG_CR_TPR);
339 phys_cpu_id = (ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff;
H A Dmca.c609 __FUNCTION__, smp_processor_id(), ia64_getreg(_IA64_REG_CR_CMCV));
629 cmcv.cmcv_regval = ia64_getreg(_IA64_REG_CR_CMCV);
656 cmcv.cmcv_regval = ia64_getreg(_IA64_REG_CR_CMCV);
1850 ia64_tpa(ia64_getreg(_IA64_REG_GP)),
1853 ia64_tpa(ia64_getreg(_IA64_REG_GP)),
H A Dprocess.c678 regs.pt.cr_ipsr = ia64_getreg(_IA64_REG_PSR) | IA64_PSR_BN;
680 regs.sw.ar_fpsr = regs.pt.ar_fpsr = ia64_getreg(_IA64_REG_AR_FPSR);
H A Dperfmon.c719 tmp = ia64_getreg(_IA64_REG_PSR);
1014 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP);
1066 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP);
3989 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP);
4083 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP);
5762 dcr = ia64_getreg(_IA64_REG_CR_DCR);
6688 dcr = ia64_getreg(_IA64_REG_CR_DCR);

Completed in 119 milliseconds