<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tlb on Sanketh's Blog</title><link>https://sankethbk.github.io/blog/tags/tlb/</link><description>Recent content in Tlb on Sanketh's Blog</description><generator>Hugo -- 0.163.3</generator><language>en-us</language><lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://sankethbk.github.io/blog/tags/tlb/index.xml" rel="self" type="application/rss+xml"/><item><title>The Page Tables</title><link>https://sankethbk.github.io/blog/posts/operating-systems/linux/2026-07-02-page-tables/</link><pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate><guid>https://sankethbk.github.io/blog/posts/operating-systems/linux/2026-07-02-page-tables/</guid><description>&lt;h2 id="modern-linux-page-tables-4-level-architecture"&gt;Modern Linux Page Tables (4-Level Architecture)&lt;/h2&gt;
&lt;p&gt;Modern 64-bit processors require much larger address spaces, and the Linux kernel adapted by shifting to a &lt;strong&gt;4-level&lt;/strong&gt; (and more recently, a 5-level) page table architecture.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Core Concept:&lt;/strong&gt; Because a 64-bit address space is astronomically large and mostly empty, the kernel cannot use a single, massive translation array. Instead, it uses a hierarchical, multi-level tree of tables to map Virtual Addresses to Physical Addresses efficiently.&lt;/p&gt;</description></item></channel></rss>