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

  /external/qemu/tcg/x86_64/
tcg-target.c 658 if (GUEST_BASE == (int32_t)GUEST_BASE) {
660 offset = GUEST_BASE;
663 /* movq $GUEST_BASE, r0 */
665 tcg_out32(s, GUEST_BASE);
666 tcg_out32(s, GUEST_BASE >> 32);
840 if (GUEST_BASE == (int32_t)GUEST_BASE) {
842 offset = GUEST_BASE;
845 /* movq $GUEST_BASE, r0 *
    [all...]
  /external/qemu/
cpu-all.h 628 extern unsigned long guest_base;
631 #define GUEST_BASE guest_base
634 #define GUEST_BASE 0ul
639 #define g2h(x) ((void *)((unsigned long)(x) + GUEST_BASE))
645 unsigned long __guest = (unsigned long)(x) - GUEST_BASE; \
651 unsigned long __ret = (unsigned long)(x) - GUEST_BASE; \
  /external/qemu/tcg/i386/
tcg-target.c     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 40 #ifndef GUEST_BASE
41 #define GUEST_BASE 0
656 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
855 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
936 if (GUEST_BASE) {
937 tcg_out_movi (s, TCG_TYPE_I32, TCG_GUEST_BASE_REG, GUEST_BASE);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 39 #ifndef GUEST_BASE
40 #define GUEST_BASE 0
695 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
823 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
902 if (GUEST_BASE) {
903 tcg_out_movi (s, TCG_TYPE_I64, TCG_GUEST_BASE_REG, GUEST_BASE);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c     [all...]
  /external/qemu/tcg/hppa/
tcg-target.c     [all...]
  /external/qemu/tcg/
tcg.c 63 #error GUEST_BASE not supported on this host.
    [all...]

Completed in 160 milliseconds