HomeSort by relevance Sort by last modified time
    Searched refs:BX_CPU (Results 1 - 2 of 2) sorted by null

  /external/qemu-pc-bios/bochs/
bochs.h 190 #define BX_CPU(x) (bx_cpu_array[x])
192 #define BX_CPU(x) (&bx_cpu)
428 // what should we put for "n" in BX_CPU(n)->dbg_xlate_linear2phy() and
429 // BX_CPU(n)->dword.eip, etc.
  /external/qemu-pc-bios/bochs/bios/
rombios.c 138 #define BX_CPU 3
186 #if BX_USE_ATADRV && BX_CPU<3
195 #if BX_PCIBIOS && BX_CPU<3
198 #if BX_APM && BX_CPU<3
230 #if BX_CPU >= 3
    [all...]

Completed in 31 milliseconds