Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dgcc_intrin.h41 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_EC: \
43 "i" (regnum - _IA64_REG_AR_KR0), \
81 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_EC: \
83 : "i"(regnum - _IA64_REG_AR_KR0)); \
Dia64regs.h33 #define _IA64_REG_AR_KR0 3072 macro
Dprocessor.h425 case 0: r = ia64_getreg(_IA64_REG_AR_KR0); break; \
441 case 0: ia64_setreg(_IA64_REG_AR_KR0, r); break; \
/arch/ia64/xen/
Dxen_pv_ops.c176 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_KR7: in xen_setreg()
177 xen_set_kr(regnum - _IA64_REG_AR_KR0, val); in xen_setreg()
/arch/ia64/hp/sim/boot/
Dbootloader.c164 ia64_setreg(_IA64_REG_AR_KR0, 0xffffc000000UL); in start_bootloader()