Kernel Memory Layout on ARM Linux

        Kernel Memory Layout on ARM Linux

        Russell King <rmk@arm.linux.org.uk>
             November 17, 2005 (2.6.15)

This document describes the virtual memory layout which the Linux
kernel uses for ARM processors.  It indicates which regions are
free for platforms to use, and which are used by generic code.

The ARM CPU is capable of addressing a maximum of 4GB virtual memory
space, and this must be shared between user space processes, the
kernel, and hardware devices.

As the ARM architecture matures, it becomes necessary to reserve
certain regions of VM space for use for new facilities; therefore
this document may reserve more VM space over time.

Start           End                                                       Use
--------------------------------------------------------------------------
ffff8000     ffffffff             copy_user_page / clear_user_page use.
                                       For SA11xx and Xscale, this is used to
                                       setup a minicache mapping.

ffff4000    ffffffff            cache aliasing on ARMv6 and later CPUs.

ffff1000    ffff7fff          Reserved.
                                      Platforms must not use this address range.

ffff0000    ffff0fff          CPU vector page.
                                    The CPU vectors are mapped here if the
                                    CPU supports vector relocation (control
                                    register V bit.)

fffe0000    fffeffff          XScale cache flush area.  This is used
                                     in proc-xscale.S to flush the whole data
                                    cache. (XScale does not have TCM.)

fffe8000    fffeffff        DTCM mapping area for platforms with
                                    DTCM mounted inside the CPU.

fffe0000    fffe7fff      ITCM mapping area for platforms with
                                   ITCM mounted inside the CPU.

fff00000    fffdffff       Fixmap mapping region.  Addresses provided
                                  by fix_to_virt() will be located here.

ffc00000    ffefffff      DMA memory mapping region.  Memory returned
                                   by the dma_alloc_xxx functions will be
                                   dynamically mapped here.

ff000000    ffbfffff                                 Reserved for future expansion of DMA
                                                            mapping region.

VMALLOC_END    feffffff                  Free for platform use, recommended.
                                                             VMALLOC_END must be aligned to a 2MB
                                                             boundary.

VMALLOC_START    VMALLOC_END-1                             vmalloc() / ioremap() space.
                                                                                                       Memory returned by vmalloc/ioremap will
                                                                                                     be dynamically placed in this region.
                                                                                                    VMALLOC_START may be based upon the value
                                                                                                    of the high_memory variable.

PAGE_OFFSET    high_memory-1                                            Kernel direct-mapped RAM region.
                                                                                                         This maps the platforms RAM, and typically
                                                                                                         maps all platform RAM in a 1:1 relationship.

PKMAP_BASE    PAGE_OFFSET-1                                          Permanent kernel mappings
                                                                                                         One way of mapping HIGHMEM pages into kernel
                                                                                                         space.

MODULES_VADDR    MODULES_END-1                           Kernel module space
                                                                                                       Kernel modules inserted via insmod are
                                                                                                      placed here using dynamic mappings.

00001000    TASK_SIZE-1                                                     User space mappings
                                                                                                    Per-thread mappings are placed here via
                                                                                                    the mmap() system call.

00000000    00000fff                                                              CPU vector page / null pointer trap
                                                                                                    CPUs which do not support vector remapping
                                                                                                   place their vector page here.  NULL pointer
                                                                                                   dereferences by both the kernel and user
                                                                                                   space are also caught via this mapping.

Please note that mappings which collide with the above areas may result
in a non-bootable kernel, or may cause the kernel to (eventually) panic
at run time.

Since future CPUs may impact the kernel mapping layout, user programs
must not access any memory which is not mapped inside their 0x0001000
to TASK_SIZE address range.  If they wish to access these areas, they
must set up their own mappings using open() and mmap().
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值