HomeSort by: relevance | last modified time | path
    Searched defs:huc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.h 30 struct intel_huc huc; member in struct:intel_uc
72 return intel_huc_is_enabled(&uc->huc);
intel_uc.c 23 /* Reset GuC providing us with fresh state for both GuC and HuC.
54 "enable_guc=%d (guc:%s submission:%s huc:%s)\n",
79 i915_modparams.enable_guc, "HuC is not supported!");
97 intel_huc_init_early(&uc->huc);
272 intel_uc_fw_fetch(&uc->huc.fw);
277 intel_uc_fw_cleanup_fetch(&uc->huc.fw);
284 struct intel_huc *huc = &uc->huc; local
294 intel_uc_fw_cleanup_fetch(&huc->fw);
299 intel_huc_init(huc);
313 struct intel_huc *huc = &uc->huc; local
406 struct intel_huc *huc = &uc->huc; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
input.cc 392 unsigned huc = to_evict->get_use_count (); local
404 if (huc < c->get_use_count ())
405 huc = c->get_use_count ();
414 *highest_use_count = huc;
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 408 unsigned huc = to_evict->get_use_count (); local
420 if (huc < c->get_use_count ())
421 huc = c->get_use_count ();
430 *highest_use_count = huc;

Completed in 23 milliseconds