博客
关于我
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/

    你可能感兴趣的文章
    OpenLayers学习二:点标记的添加删除和修改(以类为接口)
    查看>>
    Openlayers实战教程学习大纲及引导
    查看>>
    Openlayers实战:LayerGroup添加删除显示隐藏
    查看>>
    Openlayers实战:loadstart和loadend事件
    查看>>
    Openlayers实战:modifystart、modifyend互动示例
    查看>>
    Openlayers实战:moveend事件,利用calculateExtent获取地图左上和右下的坐标
    查看>>
    Openlayers实战:overlay上播放视频
    查看>>
    Openlayers实战:select简介及select选择feature实战
    查看>>
    Openlayers实战:个性化比例尺
    查看>>
    Openlayers实战:使几何图形适配窗口
    查看>>
    Openlayers实战:判断共享单车是否在电子围栏内
    查看>>
    Openlayers实战:利用turf获取两个多边形的交集、差集、并集
    查看>>
    Openlayers实战:加载Bing地图
    查看>>
    Openlayers实战:加载CSV文件
    查看>>
    Openlayers实战:加载GeoJSON
    查看>>
    Openlayers实战:加载GPX文件
    查看>>
    Openlayers实战:加载SHP文件
    查看>>
    Openlayers实战:加载高德地图
    查看>>
    Openlayers实战:测量长度,测量面积
    查看>>
    Openlayers实战:点击某点,overlay显示经纬度坐标
    查看>>