Home
last modified time | relevance | path

Searched refs:uint64 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h35 typedef u64 uint64; typedef
41 typedef uint64 PA;
44 typedef uint64 PPN64;
58 #define MBYTES_2_BYTES(_nbytes) ((uint64)(_nbytes) << MBYTES_SHIFT)
85 uint64 u;
89 uint64 u;
91 uint64 flags;
95 uint64 u;
134 uint64 reservedMBZ; /* must be zero for now. */
135 uint64 statStartVA; /* VA of the start of the stats section. */
[all …]
H A Dsvga3d_types.h394 typedef uint64 SVGA3dSurfaceAllFlags;
396 #define SVGA3D_SURFACE_FLAGS1_MASK ((uint64)MAX_UINT32)
1335 uint64 timestamp;
1341 uint64 realFrequency;
1348 uint64 inputAssemblyVertices;
1349 uint64 inputAssemblyPrimitives;
1350 uint64 vertexShaderInvocations;
1351 uint64 geometryShaderInvocations;
1352 uint64 geometryShaderPrimitives;
1353 uint64 clipperInvocations;
[all …]
H A Dsvga_reg.h298 uint64 id;
H A Dsvga3d_dx.h1548 uint64 value;
/linux/tools/testing/selftests/ublk/trace/
H A Dseq_io.bt13 @start_seq = (uint64)1;
14 @complete_seq = (uint64)0;
15 @out_of_order = (uint64)0;
16 @start_order[0] = (uint64)0;
/linux/include/linux/sunrpc/xdrgen/
H A Dnlm4.h40 typedef u64 uint64; typedef
67 uint64 l_offset;
68 uint64 l_len;
97 uint64 l_offset;
98 uint64 l_len;
/linux/tools/mm/
H A Dthpmaps104 return np.frombuffer(buf, dtype=np.uint64)
271 folio_nrs = np.append(np.diff(folios), np.uint64(index_end - folios[-1]))
272 folio_orders = np.log2(folio_nrs).astype(np.uint64)
401 vfns = np.arange(start, end, dtype=np.uint64)
415 indexes = np.arange(len(vfns), dtype=np.uint64)
/linux/arch/arm/nwfpe/
H A DARM-gcc.h47 typedef unsigned long long int uint64; typedef
/linux/arch/mips/include/asm/octeon/
H A Dcvmx.h243 CVMX_BUILD_WRITE64(uint64, "sd");
259 CVMX_BUILD_READ64(uint64, "ld");
/linux/fs/lockd/
H A Dnlm4xdr_gen.c59 xdrgen_decode_uint64(struct xdr_stream *xdr, uint64 *ptr) in xdrgen_decode_uint64()
466 xdrgen_encode_uint64(struct xdr_stream *xdr, const uint64 value) in xdrgen_encode_uint64()
/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c62 typedef unsigned long long int uint64; typedef