Home
last modified time | relevance | path

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

/dports/emulators/bochs/bochs-2.7/cpu/
H A Dicache.h27 extern void handleSMC(bx_phy_address pAddr, Bit32u mask);
70 handleSMC(pAddr, 0xffffffff); // one of the CPUs might be running trace from this page in decWriteStamp()
86 handleSMC(pAddr, mask); in decWriteStamp()
183 BX_CPP_INLINE void handleSMC(bx_phy_address pAddr, Bit32u mask);
231 BX_CPP_INLINE void bxICache_c::handleSMC(bx_phy_address pAddr, Bit32u mask) in handleSMC() function
H A Dicache.cc53 void handleSMC(bx_phy_address pAddr, Bit32u mask) in handleSMC() function
59 BX_CPU(i)->iCache.handleSMC(pAddr, mask); in handleSMC()