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

  /external/qemu/include/qemu/
bswap.h 266 static inline void stl_p(void *ptr, uint32_t v) function
310 stl_p(ptr, le_bswap(v, 32));
375 stl_p(ptr, be_bswap(v, 32));
  /external/qemu/include/exec/
cpu-all.h 163 #define stl_p(p, v) stl_be_p(p, v) macro
175 #define stl_p(p, v) stl_le_p(p, v) macro
245 #define stl_raw(p, v) stl_p(saddr((p)), v)
  /external/qemu/hw/i386/
pc.c 682 stl_p(header+0x228, cmdline_addr);
726 stl_p(header+0x218, initrd_addr);
727 stl_p(header+0x21c, initrd_size);
    [all...]
  /external/qemu/
exec.c     [all...]
kvm-all.c 559 stl_p(ptr, cpu_inl(port));
gdbstub.c 486 stl_p(mem_buf, val); \
    [all...]
  /external/qemu/target-i386/
hax-all.c 446 stl_p(ptr, cpu_inl(port));
  /external/qemu/target-arm/
helper.c 383 case 0: stl_p(buf, env->vfp.xregs[ARM_VFP_FPSID]); return 4;
384 case 1: stl_p(buf, env->vfp.xregs[ARM_VFP_FPSCR]); return 4;
385 case 2: stl_p(buf, env->vfp.xregs[ARM_VFP_FPEXC]); return 4;
    [all...]

Completed in 135 milliseconds