Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1Learning Outcomes¶

2Visuals¶

The Translation Lookaside Buffer (TLB).

FigureĀ 1:The Translation Lookaside Buffer (TLB).

Page table walk is inefficient.

FigureĀ 2:Page table walk is inefficient.

The TLB helps decrease amount of page table walks necessary.

FigureĀ 3:The TLB helps decrease amount of page table walks necessary.

Example of address translation with TLB.

FigureĀ 4:Example of address translation with TLB.

Example of address translation with TLB (hit).

FigureĀ 5:Example of address translation with TLB (hit).

Example of address translation with TLB (miss).

FigureĀ 6:Example of address translation with TLB (miss).

Example of address translation with TLB (miss).

FigureĀ 7:Example of address translation with TLB (miss).