Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/include/uapi/asm/
Dgcc_intrin.h39 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_EC: \
41 "i" (regnum - _IA64_REG_AR_KR0), \
79 case _IA64_REG_AR_KR0 ... _IA64_REG_AR_EC: \
81 : "i"(regnum - _IA64_REG_AR_KR0)); \
Dia64regs.h33 #define _IA64_REG_AR_KR0 3072 macro
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.c163 ia64_setreg(_IA64_REG_AR_KR0, 0xffffc000000UL); in start_bootloader()
/linux-4.1.27/arch/ia64/include/asm/
Dprocessor.h364 case 0: r = ia64_getreg(_IA64_REG_AR_KR0); break; \
380 case 0: ia64_setreg(_IA64_REG_AR_KR0, r); break; \