Home
last modified time | relevance | path

Searched refs:cxl_is_power8 (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/misc/cxl/
Dmain.c332 if (cxl_is_power8()) { in init_cxl()
353 if (cxl_is_power8()) in init_cxl()
373 if (cxl_is_power8()) in exit_cxl()
Dcontext.c47 if (cxl_is_power8()) { in cxl_context_init()
328 if (cxl_is_power8()) in reclaim_ctx()
Dfault.c211 if ((cxl_is_power8() && (dsisr & CXL_PSL_DSISR_An_DS))) in cxl_is_segment_miss()
219 if ((cxl_is_power8()) && (dsisr & CXL_PSL_DSISR_An_DM)) in cxl_is_page_fault()
Dnative.c145 if (cxl_is_power8()) in cxl_psl_purge()
528 if (cxl_is_power8()) in remove_process_element()
562 if (cxl_is_power8()) in activate_afu_directed()
1090 if (cxl_is_power8()) in native_get_irq_info()
1150 if ((cxl_is_power8()) && (dsisr & CXL_PSL_DSISR_TRANS)) in cxl_is_translation_fault()
1227 if (cxl_is_power8() && in native_irq_wait()
1260 if (cxl_is_power8()) { in native_slice_irq_err()
1375 if (cxl_is_power8()) in cxl_native_register_serr_irq()
Dpci.c333 if (cxl_is_power8()) { in get_capp_unit_id()
1357 if (cxl_is_power8() && (adapter->caia_major == 1)) in cxl_compatible_caia_version()
1617 if (cxl_is_power8()) { in set_sl_ops()
Dcxl.h835 static inline bool cxl_is_power8(void) in cxl_is_power8() function