scratch_base      316 drivers/crypto/qat/qat_common/icp_qat_uclo.h 	unsigned int scratch_base;
scratch_base      876 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 			pAperture->scratch_base = pdd->scratch_base;
scratch_base      892 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 				"scratch_base %llX\n", pdd->scratch_base);
scratch_base      962 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 		pa[nodes].scratch_base = pdd->scratch_base;
scratch_base      976 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 			"scratch_base %llX\n", pdd->scratch_base);
scratch_base       45 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v10.c 	uint32_t private_base = pdd->scratch_base >> 48;
scratch_base       46 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v9.c 	uint32_t private_base = pdd->scratch_base >> 48;
scratch_base      341 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c 	pdd->scratch_base = MAKE_SCRATCH_APP_BASE_VI();
scratch_base      342 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c 	pdd->scratch_limit = MAKE_SCRATCH_APP_LIMIT(pdd->scratch_base);
scratch_base      360 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c 	pdd->scratch_base = MAKE_SCRATCH_APP_BASE_V9();
scratch_base      361 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c 	pdd->scratch_limit = MAKE_SCRATCH_APP_LIMIT(pdd->scratch_base);
scratch_base      390 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c 			pdd->scratch_base = pdd->scratch_limit = 0;
scratch_base      433 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c 		dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base);
scratch_base      635 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 	uint64_t scratch_base;
scratch_base      128 include/uapi/linux/kfd_ioctl.h 	__u64 scratch_base;		/* from KFD */