Searched refs:uint64 (Results 1 – 11 of 11) 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/Documentation/virt/kvm/arm/ |
H A D | hypercalls.rst | 60 | Arguments: | (uint64) | R1 | Reserved / Must be zero | 62 | | (uint64) | R2 | Reserved / Must be zero | 64 | | (uint64) | R3 | Reserved / Must be zero | 84 | Arguments: | (uint64) | R1 | Base IPA of memory region to share | 86 | | (uint64) | R2 | Reserved / Must be zero | 88 | | (uint64) | R3 | Reserved / Must be zero | 109 | Arguments: | (uint64) | R1 | Base IPA of memory region to unshare | 111 | | (uint64) | R2 | Reserved / Must be zero | 113 | | (uint64) | R3 | Reserved / Must be zero | 135 | Arguments: | (uint64) | R1 | Base IPA of MMIO memory region | [all …]
|
/linux/Documentation/arch/powerpc/ |
H A D | kvm-nested.rst | 105 H_GUEST_GET_CAPABILITIES(uint64 flags) 125 H_GUEST_SET_CAPABILITIES(uint64 flags, 126 uint64 capabilitiesBitmap1) 144 H_GUEST_CREATE(uint64 flags, 145 uint64 continueToken); 167 H_GUEST_CREATE_VCPU(uint64 flags, 168 uint64 guestId, 169 uint64 vcpuId); 201 H_GUEST_GET_STATE(uint64 flags, 202 uint64 guestId, [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | cmntypes.h | 44 typedef unsigned uint64, *puint64; typedef 85 uint64 i;
|
/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/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 62 typedef unsigned long long int uint64; typedef
|