Searched refs:__DEFINE_GET_AR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt.c | 405 #define __DEFINE_GET_AR(id, reg) __DEFINE_GET_REG(AR_ ## id, ar.reg) macro 423 __DEFINE_GET_AR(RSC, rsc) 424 __DEFINE_GET_AR(BSP, bsp) 425 __DEFINE_GET_AR(BSPSTORE, bspstore) 426 __DEFINE_GET_AR(RNAT, rnat) 427 __DEFINE_GET_AR(FCR, fcr) 428 __DEFINE_GET_AR(EFLAG, eflag) 429 __DEFINE_GET_AR(CSD, csd) 430 __DEFINE_GET_AR(SSD, ssd) 432 __DEFINE_GET_AR(FSR, fsr) [all …]
|