Home
last modified time | relevance | path

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

/linux/drivers/misc/cxl/
H A Dcxllib.c35 if (!cxl_is_power9()) in cxllib_slot_is_supported()
H A Dpci.c350 if (cxl_is_power9()) { in get_capp_unit_id()
1354 if (cxl_is_power9() && (adapter->caia_major == 2)) in cxl_compatible_caia_version()
1426 if (cxl_is_power9() && (adapter->perst_loads_image)) in sanitise_adapter_regs()
1482 if (cxl_is_power9()) { in cxl_configure_adapter()
1515 if (cxl_is_power9()) in cxl_deconfigure_adapter()
1739 if (cxl_is_power9() && !radix_enabled()) { in cxl_probe()
H A Dnative.c147 if (cxl_is_power9()) in cxl_psl_purge()
626 cxl_is_power9()); in calculate_sr()
1153 if ((cxl_is_power9()) && (dsisr & CXL_PSL9_DSISR_An_TF)) in cxl_is_translation_fault()
1230 if (cxl_is_power9() && in native_irq_wait()
1377 if (cxl_is_power9()) { in cxl_native_register_serr_irq()
H A Dcontext.c191 if (cxl_is_power9()) { in cxl_context_iomap()
H A Dfault.c222 if (cxl_is_power9()) in cxl_is_page_fault()
H A Dcxl.h845 static inline bool cxl_is_power9(void) in cxl_is_power9() function