Home
last modified time | relevance | path

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

/dports/emulators/bochs/bochs-2.7/instrument/example2/
H A Dinstrument.h96 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
156 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
/dports/emulators/bochs/bochs-2.7/instrument/example0/
H A Dinstrument.h106 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
165 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
/dports/emulators/bochs/bochs-2.7/instrument/example1/
H A Dinstrument.h157 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
216 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
/dports/emulators/bochs/bochs-2.7/instrument/stubs/
H A Dinstrument.h133 #define BX_INSTR_WRMSR(cpu_id, addr, value) bx_instr_wrmsr(cpu_id, addr, value) macro
192 #define BX_INSTR_WRMSR(cpu_id, addr, value) macro
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dmsr.cc575 BX_INSTR_WRMSR(BX_CPU_ID, index, val_64); in wrmsr()