Home
last modified time | relevance | path

Searched refs:BXPN_CONFIGURABLE_MSRS_PATH (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/bochs/bochs-2.7/
H A Dparam_names.h46 #define BXPN_CONFIGURABLE_MSRS_PATH "cpu.msrs" macro
H A Dmain.cc1185 const char *msrs_file = SIM->get_param_string(BXPN_CONFIGURABLE_MSRS_PATH)->getptr(); in bx_init_hardware()
H A Dconfig.cc3495 sparam = SIM->get_param_string(BXPN_CONFIGURABLE_MSRS_PATH); in bx_write_configuration()
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dinit.cc133 const char *msrs_filename = SIM->get_param_string(BXPN_CONFIGURABLE_MSRS_PATH)->getptr(); in initialize()