Searched refs:uint64 (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | vm_basic_types.h | 35 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 D | svga3d_types.h | 394 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 D | svga_reg.h | 298 uint64 id;
|
| H A D | svga3d_dx.h | 1548 uint64 value;
|
| /linux/tools/testing/selftests/ublk/trace/ |
| H A D | seq_io.bt | 13 @start_seq = (uint64)1; 14 @complete_seq = (uint64)0; 15 @out_of_order = (uint64)0; 16 @start_order[0] = (uint64)0;
|
| /linux/tools/mm/ |
| H A D | thpmaps | 104 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/mips/include/asm/octeon/ |
| H A D | cvmx.h | 243 CVMX_BUILD_WRITE64(uint64, "sd"); 259 CVMX_BUILD_READ64(uint64, "ld");
|
| /linux/arch/arm/nwfpe/ |
| H A D | ARM-gcc.h | 47 typedef unsigned long long int uint64; typedef
|
| /linux/Documentation/wmi/devices/ |
| H A D | uniwill-laptop.rst | 40 void GetSetULong([in, Description("Ulong Data")] uint64 Data, 45 void GetButton([in, Description("Ulong Data")] uint64 Data,
|
| /linux/arch/sh/kernel/cpu/sh4/ |
| H A D | softfloat.c | 62 typedef unsigned long long int uint64; typedef
|