Home
last modified time | relevance | path

Searched refs:__r (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/linux-user/aarch64/
H A Dcpu_loop.c31 ({ abi_long __r = get_user_u32((x), (gaddr)); \
32 if (!__r && bswap_code(arm_sctlr_b(env))) { \
35 __r; \
39 ({ abi_long __r = get_user_u16((x), (gaddr)); \
40 if (!__r && bswap_code(arm_sctlr_b(env))) { \
43 __r; \
47 ({ abi_long __r = get_user_u32((x), (gaddr)); \
48 if (!__r && arm_cpu_bswap_data(env)) { \
51 __r; \
55 ({ abi_long __r = get_user_u16((x), (gaddr)); \
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h17 const struct drbd_resource *__r = __d->resource
19 #define __drbd_printk_drbd_device_args() __r->name, __d->vnr, __d->minor
24 const struct drbd_resource *__r; \
26 __r = __d->resource
30 __r->name, __d->vnr, __d->minor
34 const struct drbd_resource *__r = resource
36 #define __drbd_printk_drbd_resource_args() __r->name
41 const struct drbd_resource *__r = __c->resource
45 __r->name
/openbmc/linux/arch/riscv/include/asm/
H A Dmmio.h87 #define readb_cpu(c) ({ u8 __r = __raw_readb(c); __r; })
88 #define readw_cpu(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; })
89 #define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
96 #define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; })
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c31 ({ abi_long __r = get_user_u32((x), (gaddr)); \
32 if (!__r && bswap_code(arm_sctlr_b(env))) { \
35 __r; \
39 ({ abi_long __r = get_user_u16((x), (gaddr)); \
40 if (!__r && bswap_code(arm_sctlr_b(env))) { \
43 __r; \
47 ({ abi_long __r = get_user_u32((x), (gaddr)); \
48 if (!__r && arm_cpu_bswap_data(env)) { \
51 __r; \
55 ({ abi_long __r = get_user_u16((x), (gaddr)); \
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dbpf_core_read.h444 ___type((src), a, ##__VA_ARGS__) __r; \
445 BPF_CORE_READ_INTO(&__r, (src), a, ##__VA_ARGS__); \
446 __r; \
460 ___type((src), a, ##__VA_ARGS__) __r; \
461 BPF_CORE_READ_USER_INTO(&__r, (src), a, ##__VA_ARGS__); \
462 __r; \
467 ___type((src), a, ##__VA_ARGS__) __r; \
468 BPF_PROBE_READ_INTO(&__r, (src), a, ##__VA_ARGS__); \
469 __r; \
479 ___type((src), a, ##__VA_ARGS__) __r; \
[all …]
/openbmc/linux/arch/alpha/math-emu/
H A Dsfp-util.h22 do { unsigned long __r; \
23 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
24 (r) = __r; \
/openbmc/linux/include/media/
H A Ddvbdev.h462 void *__r = NULL; \
465 __r = (void *) __a(ARGS); \
466 if (__r == NULL) \
471 __r; \
/openbmc/linux/arch/arm/include/asm/
H A Dio.h274 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; })
275 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \
276 __raw_readw(c)); __r; })
277 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \
278 __raw_readl(c)); __r; })
/openbmc/linux/arch/arc/include/asm/
H A Dio.h223 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \
224 __raw_readw(c)); __r; })
225 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \
226 __raw_readl(c)); __r; })
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h11 #define MSM_MEDIA_ROUNDUP(__sz, __r) (((__sz) + ((__r) - 1)) / (__r)) argument
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h145 int __r = 0; \
147 __r = !!(__set->fds[__fd / FD_SETIDXMASK] & \
149 __r; \
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h216 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \
217 __raw_readw(c)); __r; })
218 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \
219 __raw_readl(c)); __r; })
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h200 USItype __r; \
201 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
202 (r) = __r; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/renderdoc/
H A D0001-jpeg-compressor-Reorder-stdio.h-include-location.patch10 | 128 | int __r = __builtin___vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1,
13 | 128 | int __r = __builtin___vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1,
/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h208 int __r; \
209 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
210 __r; \
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dregd.c19 const struct rtw_regd *__r = &__d->regd; \
23 __r->regulatory->alpha2[0], \
24 __r->regulatory->alpha2[1], \
25 __r->regulatory->txpwr_regd_2g, \
26 __r->regulatory->txpwr_regd_5g, \
27 __r->dfs_region); \
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h180 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h163 do { UDItype __r; \
164 (q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
165 (r) = __r; \
340 do { USItype __r; \
341 (q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
342 (r) = __r; \
1347 UWtype __r; \
1348 (q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \
1349 (r) = __r; \
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dregd.c279 typeof(_regd) __r = _regd; \
282 ##_argv, __r->alpha2[0], __r->alpha2[1], \
283 __r->txpwr_regd[RTW89_BAND_2G], \
284 __r->txpwr_regd[RTW89_BAND_5G], \
285 __r->txpwr_regd[RTW89_BAND_6G]); \
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gpuva_mgr.c1413 struct drm_gpuva_op_remap *__r = &__op->remap; in drm_gpuva_sm_step() local
1416 r->unmap = kmemdup(__r->unmap, sizeof(*r->unmap), in drm_gpuva_sm_step()
1421 if (__r->prev) { in drm_gpuva_sm_step()
1422 r->prev = kmemdup(__r->prev, sizeof(*r->prev), in drm_gpuva_sm_step()
1428 if (__r->next) { in drm_gpuva_sm_step()
1429 r->next = kmemdup(__r->next, sizeof(*r->next), in drm_gpuva_sm_step()
/openbmc/linux/arch/riscv/kvm/
H A Daia_imsic.c63 unsigned long __r; \
65 __r = csr_read(CSR_VSIREG); \
66 __r; \
103 unsigned long __r; \
105 __r = csr_swap(CSR_VSIREG, __v); \
106 __r; \
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dmipi-csis.c271 #define s5pcsis_write(__csis, __r, __v) writel(__v, __csis->regs + __r) argument
272 #define s5pcsis_read(__csis, __r) readl(__csis->regs + __r) argument
/openbmc/linux/net/wireless/
H A Dcore.h573 #define CFG80211_DEV_WARN_ON(cond) ({bool __r = (cond); __r; })
/openbmc/linux/drivers/media/v4l2-core/
H A Dtuner-core.c189 int __r = -EINVAL; \
192 __r = (int) __a(ARGS); \
198 __r; \
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Drc.c647 struct tid_rdma_request *__r; in hfi1_make_rc_req() local
650 __r = wqe_to_tid_req(__w); in hfi1_make_rc_req()
673 __r->state == TID_REQUEST_INACTIVE || in hfi1_make_rc_req()
674 __r->state == TID_REQUEST_COMPLETE || in hfi1_make_rc_req()
675 ((__r->state == TID_REQUEST_ACTIVE || in hfi1_make_rc_req()
676 __r->state == TID_REQUEST_SYNC) && in hfi1_make_rc_req()
677 __r->comp_seg == __r->total_segs)) { in hfi1_make_rc_req()

12