1. 12 7月, 2016 1 次提交
  2. 17 6月, 2016 1 次提交
  3. 06 6月, 2016 1 次提交
  4. 19 5月, 2016 1 次提交
  5. 12 5月, 2016 1 次提交
    • P
      target-arm: Split data abort syndrome generator · 094d028a
      Peter Maydell 提交于
      Split the data abort syndrome generator into two versions:
      One with a valid Instruction Specific Syndrome (ISS) and another without.
      
      The following new flags are supported by the syndrome generator
      with ISS:
      * isv - Instruction syndrome valid
      * sas - Syndrome access size
      * sse - Syndrome sign extend
      * srt - Syndrome register transfer
      * sf  - Sixty-Four bit register width
      * ar  - Acquire/Release
      
      These flags are not yet used, so this patch has no functional change
      except that we will now correctly set the IL bit in data abort
      syndromes without ISS information.
      Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@xilinx.com>
      Message-id: 1461931684-1867-5-git-send-email-edgar.iglesias@gmail.com>
      [PMM: squashed in with patch which was just adding the IL bit]
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      094d028a
  6. 18 2月, 2016 1 次提交
  7. 11 2月, 2016 2 次提交
  8. 15 1月, 2016 1 次提交
  9. 17 12月, 2015 1 次提交
  10. 03 11月, 2015 1 次提交
  11. 27 10月, 2015 2 次提交
  12. 07 9月, 2015 1 次提交
  13. 16 6月, 2015 1 次提交
  14. 29 5月, 2015 1 次提交
    • P
      target-arm: Move setting of exception info into tlb_fill · 8c6084bf
      Peter Maydell 提交于
      Move the code which sets exception information out of
      arm_cpu_handle_mmu_fault and into tlb_fill. tlb_fill
      is the only caller which wants to raise_exception()
      so it makes more sense for it to handle the whole of
      the exception setup.
      
      As part of this cleanup, move the user-mode-only
      implementation function for the handle_mmu_fault CPU
      method into cpu.c so we don't need to make it globally
      visible, and rename the softmmu-only utility function
      arm_cpu_handle_mmu_fault to arm_tlb_fill so it's clear
      that it's not the same thing.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NEdgar E. Iglesias <edgar.iglesias@xilinx.com>
      8c6084bf
  15. 19 5月, 2015 1 次提交
  16. 02 4月, 2015 1 次提交
  17. 11 12月, 2014 1 次提交
  18. 24 10月, 2014 3 次提交
  19. 30 9月, 2014 6 次提交
  20. 12 9月, 2014 3 次提交
  21. 20 8月, 2014 1 次提交
  22. 04 8月, 2014 1 次提交
  23. 28 5月, 2014 2 次提交
  24. 18 4月, 2014 5 次提交