| * SPDX-License-Identifier: MIT |
| * Copyright © 2017-2018 Intel Corporation |
| * struct intel_wopcm - Overall WOPCM info and WOPCM regions. |
| * @size: Size of overall WOPCM. |
| * @guc: GuC WOPCM Region info. |
| * @guc.base: GuC WOPCM base which is offset from WOPCM base. |
| * @guc.size: Size of the GuC WOPCM region. |
| * @wopcm: intel_wopcm structure |
| * Returns the base of the WOPCM shadowed region. |
| * 0 if GuC is not present or not in use. |
| * Otherwise, the GuC WOPCM base. |
| static inline u32 intel_wopcm_guc_base(struct intel_wopcm *wopcm) |
| * @wopcm: intel_wopcm structure |
| * Returns size of the WOPCM shadowed region. |
| * 0 if GuC is not present or not in use. |
| * Otherwise, the GuC WOPCM size. |
| static inline u32 intel_wopcm_guc_size(struct intel_wopcm *wopcm) |
| void intel_wopcm_init_early(struct intel_wopcm *wopcm); |
| void intel_wopcm_init(struct intel_wopcm *wopcm); |