Searched refs:xe_lmtt (Results 1 – 5 of 5) sorted by relevance
12 struct xe_lmtt;16 int xe_lmtt_init(struct xe_lmtt *lmtt);17 void xe_lmtt_init_hw(struct xe_lmtt *lmtt);18 void xe_lmtt_invalidate_hw(struct xe_lmtt *lmtt);19 int xe_lmtt_prepare_pages(struct xe_lmtt *lmtt, unsigned int vfid, u64 range);20 int xe_lmtt_populate_pages(struct xe_lmtt *lmtt, unsigned int vfid, struct xe_bo *bo, u64 offset);21 void xe_lmtt_drop_pages(struct xe_lmtt *lmtt, unsigned int vfid);22 u64 xe_lmtt_estimate_pt_size(struct xe_lmtt *lmtt, u64 size);24 static inline int xe_lmtt_init(struct xe_lmtt *lmtt) { return 0; } in xe_lmtt_init()25 static inline void xe_lmtt_init_hw(struct xe_lmtt *lmtt) { } in xe_lmtt_init_hw()
12 struct xe_lmtt;21 struct xe_lmtt { struct
209 struct xe_lmtt lmtt;
173 xe_lmtt.o \
1467 struct xe_lmtt *lmtt; in pf_force_lmtt_invalidate()1482 struct xe_lmtt *lmtt; in pf_reset_vf_lmtt()1499 struct xe_lmtt *lmtt; in pf_update_vf_lmtt()