HomeSort by relevance Sort by last modified time
    Searched full:stw_p (Results 1 - 5 of 5) sorted by null

  /external/qemu/
cpu-all.h 599 #define stw_p(p, v) stw_be_p(p, v) macro
611 #define stw_p(p, v) stw_le_p(p, v) macro
676 #define stw_raw(p, v) stw_p(saddr((p)), v)
kvm-all.c 526 stw_p(ptr, cpu_inw(port));
exec.c     [all...]
gdbstub.c 480 stw_p(mem_buf, val); \
    [all...]
  /external/qemu/hw/
pc.c 690 stw_p(header+0x20, 0xA33F);
691 stw_p(header+0x22, cmdline_addr-real_addr);
704 stw_p(header+0x224, cmdline_addr-real_addr-0x200);
    [all...]

Completed in 523 milliseconds