Home
last modified time | relevance | path

Searched refs:ui64 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c492 uint64_t ui64 = 0; in amdgpu_info_ioctl() local
573 ui64 = amdgpu_gfx_get_gpu_clock_counter(adev); in amdgpu_info_ioctl()
574 return copy_to_user(out, &ui64, min(size, 8u)) ? -EFAULT : 0; in amdgpu_info_ioctl()
591 ui64 = atomic64_read(&adev->num_bytes_moved); in amdgpu_info_ioctl()
592 return copy_to_user(out, &ui64, min(size, 8u)) ? -EFAULT : 0; in amdgpu_info_ioctl()
594 ui64 = atomic64_read(&adev->num_evictions); in amdgpu_info_ioctl()
595 return copy_to_user(out, &ui64, min(size, 8u)) ? -EFAULT : 0; in amdgpu_info_ioctl()
597 ui64 = atomic64_read(&adev->num_vram_cpu_page_faults); in amdgpu_info_ioctl()
598 return copy_to_user(out, &ui64, min(size, 8u)) ? -EFAULT : 0; in amdgpu_info_ioctl()
600 ui64 = amdgpu_vram_mgr_usage(ttm_manager_type(&adev->mman.bdev, TTM_PL_VRAM)); in amdgpu_info_ioctl()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h73 #define UINT64_C(val) val##ui64
284 #define UINT64_C(val) val##ui64
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp471 # define UINT64_C(value) value##ui64
475 # define UINTMAX_C(value) value##ui64
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.h65 #define s_u64 ui64
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-autotools-remove-support-for-the-__int64-type.-See-1.patch97 - guint64_constant='(val##ui64)'
/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.c36 #define UL64(x) x##ui64
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch837 +# define UINT64_C(value) value##ui64
841 +# define UINTMAX_C(value) value##ui64
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4256 uint64_t ui64; member
4603 v->ui64 = i; in set_pprint_mapv()
4651 (__u64)v->ui64, in get_pprint_expected_line()