Searched refs:__get_mem_asm (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | uaccess.h | 186 #define __get_mem_asm(load, reg, x, addr, label, type) \ macro 193 #define __get_mem_asm(load, reg, x, addr, label, type) do { \ macro 209 __get_mem_asm(ldr "b", "%w", __gu_val, (ptr), label, type); \ 212 __get_mem_asm(ldr "h", "%w", __gu_val, (ptr), label, type); \ 215 __get_mem_asm(ldr, "%w", __gu_val, (ptr), label, type); \ 218 __get_mem_asm(ldr, "%x", __gu_val, (ptr), label, type); \
|