Lines Matching defs:xe
34 static inline struct xe_device *xe_device_const_cast(const struct xe_device *xe) in xe_device_const_cast()
58 static inline struct xe_tile *xe_device_get_root_tile(struct xe_device *xe) in xe_device_get_root_tile()
70 static inline struct xe_gt *xe_device_get_gt(struct xe_device *xe, u8 gt_id) in xe_device_get_gt()
112 static inline struct xe_gt *xe_root_mmio_gt(struct xe_device *xe) in xe_root_mmio_gt()
117 static inline bool xe_device_uc_enabled(struct xe_device *xe) in xe_device_uc_enabled()
145 static inline bool xe_device_has_flat_ccs(struct xe_device *xe) in xe_device_has_flat_ccs()
150 static inline bool xe_device_has_sriov(struct xe_device *xe) in xe_device_has_sriov()
155 static inline bool xe_device_has_msix(struct xe_device *xe) in xe_device_has_msix()
160 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq()
165 static inline bool xe_device_uses_memirq(struct xe_device *xe) in xe_device_uses_memirq()
170 static inline bool xe_device_has_lmtt(struct xe_device *xe) in xe_device_has_lmtt()
185 static inline bool xe_device_wedged(struct xe_device *xe) in xe_device_wedged()