HomeSort by: relevance | last modified time | path
    Searched defs:cpu_regs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
hvm_vcpu.h 129 } cpu_regs; member in struct:vcpu_hvm_context
  /src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h 136 struct m6811_regs cpu_regs; member in struct:m68hc11_sim_cpu
216 #define cpu_get_ccr(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.ccr)
217 #define cpu_get_pc(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.pc)
218 #define cpu_get_d(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.d)
219 #define cpu_get_x(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.ix)
220 #define cpu_get_y(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.iy)
221 #define cpu_get_sp(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.sp)
222 #define cpu_get_a(cpu) ((M68HC11_SIM_CPU (cpu)->cpu_regs.d >> 8) & 0x0FF)
223 #define cpu_get_b(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.d & 0x0FF)
224 #define cpu_get_page(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.page
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h 136 struct m6811_regs cpu_regs; member in struct:m68hc11_sim_cpu
216 #define cpu_get_ccr(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.ccr)
217 #define cpu_get_pc(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.pc)
218 #define cpu_get_d(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.d)
219 #define cpu_get_x(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.ix)
220 #define cpu_get_y(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.iy)
221 #define cpu_get_sp(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.sp)
222 #define cpu_get_a(cpu) ((M68HC11_SIM_CPU (cpu)->cpu_regs.d >> 8) & 0x0FF)
223 #define cpu_get_b(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.d & 0x0FF)
224 #define cpu_get_page(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.page
    [all...]

Completed in 22 milliseconds