Home
last modified time | relevance | path

Searched refs:UINT64_C (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat.h283 #define DAT_PROVIDER_FIELD_PROVIDER_NAME UINT64_C(0x0000001)
289 #define DAT_PROVIDER_FIELD_IOV_OWNERSHIP UINT64_C(0x0000040)
290 #define DAT_PROVIDER_FIELD_DAT_QOS_SUPPORTED UINT64_C(0x0000080)
292 #define DAT_PROVIDER_FIELD_IS_THREAD_SAFE UINT64_C(0x0000200)
295 #define DAT_PROVIDER_FIELD_EP_CREATOR UINT64_C(0x0001000)
296 #define DAT_PROVIDER_FIELD_PZ_SUPPORT UINT64_C(0x0002000)
299 #define DAT_PROVIDER_FIELD_SRQ_SUPPORTED UINT64_C(0x0010000)
302 UINT64_C(0x0040000)
305 #define DAT_PROVIDER_FIELD_LMR_SYNC_REQ UINT64_C(0x0200000)
311 #define DAT_PROVIDER_FIELD_ALL UINT64_C(0x3FFFFFF)
[all …]
H A Ddat.h423 UINT64_C(0x020000000)
425 UINT64_C(0x040000000)
433 #define DAT_IA_FIELD_ALL UINT64_C(0x7FFFFFFFF)
434 #define DAT_IA_FIELD_NONE UINT64_C(0x0)
501 #define DAT_EP_FIELD_IA_HANDLE UINT64_C(0x00000001)
502 #define DAT_EP_FIELD_EP_STATE UINT64_C(0x00000002)
507 #define DAT_EP_FIELD_PZ_HANDLE UINT64_C(0x00000040)
511 #define DAT_EP_FIELD_SRQ_HANDLE UINT64_C(0x00000400)
518 #define DAT_EP_FIELD_EP_ATTR_QOS UINT64_C(0x00008000)
542 #define DAT_EP_FIELD_EP_ATTR_ALL UINT64_C(0x7FFFF000)
[all …]
H A Ddat_platform_specific.h151 #ifndef UINT64_C
152 #define UINT64_C(c) c ## ULL
182 #ifndef UINT64_C
183 #define UINT64_C(c) c ## i64
/illumos-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h222 #define AMD_DC_CFG_DIS_CNV_WC_SSO (UINT64_C(1) << 3)
223 #define AMD_DC_CFG_DIS_SMC_CHK_BUF (UINT64_C(1) << 10)
229 #define AMD_HWCR_TLBCACHEDIS (UINT64_C(1) << 3)
237 #define AMD_NB_CFG_SRQ_HEARTBEAT (UINT64_C(1) << 20)
238 #define AMD_NB_CFG_SRQ_SPR (UINT64_C(1) << 32)
242 #define AMD_BU_CFG_E298 (UINT64_C(1) << 1)
265 #define AMD_GH_NB_CFG_EN_ECS (UINT64_C(1) << 46)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h133 #define AMD_DC_CFG_DIS_CNV_WC_SSO (UINT64_C(1) << 3)
134 #define AMD_DC_CFG_DIS_SMC_CHK_BUF (UINT64_C(1) << 10)
149 #define AMD_NB_CFG_SRQ_HEARTBEAT (UINT64_C(1) << 20)
150 #define AMD_NB_CFG_SRQ_SPR (UINT64_C(1) << 32)
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dvis_simulator.h136 #define GSR_ALIGN_MASK UINT64_C(0x0000000000000007)
138 #define GSR_SCALE_MASK UINT64_C(0x00000000000000f8)
140 #define GSR_IRND_MASK UINT64_C(0x0000000006000000)
142 #define GSR_IM_MASK UINT64_C(0x0000000008000000)
144 #define GSR_MASK_MASK UINT64_C(0xffffffff00000000)
/illumos-gate/usr/src/uts/sun4/sys/
H A Ddmv.h67 ((UINT64_C(1) << 63) | \
68 ((((uint64_t)(dmv_inum)) & UINT64_C(DMV_INUM_MASK)) << \
70 (((uint64_t)(dev_private)) & UINT64_C(DMV_PRIVATE_MASK)))
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c167 #define SPARC64_VI_PCR_PRIVPIC UINT64_C(0)
174 #define CPC_SPARC64_VI_PCR_PIC_MASK UINT64_C(0x3F)
180 #define CPC_SPARC64_VI_PCR_SC_MASK UINT64_C(0x7)
182 #define CPC_SPARC64_VI_PCR_NC_MASK UINT64_C(0x7)
185 #define CPC_SPARC64_VI_PCR_OVF_MASK UINT64_C(0xffff)
187 #define SPARC64_VI_PCR_SYS (UINT64_C(1) << CPC_SPARC64_VI_PCR_SYS_SHIFT)
188 #define SPARC64_VI_PCR_USR (UINT64_C(1) << CPC_SPARC64_VI_PCR_USR_SHIFT)
189 #define SPARC64_VI_PCR_ULRO (UINT64_C(1) << CPC_SPARC64_VI_PCR_ULRO_SHIFT)
190 #define SPARC64_VI_PCR_OVRO (UINT64_C(1) << CPC_SPARC64_VI_PCR_OVRO_SHIFT)
217 ((pcr) & (UINT64_C(1) << (CPC_SPARC64_VI_PCR_OVF_SHIFT + picno)))
[all …]
H A Dus234_pcbe.c139 #define ULTRA_PCR_SYS (UINT64_C(1) << CPC_ULTRA_PCR_SYS)
140 #define ULTRA_PCR_PRIVPIC (UINT64_C(1) << CPC_ULTRA_PCR_PRIVPIC)
147 #define CPC_ULTRA2_PCR_PIC_MASK UINT64_C(0xf)
148 #define CPC_ULTRA3_PCR_PIC_MASK UINT64_C(0x3f)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dniagara2regs.h80 #define CPC_PCR_PIC0_MASK UINT64_C(0xfff)
81 #define CPC_PCR_PIC1_MASK UINT64_C(0xfff)
85 #define CPC_PCR_OV0_MASK UINT64_C(0x40000)
86 #define CPC_PCR_OV1_MASK UINT64_C(0x80000000)
H A Dniagararegs.h50 #define CPC_PCR_PIC0_MASK UINT64_C(0x7)
51 #define CPC_PCR_PIC1_MASK UINT64_C(0)
53 #define CPC_PCR_OVF_MASK UINT64_C(0x300)
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc_impl.h218 #define CPC_ULTRA2_PCR_PIC0_MASK UINT64_C(0xf)
219 #define CPC_ULTRA3_PCR_PIC0_MASK UINT64_C(0x3f)
221 #define CPC_ULTRA2_PCR_PIC1_MASK UINT64_C(0xf)
222 #define CPC_ULTRA3_PCR_PIC1_MASK UINT64_C(0x3f)
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h55 #define UINT64_C(c) (c ## UL) macro
58 #define UINT64_C(c) (c ## ULL) macro
62 #define UINTMAX_C(c) UINT64_C(c)
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c166 UINT64_C(1), CPC_ULTRA_PCR_USR },
168 UINT64_C(1), CPC_ULTRA_PCR_SYS },
177 UINT64_C(1), CPC_ULTRA_PCR_USR },
179 UINT64_C(1), CPC_ULTRA_PCR_SYS },
225 *bits = UINT64_C(1) << CPC_ULTRA_PCR_USR; in cpc_strtoevent()
234 *bits = UINT64_C(1) << CPC_ULTRA_PCR_USR; in cpc_strtoevent()
/illumos-gate/usr/src/uts/common/sys/
H A Dint_const.h99 #define UINT64_C(c) __CONCAT__(c,ul) macro
103 #define UINT64_C(c) __CONCAT__(c,ull)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_olympus_regs.h47 #undef UINT64_C
48 #define UINT64_C(x) (x) macro
H A Dcheetahregs.h59 #undef UINT64_C
61 #define UINT64_C(x) (x) macro
888 #define JG_LRU_MASK UINT64_C(0x0000040000000000) /* PA<42> LRU bit */
1137 #define LOGOUT_INVALID UINT64_C(0xecc1ecc1ecc1ecc1)
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1408 #define SP_BLK UINT64_C(0x0000000000000000)
1409 #define SP_FLM UINT64_C(0x2000000000000000)
1410 #define SP_SQFLM UINT64_C(0x4000000000000000)
1411 #define SP_EOD UINT64_C(0x6000000000000000)
1412 #define SP_BACKSP UINT64_C(0x8000000000000000)
1413 #define SP_CMD_MASK UINT64_C(0x6000000000000000)
1414 #define SP_CNT_MASK UINT64_C(0x1fffffffffffffff)
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachparam.h152 #define KERNEL_TEXT UINT64_C(0xfffffffffb800000)
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c544 SE_ATTR_PTR(ev) = UINT64_C(0); in sysevent_alloc()
691 if (SE_ATTR_PTR(ev) != UINT64_C(0)) { in sysevent_attach_attributes()
717 SE_ATTR_PTR(ev) = UINT64_C(0); in sysevent_detach_attributes()
796 SE_ATTR_PTR(copy) = UINT64_C(0); in se_repack()
1675 eid->eid_seq = UINT64_C(0); in queue_sysevent()
1682 eid->eid_seq = UINT64_C(0); in queue_sysevent()
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c136 #define ULTRA_PCR_PRIVPIC (UINT64_C(1) << CPC_PCR_PRIVPIC)
H A Dniagara2_pcbe.c145 #define ULTRA_PCR_PRIVPIC (UINT64_C(1) << CPC_PCR_PRIV_SHIFT)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c51 #define LUFS_GENID_PRIME UINT64_C(4294967291)
52 #define LUFS_GENID_BASE UINT64_C(311)
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c145 #define MASK40 UINT64_C(0xffffffffff)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1248 cpu_hz = (UINT64_C(1000000000) << 32) / vti->tsc_to_system_mul; in mach_getcpufreq()

12