Searched refs:__DEFINE_SET_CR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt.c | 484 #define __DEFINE_SET_CR(id, reg) __DEFINE_SET_REG(CR_ ## id, cr.reg) macro 526 __DEFINE_SET_CR(DCR, dcr) 527 __DEFINE_SET_CR(ITM, itm) 528 __DEFINE_SET_CR(IVA, iva) 529 __DEFINE_SET_CR(PTA, pta) 530 __DEFINE_SET_CR(IPSR, ipsr) 531 __DEFINE_SET_CR(ISR, isr) 532 __DEFINE_SET_CR(IIP, iip) 533 __DEFINE_SET_CR(IFA, ifa) 534 __DEFINE_SET_CR(ITIR, itir) [all …]
|