Searched refs:sys_cache (Results 1 – 3 of 3) sorted by relevance
618 uint32_t *pcache = (uint32_t*)ctx->sys_cache; in psp_v11_0_memory_training()710 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()714 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
204 void *sys_cache; member
125 kfree(ctx->sys_cache); in psp_memory_training_fini()126 ctx->sys_cache = NULL; in psp_memory_training_fini()139 ctx->sys_cache = kzalloc(ctx->train_data_size, GFP_KERNEL); in psp_memory_training_init()140 if (ctx->sys_cache == NULL) { in psp_memory_training_init()