Searched refs:UL (Results 1 – 25 of 54) sorted by relevance
123
| /include/vdso/ |
| A D | limits.h | 11 #define LONG_MAX ((long)(~0UL >> 1)) 13 #define ULONG_MAX (~0UL)
|
| A D | bits.h | 7 #define BIT(nr) (UL(1) << (nr))
|
| A D | const.h | 7 #define UL(x) (_UL(x)) macro
|
| A D | page.h | 15 #define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT)
|
| /include/linux/ |
| A D | hung_task.h | 58 WRITE_ONCE(current->blocker, 0UL); in hung_task_clear_blocker() 91 return 0UL; in hung_task_get_blocker_type()
|
| A D | shrinker.h | 58 #define SHRINK_STOP (~0UL) 59 #define SHRINK_EMPTY (~0UL - 1)
|
| A D | poison.h | 13 # define POISON_POINTER_DELTA _AC(CONFIG_ILLEGAL_POINTER_VALUE, UL)
|
| A D | semaphore.h | 27 , .last_holder = 0UL
|
| A D | unwind_deferred.h | 56 } while (!try_cmpxchg(&info->unwind_mask, &bits, 0UL)); in unwind_reset_info()
|
| A D | bits.h | 8 #define BIT_MASK(nr) (UL(1) << ((nr) % BITS_PER_LONG))
|
| A D | find.h | 189 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 D | bitops.h | 226 if (l == 0UL) in get_count_order_long() 273 if (((u32)word) == 0UL) in __ffs64()
|
| /include/uapi/rdma/ |
| A D | ib_user_ioctl_verbs.h | 175 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 D | xen.h | 365 #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 D | resource.h | 58 # define RLIM_INFINITY (~0UL)
|
| /include/xen/ |
| A D | page.h | 9 #define XEN_PAGE_SIZE (_AC(1, UL) << XEN_PAGE_SHIFT)
|
| /include/uapi/linux/ |
| A D | const.h | 25 #define _UL(x) (_AC(x, UL))
|
| A D | prctl.h | 238 # define PR_MTE_TCF_NONE 0UL
|
| /include/crypto/ |
| A D | utils.h | 70 return __crypto_memneq(a, b, size) != 0UL ? 1 : 0; in crypto_memneq()
|
| /include/net/ |
| A D | addrconf.h | 213 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 D | at91_pmc.h | 50 #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 D | page.h | 30 #define INVALID_P2M_ENTRY (~0UL)
|
| /include/asm-generic/ |
| A D | memory_model.h | 15 #define ARCH_PFN_OFFSET (0UL)
|
| /include/linux/irqchip/ |
| A D | arm-gic-v5.h | 23 #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 D | amdxdna_accel.h | 16 #define AMDXDNA_INVALID_CMD_HANDLE (~0UL) 17 #define AMDXDNA_INVALID_ADDR (~0UL)
|
Completed in 34 milliseconds
123