Home
last modified time | relevance | path

Searched refs:bx_instr_phy_access (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/bochs/bochs-2.7/instrument/stubs/
H A Dinstrument.h68 void bx_instr_phy_access(unsigned cpu, bx_address phy, unsigned len, unsigned memtype, unsigned rw);
125 #define BX_INSTR_PHY_ACCESS(cpu_id, phy, len, memtype, rw) bx_instr_phy_access(cpu_id, phy, len, m…
H A Dinstrument.cc64 void bx_instr_phy_access(unsigned cpu, bx_address phy, unsigned len, unsigned memty… in bx_instr_phy_access() function