Home
last modified time | relevance | path

Searched refs:BX_INSTR_CACHE_CNTRL (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/bochs/bochs-2.7/instrument/example2/
H A Dinstrument.h74 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
135 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
/dports/emulators/bochs/bochs-2.7/instrument/example0/
H A Dinstrument.h85 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
144 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
/dports/emulators/bochs/bochs-2.7/instrument/example1/
H A Dinstrument.h136 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
195 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
/dports/emulators/bochs/bochs-2.7/instrument/stubs/
H A Dinstrument.h111 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) bx_instr_cache_cntrl(cpu_id, what) macro
171 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) macro
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dproc_ctrl.cc249 BX_INSTR_CACHE_CNTRL(BX_CPU_ID, BX_INSTR_INVD); in INVD()
282 BX_INSTR_CACHE_CNTRL(BX_CPU_ID, BX_INSTR_WBINVD); in WBINVD()