Searched refs:UL (Results 151 - 175 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_reg.h245 #define GITS_CBASER_VALID (1UL << 63)
291 #define GITS_BASER_VALID (1UL << 63)
360 #define GITS_TYPER_PTA (1UL << 19)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h59 if (addr[i] != ~0UL)
106 mask_to_set = ~0UL;
129 mask_to_clear = ~0UL;
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c306 bs.hard_limit = ~0UL;
391 bs.driver_pages = 0UL;
392 bs.hard_limit = ~0UL;
/freebsd-11-stable/sys/dev/vnic/
H A Dnic_main.c386 nic_reg_write(nic, NIC_PF_MAILBOX_ENA_W1S, ~0UL);
387 nic_reg_write(nic, NIC_PF_MAILBOX_ENA_W1S + sizeof(uint64_t), ~0UL);
394 nic_reg_write(nic, NIC_PF_MAILBOX_INT + (mbx_reg << 3), (1UL << vf));
609 lmac_credit = (1UL << 1); /* channel credit enable */
636 nic_reg_write(nic, NIC_PF_BP_CFG, (1UL << 6) | 0x03);
644 (1UL << 63) | TNS_PORT0_BLOCK);
646 (1UL << 63) | TNS_PORT1_BLOCK);
655 (1UL << 63) | BGX0_BLOCK);
657 (1UL << 63) | BGX1_BLOCK);
701 (1UL << 6
[all...]
H A Dnicvf_queues.c133 bit_mask = (1UL << bits) - 1;
1348 mbx.rq.cfg = (1UL << 63) | (1UL << 62) | (qs->vnic_id << 0);
1356 mbx.rq.cfg = (1UL << 62) | (RQ_CQ_DROP << 8);
2052 reg_val |= ((1UL << q_idx) << NICVF_INTR_CQ_SHIFT);
2055 reg_val |= ((1UL << q_idx) << NICVF_INTR_SQ_SHIFT);
2058 reg_val |= ((1UL << q_idx) << NICVF_INTR_RBDR_SHIFT);
2061 reg_val |= (1UL << NICVF_INTR_PKT_DROP_SHIFT);
2064 reg_val |= (1UL << NICVF_INTR_TCP_TIMER_SHIFT);
2067 reg_val |= (1UL << NICVF_INTR_MBOX_SHIF
[all...]
/freebsd-11-stable/sys/dev/puc/
H A Dpuc.c163 if (devs == 0UL)
171 idx = 0, dev = 1UL;
173 while (ds != 0UL) {
174 while ((ds & dev) == 0UL)
190 idx = 0, dev = 1UL;
192 while (ds != 0UL) {
193 while ((ds & dev) == 0UL)
370 if (sc->sc_serdevs == 0UL)
428 if (sc->sc_serdevs != 0UL)
650 sc->sc_serdevs |= 1UL << (por
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); local
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp30 static const uptr kMaxAllowedMallocSize = 1UL << 30;
32 static const uptr kMaxAllowedMallocSize = 4UL << 30;
34 static const uptr kMaxAllowedMallocSize = 8UL << 30;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c49 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL);
107 unsigned long step = 1UL << (RADIX_TREE_MAP_SHIFT * height);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_atomic.h67 #define __bit_mask(b) (1UL << (b) % NB_BITS_PER_LONG)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_reg.h2689 #define PIPE_FIFO_UNDERRUN_STATUS (1UL<<31)
2690 #define SPRITE1_FLIPDONE_INT_EN_VLV (1UL<<30)
2691 #define PIPE_CRC_ERROR_ENABLE (1UL<<29)
2692 #define PIPE_CRC_DONE_ENABLE (1UL<<28)
2693 #define PIPE_GMBUS_EVENT_ENABLE (1UL<<27)
2694 #define PLANE_FLIP_DONE_INT_EN_VLV (1UL<<26)
2695 #define PIPE_HOTPLUG_INTERRUPT_ENABLE (1UL<<26)
2696 #define PIPE_VSYNC_INTERRUPT_ENABLE (1UL<<25)
2697 #define PIPE_DISPLAY_LINE_COMPARE_ENABLE (1UL<<24)
2698 #define PIPE_DPST_EVENT_ENABLE (1UL<<2
[all...]
/freebsd-11-stable/sys/dev/powermac_nvram/
H A Dpowermac_nvram.c341 high %= 65521UL;
342 high %= 65521UL;
347 low %= 65521UL;
348 high %= 65521UL;
/freebsd-11-stable/sys/sys/
H A Dbio.h74 #define BIO_NOTCLASSIFIED (void *)(~0UL)
H A Dbitstring.h75 #define _BITSTR_MASK (~0UL)
102 return (1UL << _bit_offset(_bit));
/freebsd-11-stable/sys/mips/idt/
H A Didt_machdep.c156 platform_counter_freq = 330000000UL;
/freebsd-11-stable/sys/mips/include/
H A Dpte.h113 #define TLBHI_VPN2_MASK (((~((1UL << TLBHI_VPN2_SHIFT) - 1)) << (63 - TLBHI_FILL_SHIFT)) >> (63 - TLBHI_FILL_SHIFT))
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h57 #define UINT64_C(c) (c ## UL)
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dwrap128.c66 #define CRYPTO128_WRAP_MAX (1UL << 31)
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h59 #define AL_BIT(b) (1UL << (b))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c132 mp->m_owner = (void *)-1UL;
148 ASSERT(mp->m_owner != (void *)-1UL);
159 ASSERT(mp->m_owner != (void *)-1UL);
205 rwlp->rw_owner = (void *)-1UL;
214 ASSERT(rwlp->rw_owner != (void *)-1UL);
233 ASSERT(rwlp->rw_owner != (void *)-1UL);
254 ASSERT(rwlp->rw_owner != (void *)-1UL);
283 ASSERT(rwlp->rw_owner != (void *)-1UL);
791 return ((void *)-1UL);
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c353 if ((val <= -(1UL << 20) || (1UL << 20) <= val)) {
382 if ((val <= -(1UL << 32) || (1UL << 32) <= val)) {
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_bsd.h77 #define BIT(nr) (1UL << (nr))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp48 static const uptr kMaxAllowedMallocSize = 2UL << 30;
68 static const uptr kMaxAllowedMallocSize = 8UL << 30;
83 static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G
97 static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G
/freebsd-11-stable/sys/xen/interface/
H A Dtrace.h45 #define TRC_HD_CYCLE_FLAG (1UL<<31)
72 #define TRC_SCHED_ID_MASK (((1UL<<TRC_SCHED_ID_BITS) - 1) << TRC_SCHED_ID_SHIFT)
/freebsd-11-stable/usr.bin/hexdump/
H A Dodsyntax.c355 16UL / (u_long)isize, (u_long)isize, digits + 8, digits);
419 16UL / (u_long)isize, (u_long)isize, (int)(4 * isize - digits),

Completed in 280 milliseconds

1234567891011>>