Home
last modified time | relevance | path

Searched refs:__get_mem_asm (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm64/include/asm/
H A Duaccess.h188 #define __get_mem_asm(load, reg, x, addr, label, type) \ macro
195 #define __get_mem_asm(load, reg, x, addr, label, type) do { \ macro
211 __get_mem_asm(ldr "b", "%w", __gu_val, (ptr), label, type); \
214 __get_mem_asm(ldr "h", "%w", __gu_val, (ptr), label, type); \
217 __get_mem_asm(ldr, "%w", __gu_val, (ptr), label, type); \
220 __get_mem_asm(ldr, "%x", __gu_val, (ptr), label, type); \