Lines Matching refs:real_addr
618 hwaddr real_addr, prot_addr, cmdline_addr, initrd_addr = 0;
644 real_addr = 0x90000;
649 real_addr = 0x90000;
654 real_addr = 0x10000;
661 "qemu: real_addr = 0x" TARGET_FMT_plx "\n"
664 real_addr,
685 stw_p(header+0x22, cmdline_addr-real_addr);
698 stw_p(header+0x224, cmdline_addr-real_addr-0x200);
731 cpu_physical_memory_write(real_addr, header, 1024);
740 if (!fread_targphys_ok(real_addr+1024, setup_size-1024, f) ||
749 real_seg = real_addr >> 4;
753 gpr[4] = cmdline_addr-real_addr-16; /* SP (-16 is paranoia) */
755 option_rom_setup_reset(real_addr, setup_size);