Skip to content
Snippets Groups Projects
Select Git revision
  • 70bfde9a7de7fa3495d9e2bd7142cb1bc656484e
  • esp32_c3_bringup default
  • master
3 results

linux-user

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paolo Bonzini authored
    AMD supports both 32-bit and 64-bit SYSCALL/SYSRET, but the TCG only
    exposes it for 64-bit targets.  For system emulation just reuse the
    helper; for user-mode emulation the ABI is the same as "int $80".
    
    The BSDs does not support any fast system call mechanism in 32-bit
    mode so add to bsd-user the same stub that FreeBSD has for 64-bit
    compatibility mode.
    
    Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    63fd8ef0
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..