Linux內(nèi)存管理

Linux內(nèi)存管理

ID:41883932

大小:118.00 KB

頁數(shù):30頁

時間:2019-09-04

Linux內(nèi)存管理_第1頁
Linux內(nèi)存管理_第2頁
Linux內(nèi)存管理_第3頁
Linux內(nèi)存管理_第4頁
Linux內(nèi)存管理_第5頁
資源描述:

《Linux內(nèi)存管理》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。

1、MemoryManagementinLinuxAnandSivasubramaniamTwoPartsArchitectureIndependentMemoryShouldbeflexibleandportableenoughacrossplatformsImplementationforaspecificarchitectureArchitectureIndependentMemoryModelProcessvirtualaddressspacedividedintopagesPagesizegiveninPAGE_SIZEmacroinasm/page.h(4Kforx86and8Kf

2、orAlpha)Thepagesaredividedbetween4segmentsUserCode,UserData,KernelCode,KernelDataInUsermode,accessonlyUserCodeandUserDataButinKernelmode,accessalsoneededforUserDataput_user(),get_user(),memcpy_tofs(),memcpy_fromfs()allowkerneltoaccessuserdata(definedinasm/segment.h)Registerscsanddspointtothecodean

3、ddatasegmentsofthecurrentmodefspointstothedatasegmentofthecallingprocessinkernelmode.Get_ds(),get_fs(),andset_fs()aredefinedinasm/segment.hSegment+Offset=4GBLinearaddress(32bits)Ofthis,userspace=3GB(definedbyTASK_SIZEmacro)andkernelspace=1GBLinearAddressconvertedtophysicaladdressusing3levelsIndexi

4、ntoPageDir.IndexintoPageMiddleDir.IndexintoPageTablePageOffsetPageDir.AndMiddleDir.AccessFunctions (inasm/page.handasm/pgtable.h)Structurespgd_tandpmd_tdefineanentryofthesetables.pgd_alloc_alloc()/pgd_free()toallocateandfreeapageforthepagedirectorypmd_alloc(),pmd_alloc_kernel()/pmd_free(),pmd_free

5、_kernel()allocateandfreeapagemiddledirectoryinuserandkernelsegments.pgd_set(),pgd_clear()/pmd_set(),pmd_clear()setandclearaentryoftheirtables.pgd_present()/pmd_present()checksforpresenceofwhattheentriesarepointingto.pgd_page()/pmd_page()returnsthebaseaddressofthepagetowhichtheentryispointing…..Pag

6、eTableEntry(pte_t)AttributesPresence(ispagepresentinVAS?)Read,WriteandExecuteAccessed?(age)DirtyMacrosofPgprot_typePAGE_NONE(invalid)PAGE_SHARED(read-write)PAGE_COPY/READ_ONLY(readonly,usedbycopy-on-write)PAGE_KERNEL(accessibeonlybykernel)PageTableFunctionsmk_pte(),Pte_clear(),set_pte()pte_mkclean

7、(),pte_mkdirty(),pt_mkread(),….pte_none()(checkwhetherentryisset)pte_page()(returnsaddressofpage)pte_dirty(),pte_present(),pte_young(),pte_read(),pte_write()ProcessAddressSpace(nottoscale!)Kernel0xC0000000Filenam

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費(fèi)完成后未能成功下載的用戶請聯(lián)系客服處理。