Searched defs:lmtt (Results 1 – 3 of 3) sorted by relevance
37 #define lmtt_assert(lmtt, condition) xe_tile_assert(lmtt_to_tile(lmtt), condition) argument38 #define lmtt_debug(lmtt, msg...) xe_tile_sriov_dbg_verbose(lmtt_to_tile(lmtt), "LMTT: " msg) argument45 static struct xe_tile *lmtt_to_tile(struct xe_lmtt *lmtt) in lmtt_to_tile()50 static struct xe_device *lmtt_to_xe(struct xe_lmtt *lmtt) in lmtt_to_xe()55 static u64 lmtt_page_size(struct xe_lmtt *lmtt) in lmtt_page_size()60 static struct xe_lmtt_pt *lmtt_pt_alloc(struct xe_lmtt *lmtt, unsigned int level) in lmtt_pt_alloc()108 static int lmtt_init_pd(struct xe_lmtt *lmtt) in lmtt_init_pd()123 static void lmtt_fini_pd(struct xe_lmtt *lmtt) in lmtt_fini_pd()139 struct xe_lmtt *lmtt = arg; in fini_lmtt() local169 int xe_lmtt_init(struct xe_lmtt *lmtt) in xe_lmtt_init()[all …]
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()
221 struct xe_lmtt lmtt; member