Searched refs:__ASM_STR (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/riscv/include/asm/ |
D | asm.h | 10 #define __ASM_STR(x) x macro 12 #define __ASM_STR(x) #x macro 16 #define __REG_SEL(a, b) __ASM_STR(a) 18 #define __REG_SEL(a, b) __ASM_STR(b) 54 #define RISCV_INT __ASM_STR(.word) 55 #define RISCV_SZINT __ASM_STR(4) 56 #define RISCV_LGINT __ASM_STR(2) 62 #define RISCV_SHORT __ASM_STR(.half) 63 #define RISCV_SZSHORT __ASM_STR(2) 64 #define RISCV_LGSHORT __ASM_STR(1)
|
D | csr.h | 160 __asm__ __volatile__ ("csrrw %0, " __ASM_STR(csr) ", %1"\ 169 __asm__ __volatile__ ("csrr %0, " __ASM_STR(csr) \ 178 __asm__ __volatile__ ("csrw " __ASM_STR(csr) ", %0" \ 186 __asm__ __volatile__ ("csrrs %0, " __ASM_STR(csr) ", %1"\ 195 __asm__ __volatile__ ("csrs " __ASM_STR(csr) ", %0" \ 203 __asm__ __volatile__ ("csrrc %0, " __ASM_STR(csr) ", %1"\ 212 __asm__ __volatile__ ("csrc " __ASM_STR(csr) ", %0" \
|