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()
73 static inline struct xe_gt *xe_device_get_gt(struct xe_device *xe, u8 gt_id) in xe_device_get_gt()
115 static inline struct xe_gt *xe_root_mmio_gt(struct xe_device *xe) in xe_root_mmio_gt()
120 static inline bool xe_device_uc_enabled(struct xe_device *xe) in xe_device_uc_enabled()
148 static inline bool xe_device_has_flat_ccs(struct xe_device *xe) in xe_device_has_flat_ccs()
153 static inline bool xe_device_has_sriov(struct xe_device *xe) in xe_device_has_sriov()
158 static inline bool xe_device_has_msix(struct xe_device *xe) in xe_device_has_msix()
163 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq()
168 static inline bool xe_device_uses_memirq(struct xe_device *xe) in xe_device_uses_memirq()
183 static inline bool xe_device_wedged(struct xe_device *xe) in xe_device_wedged()