Lines Matching defs:guc
124 return container_of(ct, struct xe_gt, uc.guc.ct);
365 struct xe_guc *guc = ct_to_guc(ct);
373 err = xe_guc_self_cfg64(guc,
379 err = xe_guc_self_cfg64(guc,
385 return xe_guc_self_cfg32(guc,
392 struct xe_guc *guc = ct_to_guc(ct);
401 err = xe_guc_self_cfg64(guc,
407 err = xe_guc_self_cfg64(guc,
413 return xe_guc_self_cfg32(guc,
1506 struct xe_guc *guc = ct_to_guc(ct);
1523 ret = xe_guc_sched_done_handler(guc, payload, adj_len);
1526 ret = xe_guc_deregister_done_handler(guc, payload, adj_len);
1529 ret = xe_guc_exec_queue_reset_handler(guc, payload, adj_len);
1532 ret = xe_guc_exec_queue_reset_failure_handler(guc, payload,
1539 ret = xe_guc_error_capture_handler(guc, payload, adj_len);
1545 ret = xe_guc_exec_queue_memory_cat_error_handler(guc, payload,
1549 ret = xe_guc_pagefault_handler(guc, payload, adj_len);
1552 ret = xe_guc_tlb_inval_done_handler(guc, payload, adj_len);
1555 ret = xe_guc_relay_process_guc2pf(&guc->relay, hxg, hxg_len);
1558 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len);
1572 ret = xe_guc_g2g_test_notification(guc, payload, adj_len);
1740 struct xe_guc *guc = ct_to_guc(ct);
1750 ret = xe_guc_pagefault_handler(guc, payload, adj_len);
1754 ret = xe_guc_tlb_inval_done_handler(guc, payload, adj_len);
2045 struct xe_guc *guc = ct_to_guc(ct);
2052 * Huge dump is getting generated when injecting error for guc CT/MMIO
2074 snapshot_log = xe_guc_log_snapshot_capture(&guc->log, true);