Home
last modified time | relevance | path

Searched refs:UL (Results 1 – 25 of 54) sorted by relevance

123

/include/vdso/
A Dlimits.h11 #define LONG_MAX ((long)(~0UL >> 1))
13 #define ULONG_MAX (~0UL)
A Dbits.h7 #define BIT(nr) (UL(1) << (nr))
A Dconst.h7 #define UL(x) (_UL(x)) macro
A Dpage.h15 #define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT)
/include/linux/
A Dhung_task.h58 WRITE_ONCE(current->blocker, 0UL); in hung_task_clear_blocker()
91 return 0UL; in hung_task_get_blocker_type()
A Dshrinker.h58 #define SHRINK_STOP (~0UL)
59 #define SHRINK_EMPTY (~0UL - 1)
A Dpoison.h13 # define POISON_POINTER_DELTA _AC(CONFIG_ILLEGAL_POINTER_VALUE, UL)
A Dsemaphore.h27 , .last_holder = 0UL
A Dunwind_deferred.h56 } while (!try_cmpxchg(&info->unwind_mask, &bits, 0UL)); in unwind_reset_info()
A Dbits.h8 #define BIT_MASK(nr) (UL(1) << ((nr) % BITS_PER_LONG))
A Dfind.h189 return val == ~0UL ? size : ffz(val); in find_next_zero_bit()
390 return val == ~0UL ? size : ffz(val); in find_first_zero_bit()
541 return val == ~0UL ? size : ffz(val); in find_next_zero_bit_le()
555 return val == ~0UL ? size : ffz(val); in find_first_zero_bit_le()
A Dbitops.h226 if (l == 0UL) in get_count_order_long()
273 if (((u32)word) == 0UL) in __ffs64()
/include/uapi/rdma/
A Dib_user_ioctl_verbs.h175 IB_UVERBS_FLOW_ACTION_ESP_FLAGS_INLINE_CRYPTO = 0UL << 0, /* Default */
178 IB_UVERBS_FLOW_ACTION_ESP_FLAGS_TUNNEL = 0UL << 1, /* Default */
181 IB_UVERBS_FLOW_ACTION_ESP_FLAGS_DECRYPT = 0UL << 2, /* Default */
/include/xen/interface/
A Dxen.h365 #define UVMF_NONE (0UL<<0) /* No flushing at all. */
369 #define UVMF_MULTI (0UL<<2) /* Flush subset of TLBs. */
370 #define UVMF_LOCAL (0UL<<2) /* Flush local TLB. */
737 #define __mk_unsigned_long(x) x ## UL
/include/uapi/asm-generic/
A Dresource.h58 # define RLIM_INFINITY (~0UL)
/include/xen/
A Dpage.h9 #define XEN_PAGE_SIZE (_AC(1, UL) << XEN_PAGE_SHIFT)
/include/uapi/linux/
A Dconst.h25 #define _UL(x) (_AC(x, UL))
A Dprctl.h238 # define PR_MTE_TCF_NONE 0UL
/include/crypto/
A Dutils.h70 return __crypto_memneq(a, b, size) != 0UL ? 1 : 0; in crypto_memneq()
/include/net/
A Daddrconf.h213 return ~0UL; in addrconf_timeout_fixup()
491 return ((p[0] ^ cpu_to_be64(0xff02000000000000UL)) | (p[1] ^ cpu_to_be64(1))) == 0UL; in ipv6_addr_is_ll_all_nodes()
503 return ((p[0] ^ cpu_to_be64(0xff02000000000000UL)) | (p[1] ^ cpu_to_be64(2))) == 0UL; in ipv6_addr_is_ll_all_routers()
522 cpu_to_be64(0xffffffffff000000UL))) == 0UL; in ipv6_addr_is_solict_mult()
537 (p[1] ^ cpu_to_be64(0x6a))) == 0UL; in ipv6_addr_is_all_snoopers()
/include/linux/clk/
A Dat91_pmc.h50 #define AT91_PMC_PLL_ACR_DEFAULT_UPLL UL(0x12020010) /* Default PLL ACR value for UPLL */
51 #define AT91_PMC_PLL_ACR_DEFAULT_PLLA UL(0x00020010) /* Default PLL ACR value for PLLA */
/include/xen/arm/
A Dpage.h30 #define INVALID_P2M_ENTRY (~0UL)
/include/asm-generic/
A Dmemory_model.h15 #define ARCH_PFN_OFFSET (0UL)
/include/linux/irqchip/
A Darm-gic-v5.h23 #define GICV5_HWIRQ_TYPE_PPI UL(0x1)
24 #define GICV5_HWIRQ_TYPE_LPI UL(0x2)
25 #define GICV5_HWIRQ_TYPE_SPI UL(0x3)
/include/uapi/drm/
A Damdxdna_accel.h16 #define AMDXDNA_INVALID_CMD_HANDLE (~0UL)
17 #define AMDXDNA_INVALID_ADDR (~0UL)

Completed in 34 milliseconds

123