cxl_map cxl_non_device_decoder_handling
API Reference Manual  /  4 Model-to-Model Interfaces  / 

cxl_mem_downstream_port_managing

Description
Functions enable_decoder and disable_decoder are used to enable and disable HDM decoders on a cxl-hdm-port device.

SIM_INTERFACE(cxl_mem_downstream_port_managing)
{
        bool (*register_port_mem_obj)(conf_object_t *obj, uint8 port_number,
                                      conf_object_t *port_mem_obj);
        void (*unregister_port_mem_obj)(conf_object_t *obj, uint8 port_number);
};

#define CXL_MEM_DOWNSTREAM_PORT_MANAGING_INTERFACE "cxl_mem_downstream_port_managing"

Execution Context
Cell Context for all methods.

cxl_map cxl_non_device_decoder_handling