1. 15 8月, 2012 5 次提交
  2. 29 6月, 2012 1 次提交
    • B
      x86: avoid AREG0 for exceptions · 77b2bc2c
      Blue Swirl 提交于
      Add an explicit CPUX86State parameter instead of relying on AREG0.
      
      Merge raise_exception_env() to raise_exception(), likewise with
      raise_exception_err_env() and raise_exception_err().
      
      Introduce cpu_svm_check_intercept_param() and cpu_vmexit()
      as wrappers.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      77b2bc2c
  3. 11 1月, 2012 1 次提交
    • A
      target-i386: fix SSE rounding and flush to zero · 2355c16e
      Aurelien Jarno 提交于
      SSE rounding and flush to zero control has never been implemented. However
      given that softfloat-native was using a single state for FPU and SSE and
      given that glibc is setting both FPU and SSE state in fesetround(), this
      was working correctly up to the switch to softfloat.
      
      Fix that by adding an update_sse_status() function similar to
      update_fpu_status(), and callin git on write to mxcsr.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      2355c16e
  4. 23 10月, 2009 1 次提交
  5. 04 10月, 2009 1 次提交
    • A
      target-i386: add RDTSCP support · 1b050077
      Andre Przywara 提交于
      RDTSCP reads the time stamp counter and atomically also the content
      of a 32-bit MSR, which can be freely set by the OS. This allows CPU
      local data to be queried by userspace.
      Linux uses this to allow a fast implementation of the getcpu()
      syscall, which uses the vsyscall page to avoid a context switch.
      AMD CPUs since K8RevF and Intel CPUs since Nehalem support this
      instruction.
      RDTSCP is guarded by the RDTSCP CPUID bit (Fn8000_0001:EDX[27]).
      Signed-off-by: NAndre Przywara <andre.przywara@amd.com>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      1b050077
  6. 22 5月, 2009 1 次提交
  7. 17 11月, 2008 1 次提交
  8. 26 9月, 2008 1 次提交
  9. 30 8月, 2008 1 次提交
  10. 18 6月, 2008 1 次提交
  11. 05 6月, 2008 1 次提交
  12. 04 6月, 2008 1 次提交
  13. 29 5月, 2008 1 次提交
  14. 23 5月, 2008 1 次提交
  15. 22 5月, 2008 3 次提交
  16. 21 5月, 2008 1 次提交
  17. 18 5月, 2008 1 次提交
  18. 17 5月, 2008 1 次提交
  19. 16 5月, 2008 1 次提交
  20. 13 5月, 2008 3 次提交
  21. 01 2月, 2008 1 次提交