Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_hw.h557 u64 mpc;
558 u64 scc;
560 u64 mcc;
563 u64 dc;
565 u64 sec;
586 u64 ruc;
587 u64 rfc;
588 u64 roc;
589 u64 rjc;
593 u64 tor;
[all …]
H A De1000_vf.h166 u64 base_gprc;
167 u64 base_gptc;
186 u64 gprc;
187 u64 gptc;
188 u64 gorc;
189 u64 gotc;
190 u64 mprc;
191 u64 gotlbc;
192 u64 gptlbc;
193 u64 gorlbc;
[all …]
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mm.h138 u64 start;
139 u64 size;
158 u64 *start, u64 *end);
166 u64 size;
167 u64 alignment;
171 u64 range_end;
174 u64 hit_end;
352 u64 end,
420 u64 size, u64 alignment, in drm_mm_insert_node_generic()
528 u64 size, u64 alignment, unsigned long color,
[all …]
H A Ddrm_fixed.h39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
64 u64 tmp = ((u64)A.full << 13); in dfixed_div()
154 u64 a_abs = a_neg ? -a : a; in drm_fixp_from_fraction()
155 u64 b_abs = b_neg ? -b : b; in drm_fixp_from_fraction()
156 u64 rem; in drm_fixp_from_fraction()
159 u64 res_abs = div64_u64_rem(a_abs, b_abs, &rem); in drm_fixp_from_fraction()
177 u64 summand = (rem << 1) >= b_abs; in drm_fixp_from_fraction()
192 u64 count = 1; in drm_fixp_exp()
/dragonfly/sys/dev/drm/
H A Ddrm_mm.c106 u64 end,
203 u64 size, u64 alignment, in drm_mm_insert_helper()
205 u64 range_start, u64 range_end, in drm_mm_insert_helper()
226 u64 rem; in drm_mm_insert_helper()
356 u64 size, u64 alignment, in drm_mm_insert_node_in_range_generic()
358 u64 start, u64 end, in drm_mm_insert_node_in_range_generic()
423 static int check_free_hole(u64 start, u64 end, u64 size, u64 alignment) in check_free_hole()
429 u64 rem; in check_free_hole()
450 u64 adj_end; in drm_mm_search_free_in_range_generic()
568 u64 end, in drm_mm_scan_init_with_range()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_gtt.h63 typedef u64 gen8_pte_t;
64 typedef u64 gen8_pde_t;
175 u64 offset;
322 u64 start, u64 length);
324 u64 start, u64 length);
327 u64 offset,
454 u64 end; in i915_pte_count()
544 static inline u64 gen8_pte_count(u64 address, u64 length) in gen8_pte_count()
632 u64 size, u64 offset, unsigned long color,
637 u64 size, u64 alignment, unsigned long color,
[all …]
H A Di915_syncmap.c74 u64 prefix;
112 __sync_branch_idx(const struct i915_syncmap *p, u64 id) in __sync_branch_idx()
118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx()
124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix()
129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix()
154 bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno) in i915_syncmap_is_later()
199 __sync_alloc_leaf(struct i915_syncmap *parent, u64 id) in __sync_alloc_leaf()
214 static inline void __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) in __sync_set_seqno()
230 static noinline int __sync_set(struct i915_syncmap **root, u64 id, u32 seqno) in __sync_set()
353 int i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno) in i915_syncmap_set()
H A Di915_vma.h56 u64 size;
57 u64 display_alignment;
263 u64 size, u64 alignment, u64 flags);
271 u64 size, u64 alignment, u64 flags);
273 i915_vma_pin(struct i915_vma *vma, u64 size, u64 alignment, u64 flags) in i915_vma_pin()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_gmc.h82 u64 mc_vram_size;
83 u64 visible_vram_size;
84 u64 gart_size;
85 u64 gart_start;
86 u64 gart_end;
87 u64 vram_start;
88 u64 vram_end;
90 u64 real_vram_size;
102 u64 shared_aperture_start;
103 u64 shared_aperture_end;
[all …]
H A Damdgpu_object.h42 u64 flags;
85 u64 flags;
87 u64 tiling_flags;
88 u64 metadata_flags;
191 static inline u64 amdgpu_bo_mmap_offset(struct amdgpu_bo *bo) in amdgpu_bo_mmap_offset()
247 u64 *gpu_addr, void **cpu_addr);
251 u64 *gpu_addr, void **cpu_addr);
252 void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr,
261 u64 min_offset, u64 max_offset);
269 int amdgpu_bo_set_tiling_flags(struct amdgpu_bo *bo, u64 tiling_flags);
[all …]
H A Damdgpu_psp.c166 &psp->tmr_bo, (u64 *)&psp->tmr_mc_addr, &psp->tmr_buf); in psp_tmr_init()
221 (u64 *)&psp->asd_shared_mc_addr, in psp_asd_init()
342 (u64 *)&psp->fw_pri_mc_addr, in psp_load_fw()
350 (u64 *)&psp->fence_buf_mc_addr, in psp_load_fw()
357 &psp->cmd_buf_bo, (u64 *)&psp->cmd_buf_mc_addr, in psp_load_fw()
389 (u64 *)&psp->cmd_buf_mc_addr, in psp_load_fw()
393 (u64 *)&psp->fence_buf_mc_addr, &psp->fence_buf); in psp_load_fw()
396 (u64 *)&psp->fw_pri_mc_addr, &psp->fw_pri_buf); in psp_load_fw()
450 (u64 *)&psp->fw_pri_mc_addr, &psp->fw_pri_buf); in psp_hw_fini()
452 (u64 *)&psp->fence_buf_mc_addr, &psp->fence_buf); in psp_hw_fini()
[all …]
/dragonfly/crypto/libressl/crypto/modes/
H A Dmodes_lcl.h19 typedef unsigned long u64; typedef
23 typedef unsigned long long u64;
33 # define BSWAP8(x) ({ u64 ret=(x); \
40 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
43 (u64)hi<<32|lo; })
49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
52 (u64)hi<<32|lo; })
72 typedef struct { u64 hi,lo; } u128;
93 void (*gmult)(u64 Xi[2],const u128 Htable[16]);
107 union { u64 u[2]; u8 c[16]; } nonce, cmac;
[all …]
H A Dxts128.c67 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; in CRYPTO_xts128_encrypt()
84 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0]; in CRYPTO_xts128_encrypt()
85 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1]; in CRYPTO_xts128_encrypt()
93 ((u64*)out)[0] = scratch.u[0]^=tweak.u[0]; in CRYPTO_xts128_encrypt()
94 ((u64*)out)[1] = scratch.u[1]^=tweak.u[1]; in CRYPTO_xts128_encrypt()
135 union { u64 u[2]; u8 c[16]; } tweak1; in CRYPTO_xts128_encrypt()
160 scratch.u[0] = ((u64*)inp)[0]^tweak1.u[0]; in CRYPTO_xts128_encrypt()
161 scratch.u[1] = ((u64*)inp)[1]^tweak1.u[1]; in CRYPTO_xts128_encrypt()
180 ((u64*)out)[0] = scratch.u[0]^tweak.u[0]; in CRYPTO_xts128_encrypt()
181 ((u64*)out)[1] = scratch.u[1]^tweak.u[1]; in CRYPTO_xts128_encrypt()
H A Dgcm128.c230 Z.hi ^= (u64)rem_8bit[rem]<<32; in gcm_gmult_8bit()
353 Z.hi ^= (u64)rem_4bit[rem]<<32; in gcm_gmult_4bit()
579 static void gcm_gmult_1bit(u64 Xi[2],const u64 H[2])
607 u64 M = (u64)(X>>(8*sizeof(long)-1));
697 u64 hi,lo;
774 u64 len0 = len;
834 u64 alen = ctx->len.u[0];
1264 u64 mlen = ctx->len.u[1];
1382 u64 mlen = ctx->len.u[1];
1504 u64 alen = ctx->len.u[0]<<3;
[all …]
H A Dccm128.c179 union { u64 u[2]; u8 c[16]; } scratch; in CRYPTO_ccm128_encrypt()
201 union { u64 u[2]; u8 c[16]; } temp; in CRYPTO_ccm128_encrypt()
207 ctx->cmac.u[0] ^= ((u64*)inp)[0]; in CRYPTO_ccm128_encrypt()
208 ctx->cmac.u[1] ^= ((u64*)inp)[1]; in CRYPTO_ccm128_encrypt()
218 ((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0]; in CRYPTO_ccm128_encrypt()
219 ((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1]; in CRYPTO_ccm128_encrypt()
254 union { u64 u[2]; u8 c[16]; } scratch; in CRYPTO_ccm128_decrypt()
272 union { u64 u[2]; u8 c[16]; } temp; in CRYPTO_ccm128_decrypt()
282 ctx->cmac.u[0] ^= (((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0]); in CRYPTO_ccm128_decrypt()
283 ctx->cmac.u[1] ^= (((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1]); in CRYPTO_ccm128_decrypt()
[all …]
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h89 typedef UINT64 u64; typedef
118 typedef uint64_t u64; typedef
275 return (((u64) a[0]) << 56) | (((u64) a[1]) << 48) | in WPA_GET_BE64()
276 (((u64) a[2]) << 40) | (((u64) a[3]) << 32) | in WPA_GET_BE64()
277 (((u64) a[4]) << 24) | (((u64) a[5]) << 16) | in WPA_GET_BE64()
278 (((u64) a[6]) << 8) | ((u64) a[7]); in WPA_GET_BE64()
295 return (((u64) a[7]) << 56) | (((u64) a[6]) << 48) | in WPA_GET_LE64()
296 (((u64) a[5]) << 40) | (((u64) a[4]) << 32) | in WPA_GET_LE64()
297 (((u64) a[3]) << 24) | (((u64) a[2]) << 16) | in WPA_GET_LE64()
298 (((u64) a[1]) << 8) | ((u64) a[0]); in WPA_GET_LE64()
[all …]
/dragonfly/sys/dev/drm/include/linux/
H A Djiffies.h77 static inline u64 get_jiffies_64(void) in get_jiffies_64()
79 return (u64)ticks; in get_jiffies_64()
82 static inline u64 nsecs_to_jiffies(u64 n) in nsecs_to_jiffies()
87 static inline u64 nsecs_to_jiffies64(u64 n) in nsecs_to_jiffies64()
98 static inline u64
H A Dmath64.h75 static inline u64
76 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem()
82 static inline u64
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_type.h3806 u64 mlfc;
3807 u64 mrfc;
3808 u64 rlec;
3830 u64 ruc;
3831 u64 rfc;
3832 u64 roc;
3833 u64 rjc;
3837 u64 tor;
3838 u64 tpr;
3839 u64 tpt;
[all …]
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dvega10_smumgr.c186 (u64 *)&priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init()
201 (u64 *)&priv->smu_tables.entry[WMTABLE].mc_addr, in vega10_smu_init()
217 (u64 *)&priv->smu_tables.entry[AVFSTABLE].mc_addr, in vega10_smu_init()
234 (u64 *)&priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_init()
264 (u64 *)&priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_init()
268 (u64 *)&priv->smu_tables.entry[AVFSTABLE].mc_addr, in vega10_smu_init()
272 (u64 *)&priv->smu_tables.entry[WMTABLE].mc_addr, in vega10_smu_init()
276 (u64 *)&priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init()
290 (u64 *)&priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_fini()
293 (u64 *)&priv->smu_tables.entry[WMTABLE].mc_addr, in vega10_smu_fini()
[all …]
H A Dvega12_smumgr.c222 (u64 *)&priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
236 (u64 *)&priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega12_smu_init()
252 (u64 *)&priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr, in vega12_smu_init()
282 (u64 *)&priv->smu_tables.entry[TABLE_OVERDRIVE].mc_addr, in vega12_smu_init()
294 (u64 *)&priv->smu_tables.entry[TABLE_AVFS_FUSE_OVERRIDE].mc_addr, in vega12_smu_init()
299 (u64 *)&priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr, in vega12_smu_init()
303 (u64 *)&priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega12_smu_init()
307 (u64 *)&priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
322 (u64 *)&priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_fini()
325 (u64 *)&priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega12_smu_fini()
[all …]
/dragonfly/sys/dev/drm/amd/lib/
H A Dchash.c74 u64 __nom = (nom); \
75 u64 __denom = (denom); \
76 u64 __quot, __frac; \
95 u64 quot1, quot2; in __chash_table_dump_stats()
277 u64 ts1 = local_clock(); in chash_table_find()
465 u64 iterations) in chash_self_test()
469 u64 add_count, rmv_count; in chash_self_test()
470 u64 value; in chash_self_test()
490 u64 find_count = rmv_count; in chash_self_test()
578 u64 ts1_ns; in chash_init()
[all …]
/dragonfly/sys/dev/drm/i915/gvt/
H A Dgvt.h81 u64 aperture_sz;
82 u64 hidden_sz;
106 u64 size;
377 u32 fence, u64 value);
387 (*(u64 *)(vgpu->mmio.vreg + INTEL_GVT_MMIO_OFFSET(reg)))
395 (*(u64 *)(vgpu->mmio.sreg + INTEL_GVT_MMIO_OFFSET(reg)))
461 int intel_gvt_ggtt_gmadr_g2h(struct intel_vgpu *vgpu, u64 g_addr, u64 *h_addr);
462 int intel_gvt_ggtt_gmadr_h2g(struct intel_vgpu *vgpu, u64 h_addr, u64 *g_addr);
481 return (*(u64 *)(vgpu->cfg_space.virtual_cfg_space + bar)) & in intel_vgpu_get_bar_gpa()
501 int (*emulate_mmio_read)(struct intel_vgpu *, u64, void *,
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-xcoff.c303 int u64; in simple_object_xcoff_match() local
322 u64 = magic == U64_TOCMAGIC; in simple_object_xcoff_match()
327 if (u64) in simple_object_xcoff_match()
397 int u64 = ocr->magic == U64_TOCMAGIC; in simple_object_xcoff_find_sections() local
473 if (u64) in simple_object_xcoff_find_sections()
596 if (u64) in simple_object_xcoff_write_filehdr()
634 int u64 = ocr->magic == U64_TOCMAGIC; in simple_object_xcoff_write_scnhdr() local
661 if (u64) in simple_object_xcoff_write_scnhdr()
682 if (u64) in simple_object_xcoff_write_scnhdr()
688 u64 ? SCNHSZ64 : SCNHSZ32, in simple_object_xcoff_write_scnhdr()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-xcoff.c303 int u64; in simple_object_xcoff_match() local
322 u64 = magic == U64_TOCMAGIC; in simple_object_xcoff_match()
327 if (u64) in simple_object_xcoff_match()
397 int u64 = ocr->magic == U64_TOCMAGIC; in simple_object_xcoff_find_sections() local
473 if (u64) in simple_object_xcoff_find_sections()
596 if (u64) in simple_object_xcoff_write_filehdr()
634 int u64 = ocr->magic == U64_TOCMAGIC; in simple_object_xcoff_write_scnhdr() local
661 if (u64) in simple_object_xcoff_write_scnhdr()
682 if (u64) in simple_object_xcoff_write_scnhdr()
688 u64 ? SCNHSZ64 : SCNHSZ32, in simple_object_xcoff_write_scnhdr()
[all …]

12345678910>>...12