Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/include/asm/
Duaccess.h276 #define __put_mem_asm(store, reg, x, addr, err, type) \ macro
289 __put_mem_asm(str "b", "%w", __pu_val, (ptr), (err), type); \
292 __put_mem_asm(str "h", "%w", __pu_val, (ptr), (err), type); \
295 __put_mem_asm(str, "%w", __pu_val, (ptr), (err), type); \
298 __put_mem_asm(str, "%x", __pu_val, (ptr), (err), type); \