Home
last modified time | relevance | path

Searched refs:get_cxl_mock_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/cxl/test/
H A Dmock.c31 struct cxl_mock_ops *get_cxl_mock_ops(int *index) in get_cxl_mock_ops() function
36 EXPORT_SYMBOL_GPL(get_cxl_mock_ops);
49 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_is_acpi_device_node()
68 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_table_parse_cedt()
87 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_evaluate_integer()
106 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_pci_find_root()
124 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_nvdimm_bus_register()
140 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_devm_cxl_setup_hdm()
155 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_devm_cxl_add_passthrough_decoder()
172 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_devm_cxl_enumerate_decoders()
[all …]
H A Dmock.h32 struct cxl_mock_ops *get_cxl_mock_ops(int *index);
/openbmc/linux/tools/testing/cxl/
H A Dmock_acpi.c14 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in to_cxl_host_bridge()