1. 27 11月, 2018 1 次提交
  2. 17 6月, 2018 1 次提交
  3. 04 6月, 2018 1 次提交
  4. 02 6月, 2018 1 次提交
  5. 01 6月, 2018 1 次提交
  6. 19 5月, 2018 1 次提交
  7. 10 5月, 2018 3 次提交
  8. 20 3月, 2018 2 次提交
  9. 08 3月, 2018 1 次提交
  10. 21 2月, 2018 1 次提交
  11. 05 2月, 2018 1 次提交
  12. 25 1月, 2018 1 次提交
    • L
      accel/tcg: add size paremeter in tlb_fill() · 98670d47
      Laurent Vivier 提交于
      The MC68040 MMU provides the size of the access that
      triggers the page fault.
      
      This size is set in the Special Status Word which
      is written in the stack frame of the access fault
      exception.
      
      So we need the size in m68k_cpu_unassigned_access() and
      m68k_cpu_handle_mmu_fault().
      
      To be able to do that, this patch modifies the prototype of
      handle_mmu_fault handler, tlb_fill() and probe_write().
      do_unassigned_access() already includes a size parameter.
      
      This patch also updates handle_mmu_fault handlers and
      tlb_fill() of all targets (only parameter, no code change).
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      Reviewed-by: NDavid Hildenbrand <david@redhat.com>
      Reviewed-by: NRichard Henderson <richard.henderson@linaro.org>
      Message-Id: <20180118193846.24953-2-laurent@vivier.eu>
      98670d47
  13. 10 1月, 2018 1 次提交
  14. 30 12月, 2017 1 次提交
  15. 08 11月, 2017 1 次提交
  16. 27 10月, 2017 1 次提交
  17. 25 10月, 2017 7 次提交
  18. 10 10月, 2017 1 次提交
  19. 27 9月, 2017 1 次提交
  20. 14 9月, 2017 1 次提交
  21. 01 9月, 2017 6 次提交
  22. 01 8月, 2017 1 次提交
  23. 31 7月, 2017 1 次提交
  24. 20 7月, 2017 3 次提交