Home
last modified time | relevance | path

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

/linux-6.15/arch/xtensa/include/asm/
H A Duaccess.h130 #define __put_user_asm(x_, addr_, err_, align, insn, cb)\ argument
146 :[err] "+r"(err_), [tmp] "=r"(cb), [mem] "=m"(*(addr_)) \
198 #define __get_user_asm(x_, addr_, err_, align, insn, cb) \ argument
216 :[err] "+r"(err_), [tmp] "=r"(cb), [x] "+r"(__x) \
/linux-6.15/sound/soc/codecs/
H A Drk817_codec.c494 goto err_; in rk817_platform_probe()
501 goto err_; in rk817_platform_probe()
516 err_: in rk817_platform_probe()
/linux-6.15/scripts/dtc/libfdt/
H A Dfdt_rw.c44 int err_; \
45 if ((err_ = fdt_rw_probe_(fdt)) != 0) \
46 return err_; \
/linux-6.15/Documentation/hid/
H A Dhid-transport.rst198 goto err_<...>;
216 goto err_<...>;
/linux-6.15/tools/testing/selftests/kvm/s390/
H A Dmemop.c215 #define ERR_MOP(...) MEMOP(err_, __VA_ARGS__)