Searched refs:DEF_PTREG (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/frv/kernel/ |
D | asm-offsets.c | 17 #define DEF_PTREG(sym, reg) \ macro 45 DEF_PTREG(REG_PSR, psr); in foo() 46 DEF_PTREG(REG_ISR, isr); in foo() 47 DEF_PTREG(REG_CCR, ccr); in foo() 48 DEF_PTREG(REG_CCCR, cccr); in foo() 49 DEF_PTREG(REG_LR, lr); in foo() 50 DEF_PTREG(REG_LCR, lcr); in foo() 51 DEF_PTREG(REG_PC, pc); in foo() 52 DEF_PTREG(REG__STATUS, __status); in foo() 53 DEF_PTREG(REG_SYSCALLNO, syscallno); in foo() [all …]
|