Lines Matching defs:guc
17 * @guc: GuC WOPCM Region info.
18 * @guc.base: GuC WOPCM base which is offset from WOPCM base.
19 * @guc.size: Size of the GuC WOPCM region.
26 } guc;
36 * 0 if GuC is not present or not in use.
37 * Otherwise, the GuC WOPCM base.
41 return wopcm->guc.base;
51 * 0 if GuC is not present or not in use.
52 * Otherwise, the GuC WOPCM size.
56 return wopcm->guc.size;