Home
last modified time | relevance | path

Searched refs:_IA64_REG_AR_KR0 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/
Dgcc_intrin.h42 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_EC: \
44 "i" (regnum - _IA64_REG_AR_KR0), \
82 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_EC: \
84 : "i"(regnum - _IA64_REG_AR_KR0)); \
Dia64regs.h33 #define _IA64_REG_AR_KR0 3072 macro
Dprocessor.h386 case 0: r = ia64_getreg(_IA64_REG_AR_KR0); break; \
402 case 0: ia64_setreg(_IA64_REG_AR_KR0, r); break; \
/linux-3.4.99/arch/ia64/xen/
Dxen_pv_ops.c301 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_KR7: in xen_setreg()
302 xen_set_kr(regnum - _IA64_REG_AR_KR0, val); in xen_setreg()
751 "mov r2 = " __stringify(_IA64_REG_AR_KR0) "\n"
757 __stringify(_IA64_REG_AR_KR7) " - " __stringify(_IA64_REG_AR_KR0)
/linux-3.4.99/arch/ia64/hp/sim/boot/
Dbootloader.c163 ia64_setreg(_IA64_REG_AR_KR0, 0xffffc000000UL); in start_bootloader()