1. 24 2月, 2011 3 次提交
  2. 11 2月, 2011 3 次提交
  3. 05 2月, 2011 2 次提交
  4. 15 1月, 2011 4 次提交
  5. 07 1月, 2011 2 次提交
  6. 28 12月, 2010 3 次提交
  7. 07 12月, 2010 4 次提交
  8. 03 12月, 2010 2 次提交
  9. 30 10月, 2010 1 次提交
  10. 02 7月, 2010 1 次提交
  11. 01 6月, 2010 1 次提交
  12. 06 4月, 2010 2 次提交
  13. 27 3月, 2010 1 次提交
  14. 17 3月, 2010 1 次提交
    • P
      Large page TLB flush · d4c430a8
      Paul Brook 提交于
      QEMU uses a fixed page size for the CPU TLB.  If the guest uses large
      pages then we effectively split these into multiple smaller pages, and
      populate the corresponding TLB entries on demand.
      
      When the guest invalidates the TLB by virtual address we must invalidate
      all entries covered by the large page.  However the address used to
      invalidate the entry may not be present in the QEMU TLB, so we do not
      know which regions to clear.
      
      Implementing a full vaiable size TLB is hard and slow, so just keep a
      simple address/mask pair to record which addresses may have been mapped by
      large pages.  If the guest invalidates this region then flush the
      whole TLB.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      d4c430a8
  15. 13 3月, 2010 1 次提交
  16. 19 2月, 2010 1 次提交
  17. 07 2月, 2010 1 次提交
    • R
      target-arm: refactor cp15.c13 register access · 3f26c122
      Riku Voipio 提交于
      Access the cp15.c13 TLS registers directly with TCG ops instead of with
      a slow helper. If the the cp15 read/write was not TLS register access,
      fall back to the cp15 helper.
      
      This makes accessing __thread variables in linux-user when apps are compiled
      with -mtp=cp15 possible. legal cp15 register to acces from linux-user are
      already checked in cp15_user_ok.
      
      While at it, make the cp15.c13 Thread ID registers available only on
      ARMv6K and newer.
      Signed-off-by: NRiku Voipio <riku.voipio@nokia.com>
      3f26c122
  18. 05 2月, 2010 1 次提交
    • R
      target-arm: refactor cp15.c13 register access · f101cd88
      Riku Voipio 提交于
      Access the cp15.c13 TLS registers directly with TCG ops instead of with
      a slow helper. If the the cp15 read/write was not TLS register access,
      fall back to the cp15 helper.
      
      This makes accessing __thread variables in linux-user when apps are compiled
      with -mtp=cp15 possible. legal cp15 register to acces from linux-user are
      already checked in cp15_user_ok.
      
      While at it, make the cp15.c13 Thread ID registers available only on
      ARMv6K and newer.
      Signed-off-by: NRiku Voipio <riku.voipio@nokia.com>
      f101cd88
  19. 23 11月, 2009 1 次提交
  20. 20 11月, 2009 2 次提交
  21. 27 10月, 2009 1 次提交
  22. 23 10月, 2009 2 次提交