Home
last modified time | relevance | path

Searched refs:cxl_rcd_component_reg_phys (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/cxl/
H A DKbuild15 ldflags-y += --wrap=cxl_rcd_component_reg_phys
/linux/drivers/cxl/core/
H A Dregs.c629 resource_size_t cxl_rcd_component_reg_phys(struct device *dev, in cxl_rcd_component_reg_phys() function
636 EXPORT_SYMBOL_NS_GPL(cxl_rcd_component_reg_phys, "CXL");
/linux/tools/testing/cxl/test/
H A Dmock.c281 component_reg_phys = cxl_rcd_component_reg_phys(dev, dport); in __wrap_cxl_rcd_component_reg_phys()
/linux/drivers/cxl/
H A Dcxl.h313 resource_size_t cxl_rcd_component_reg_phys(struct device *dev,
H A Dpci.c493 component_reg_phys = cxl_rcd_component_reg_phys(&pdev->dev, dport); in cxl_rcrb_get_comp_regs()