Searched refs:err_ (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/xtensa/include/asm/ |
| H A D | uaccess.h | 130 #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 D | rk817_codec.c | 494 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 D | fdt_rw.c | 44 int err_; \ 45 if ((err_ = fdt_rw_probe_(fdt)) != 0) \ 46 return err_; \
|
| /linux-6.15/Documentation/hid/ |
| H A D | hid-transport.rst | 198 goto err_<...>; 216 goto err_<...>;
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | memop.c | 215 #define ERR_MOP(...) MEMOP(err_, __VA_ARGS__)
|