~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to linux-user/target_flat.h

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* If your arch needs to do custom stuff, create your own target_flat.h
 
2
 * header file in linux-user/<your arch>/
 
3
 */
 
4
#define flat_argvp_envp_on_stack()                           1
 
5
#define flat_reloc_valid(reloc, size)                        ((reloc) <= (size))
 
6
#define flat_old_ram_flag(flag)                              (flag)
 
7
#define flat_get_relocate_addr(relval)                       (relval)
 
8
#define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp)
 
9
#define flat_set_persistent(relval, persistent)              (*persistent)
 
10
#define flat_put_addr_at_rp(rp, addr, relval)                put_user_ual(addr, rp)