1. 26 2月, 2016 1 次提交
  2. 18 2月, 2016 5 次提交
  3. 11 2月, 2016 2 次提交
  4. 21 1月, 2016 3 次提交
  5. 19 1月, 2016 1 次提交
  6. 15 1月, 2016 1 次提交
  7. 17 12月, 2015 1 次提交
  8. 10 11月, 2015 1 次提交
  9. 03 11月, 2015 1 次提交
  10. 27 10月, 2015 4 次提交
  11. 16 10月, 2015 2 次提交
  12. 25 8月, 2015 1 次提交
  13. 06 7月, 2015 1 次提交
    • P
      target-arm: Split DISAS_YIELD from DISAS_WFE · 049e24a1
      Peter Maydell 提交于
      Currently we use DISAS_WFE for both WFE and YIELD instructions.
      This is functionally correct because at the moment both of them
      are implemented as "yield this CPU back to the top level loop so
      another CPU has a chance to run". However it's rather confusing
      that YIELD ends up calling HELPER(wfe), and if we ever want to
      implement real behaviour for WFE and SEV it's likely to trip us up.
      
      Split out the yield codepath to use DISAS_YIELD and a new
      HELPER(yield) function, and have HELPER(wfe) call HELPER(yield).
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1435672316-3311-2-git-send-email-peter.maydell@linaro.org
      Reviewed-by: NPeter Crosthwaite <peter.crosthwaite@xilinx.com>
      049e24a1
  14. 16 6月, 2015 1 次提交
  15. 02 6月, 2015 1 次提交
  16. 29 5月, 2015 9 次提交
  17. 26 4月, 2015 2 次提交
  18. 13 2月, 2015 1 次提交
  19. 11 12月, 2014 2 次提交