Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dminmax.h49 #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ argument
50 (2 + __is_nonneg(ux)) : (1 + 2 * (sizeof(ux) < 4)))
68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0) argument
71 (typeof(__builtin_choose_expr(sizeof(ux) > 4, 1LL, 1L)))(ux) >= 0)
74 #define __types_ok(ux, uy) \ argument
75 (__sign_use(ux) & __sign_use(uy))
77 #define __types_ok3(ux, uy, uz) \ argument
86 ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); })
93 BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \
95 __cmp(op, ux, uy); })
[all …]
/linux-6.15/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c934 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in __igt_mmap() local
937 if (get_user(x, ux)) { in __igt_mmap()
953 if (put_user(x, ux)) { in __igt_mmap()
1116 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in ___igt_mmap_migrate() local
1119 if (get_user(x, ux)) { in ___igt_mmap_migrate()
1146 if (put_user(x, ux)) { in ___igt_mmap_migrate()
1548 u32 __user *ux; in __igt_mmap_gpu() local
1576 ux = u64_to_user_ptr((u64)addr); in __igt_mmap_gpu()
1578 if (put_user(bbe, ux)) { in __igt_mmap_gpu()
/linux-6.15/arch/arm64/kvm/
H A Dat.c47 bool ux; member
883 wr->ux = !(wr->desc & PTE_UXN); in compute_s1_direct_permissions()
885 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions()
934 wr->ux &= !wr->UXNTable; in compute_s1_hierarchical_permissions()
957 (wr)->ux = (x); \
1108 wr->ux &= uov_perms & POE_X; in compute_s1_overlay_permissions()
1140 wr->ux = false; in compute_s1_permissions()
1141 if (wr->uov && wr->ux) in compute_s1_permissions()
1146 (pan3_enabled(vcpu, wi->regime) && wr->ux)); in compute_s1_permissions()
/linux-6.15/net/ipv4/
H A Dtcp_cdg.c103 static u32 __pure nexp_u32(u32 ux) in nexp_u32() argument
111 u32 msb = ux >> 8; in nexp_u32()
120 res = U32_MAX - (ux & 0xff) * (U32_MAX / 1000000); in nexp_u32()
/linux-6.15/include/trace/events/
H A Dext4.h1539 struct ext4_extent *ux),
1541 TP_ARGS(inode, map, ux),
1558 __entry->u_lblk = le32_to_cpu(ux->ee_block);
1559 __entry->u_len = ext4_ext_get_actual_len(ux);
1560 __entry->u_pblk = ext4_ext_pblock(ux);
1577 struct ext4_extent *ux, struct ext4_extent *ix),
1579 TP_ARGS(inode, map, ux, ix),
1599 __entry->u_lblk = le32_to_cpu(ux->ee_block);
1600 __entry->u_len = ext4_ext_get_actual_len(ux);
1601 __entry->u_pblk = ext4_ext_pblock(ux);