Lines Matching refs:state_kcalloc

102 static void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize)  in state_kcalloc()  function
117 void *dst = state_kcalloc(a6xx_state, 1, size); in state_kmemdup()
253 obj->data = state_kcalloc(a6xx_state, VBIF_DEBUGBUS_BLOCK_SIZE, in a6xx_get_vbif_debugbus_block()
308 obj->data = state_kcalloc(a6xx_state, block->count, sizeof(u64)); in a6xx_get_debugbus_block()
326 obj->data = state_kcalloc(a6xx_state, block->count, sizeof(u64)); in a6xx_get_cx_debugbus_block()
345 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus_blocks()
411 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks, in a7xx_get_debugbus_blocks()
499 state_kcalloc(a6xx_state, 1, in a6xx_get_debugbus()
521 state_kcalloc(a6xx_state, in a6xx_get_debugbus()
639 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a6xx_get_dbgahb_clusters()
675 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a7xx_get_dbgahb_clusters()
802 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters()
836 a6xx_state->clusters = state_kcalloc(a6xx_state, in a7xx_get_clusters()
940 a6xx_state->shaders = state_kcalloc(a6xx_state, in a6xx_get_shaders()
974 a6xx_state->shaders = state_kcalloc(a6xx_state, in a7xx_get_shaders()
1123 obj->data = state_kcalloc(a6xx_state, regcount, sizeof(u32)); in a6xx_get_ahb_gpu_registers()
1148 obj->data = state_kcalloc(a6xx_state, regcount, sizeof(u32)); in a7xx_get_ahb_gpu_registers()
1188 obj->data = state_kcalloc(a6xx_state, regcount, sizeof(u32)); in _a6xx_get_gmu_registers()
1216 a6xx_state->gmu_registers = state_kcalloc(a6xx_state, in a6xx_get_gmu_registers()
1248 snapshot = state_kcalloc(a6xx_state, 1, sizeof(*snapshot)); in a6xx_snapshot_gmu_bo()
1294 a6xx_state->registers = state_kcalloc(a6xx_state, in a6xx_get_registers()
1380 a6xx_state->registers = state_kcalloc(a6xx_state, in a7xx_get_registers()
1450 obj->data = state_kcalloc(a6xx_state, count, sizeof(u32)); in a6xx_get_indexed_regs()
1470 a6xx_state->indexed_regs = state_kcalloc(a6xx_state, count, in a6xx_get_indexed_registers()
1530 a6xx_state->indexed_regs = state_kcalloc(a6xx_state, in a7xx_get_indexed_registers()