Searched refs:tlm_gp_option (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dgp.hh100 enum tlm_gp_option enum in namespace:tlm
250 tlm_gp_option get_gp_option() const { return m_gp_option; }
251 void set_gp_option(const tlm_gp_option gp_opt) { m_gp_option = gp_opt; }
298 tlm_gp_option m_gp_option;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_gp.h23 // 5-May-2011 JA and Philipp Hartmann Add tlm_gp_option, set_gp_option, get_gp_option
110 enum tlm_gp_option { enum in namespace:tlm
432 tlm_gp_option get_gp_option() const { return m_gp_option; }
433 void set_gp_option( const tlm_gp_option gp_opt ) { m_gp_option = gp_opt; }
481 tlm_gp_option m_gp_option;

Completed in 8 milliseconds