Searched refs:sys_cache (Results 1 – 3 of 3) sorted by relevance
616 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training()715 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()719 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
198 void *sys_cache; member
146 kfree(ctx->sys_cache); in psp_memory_training_fini()147 ctx->sys_cache = NULL; in psp_memory_training_fini()160 ctx->sys_cache = kzalloc(ctx->train_data_size, GFP_KERNEL); in psp_memory_training_init()161 if (ctx->sys_cache == NULL) { in psp_memory_training_init()