博客
关于我
ARM体系结构与接口10:MMU编程
阅读量:277 次
发布时间:2019-03-01

本文共 1784 字,大约阅读时间需要 5 分钟。

MMU?????

MMU??

MMU?????????ARM??????????????????????????MMU??????????????

  • ???????MMU?????????(VMSA)??????Virtual Address, VA?????????Physical Address, PA??????????????????????
  • ???????MMU????????????????????????????????????
  • VMSA??

    VMSA???????????MMU??????????????????????VMSA??Translation Table?????????????Translation Lookaside Buffers?TLB????????????

    Translation Table?TLB??

    • Translation Table??????????????????TTB???cp15?c2??????
    • TLB???Translation Table???????????????????TLB miss???????translation table walk????TLB?

    TLB????

    • ?????????????MVA?Modified Virtual Address??????????????????
    • ???????????????????????
    • ??????????????????????????????

    MMU??

    MMU????????

  • ????????????????????????????????
  • ????????????????????????
  • ????

    • ????MMU?????????????????????????MMU???
    • ???????????????????????????????????????????

    MMU??????

    ????

    MMU??????????????????

    VA ? TTB Lookup ? TLB Lookup ? PA

    ?????VA????TTB??Translation Table?????TLB?????????????????PA?

    Translation Table??

    ????????????????????????????cache?write buffer??????????

  • ?Translation Table???.mmudata???
  • ?????????MMU???
  • ??Translation Table????????????
  • MMU??????

    ????????????????

  • lowlevel_init.S???mmu_table???????.mmudata??
  • init/start.S?????MMU???enable_mmu????SD????????????
  • cc_bootloader??

    ?cc_bootloader???????????

  • ?init/mmu.S???mmu_table?????.mmudata??
  • ??enable_mmu?????init/start.S??
  • ??mmu_table???????.mmudata??
  • ?????????

  • x210 USB OTG?????????eMMC?SD??????SD?????????????????????

    • ???start.S??mmu_table???.mmudata??
    • ????????enable_mmu?????????
  • start.o??????????start.S????Translation Table??????????

    • ?Translation Table????????.mmudata???
    • ??????????.mmudata??????
  • ????

    ???????????????????????MMU?Translation Table?????.mmudata???????????????

    ??

    MMU??ARM??????????????????????????????????Translation Table?TLB???MMU?????????????????????

    转载地址:http://bhwx.baihongyu.com/

    你可能感兴趣的文章
    Objective-C实现calloc函数功能(附完整源码)
    查看>>
    Objective-C实现canny边缘检测算法(附完整源码)
    查看>>
    Objective-C实现cartesianProduct笛卡尔乘积算法(附完整源码)
    查看>>
    Objective-C实现check strong password检查密码强度算法(附完整源码)
    查看>>
    Objective-C实现chudnovsky algorithm楚德诺夫斯基算法(附完整源码)
    查看>>
    Objective-C实现CIC滤波器(附完整源码)
    查看>>
    Objective-C实现circle sort圆形排序算法(附完整源码)
    查看>>
    Objective-C实现CircularQueue循环队列算法(附完整源码)
    查看>>
    Objective-C实现clearBit清除位算法(附完整源码)
    查看>>
    Objective-C实现climbStairs爬楼梯问题算法(附完整源码)
    查看>>
    Objective-C实现cocktail shaker sort鸡尾酒排序算法(附完整源码)
    查看>>
    Objective-C实现cocktailShakerSort鸡尾酒排序算法(附完整源码)
    查看>>
    Objective-C实现CoinChange硬币兑换问题算法(附完整源码)
    查看>>
    Objective-C实现collatz sequence考拉兹序列算法(附完整源码)
    查看>>
    Objective-C实现Collatz 序列算法(附完整源码)
    查看>>
    Objective-C实现comb sort梳状排序算法(附完整源码)
    查看>>
    Objective-C实现combinationSum组合和算法(附完整源码)
    查看>>
    Objective-C实现combinations排列组合算法(附完整源码)
    查看>>
    Objective-C实现combine With Repetitions结合重复算法(附完整源码)
    查看>>
    Objective-C实现combine Without Repetitions不重复地结合算法(附完整源码)
    查看>>