Page table entry (PTE) descriptor in Linux kernel for ARM

后端 未结 2 1122
傲寒
傲寒 2020-12-11 09:35

I have read article of Duartes from: http://duartes.org/gustavo/blog/post/how-the-kernel-manages-your-memory

In part that describes about PTE content, bit [0:11] is

2条回答
  •  萌比男神i
    2020-12-11 09:58

    The ARM Linux code is different depending on the type of ARM and other conditionals. pgtable.h, page.h and mostly pgtable-2level.h give some details. There are two versions of PTE values; one for Linux and one for hardware.

提交回复
热议问题