Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cxl/
Dmain.c331 if (cxl_is_power8()) { in init_cxl()
352 if (cxl_is_power8()) in init_cxl()
372 if (cxl_is_power8()) in exit_cxl()
Dcontext.c51 if (cxl_is_power8()) { in cxl_context_init()
332 if (cxl_is_power8()) in reclaim_ctx()
Dfault.c215 if ((cxl_is_power8() && (dsisr & CXL_PSL_DSISR_An_DS))) in cxl_is_segment_miss()
223 if ((cxl_is_power8()) && (dsisr & CXL_PSL_DSISR_An_DM)) in cxl_is_page_fault()
Dnative.c148 if (cxl_is_power8()) in cxl_psl_purge()
536 if (cxl_is_power8()) in remove_process_element()
570 if (cxl_is_power8()) in activate_afu_directed()
1098 if (cxl_is_power8()) in native_get_irq_info()
1158 if ((cxl_is_power8()) && (dsisr & CXL_PSL_DSISR_TRANS)) in cxl_is_translation_fault()
1235 if (cxl_is_power8() && in native_irq_wait()
1268 if (cxl_is_power8()) { in native_slice_irq_err()
1383 if (cxl_is_power8()) in cxl_native_register_serr_irq()
Dpci.c346 if (cxl_is_power8()) { in get_capp_unit_id()
1367 if (cxl_is_power8() && (adapter->caia_major == 1)) in cxl_compatible_caia_version()
1627 if (cxl_is_power8()) { in set_sl_ops()
Dcxl.h837 static inline bool cxl_is_power8(void) in cxl_is_power8() function