Searched refs:sys_cache (Results 1 – 2 of 2) sorted by relevance
943 kfree(ctx->sys_cache); in psp_v11_0_memory_training_fini()944 ctx->sys_cache = NULL; in psp_v11_0_memory_training_fini()957 ctx->sys_cache = kzalloc(ctx->train_data_size, GFP_KERNEL); in psp_v11_0_memory_training_init()958 if (ctx->sys_cache == NULL) { in psp_v11_0_memory_training_init()982 uint32_t *pcache = (uint32_t*)ctx->sys_cache; in psp_v11_0_memory_training()1074 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()1078 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
205 void *sys_cache; member