detect_hw_virt    706 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	void (*detect_hw_virt)(struct amdgpu_device *adev);
detect_hw_virt    333 drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c 	.detect_hw_virt = nbio_v2_3_detect_hw_virt,
detect_hw_virt    298 drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c 	.detect_hw_virt = nbio_v6_1_detect_hw_virt,
detect_hw_virt    314 drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c 	.detect_hw_virt = nbio_v7_0_detect_hw_virt,
detect_hw_virt    338 drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c 	.detect_hw_virt = nbio_v7_4_detect_hw_virt,
detect_hw_virt    428 drivers/gpu/drm/amd/amdgpu/nv.c 	adev->nbio_funcs->detect_hw_virt(adev);
detect_hw_virt    710 drivers/gpu/drm/amd/amdgpu/soc15.c 	adev->nbio_funcs->detect_hw_virt(adev);