Searched defs:lmtt (Results 1 – 4 of 4) sorted by relevance
41 static struct xe_tile *lmtt_to_tile(struct xe_lmtt *lmtt) in lmtt_to_tile()46 static struct xe_device *lmtt_to_xe(struct xe_lmtt *lmtt) in lmtt_to_xe()51 static u64 lmtt_page_size(struct xe_lmtt *lmtt) in lmtt_page_size()98 static int lmtt_init_pd(struct xe_lmtt *lmtt) in lmtt_init_pd()113 static void lmtt_fini_pd(struct xe_lmtt *lmtt) in lmtt_fini_pd()129 struct xe_lmtt *lmtt = arg; in fini_lmtt() local159 int xe_lmtt_init(struct xe_lmtt *lmtt) in xe_lmtt_init()186 static void lmtt_setup_dir_ptr(struct xe_lmtt *lmtt) in lmtt_setup_dir_ptr()211 void xe_lmtt_init_hw(struct xe_lmtt *lmtt) in xe_lmtt_init_hw()466 void xe_lmtt_drop_pages(struct xe_lmtt *lmtt, unsigned int vfid) in xe_lmtt_drop_pages()[all …]
23 static inline int xe_lmtt_init(struct xe_lmtt *lmtt) { return 0; } in xe_lmtt_init()24 static inline void xe_lmtt_init_hw(struct xe_lmtt *lmtt) { } in xe_lmtt_init_hw()
1288 struct xe_lmtt *lmtt; in pf_reset_vf_lmtt() local1305 struct xe_lmtt *lmtt; in pf_update_vf_lmtt() local
200 struct xe_lmtt lmtt; member