gvisor/pkg/sentry/platform/ring0/pagetables
Adin Scannell 3374849cb5 Split PCID implementation from page tables.
Instead of associating a single PCID with each set of page tables (which
will reach the maximum quickly), allow a dynamic pool for each vCPU.
This is the same way that Linux operates. We also split management of
PCIDs out of the page tables themselves for simplicity.

PiperOrigin-RevId: 199585631
Change-Id: I42f3486ada3cb2a26f623c65ac279b473ae63201
2018-06-06 22:52:55 -07:00
..
BUILD Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00
allocator.go Add allocator abstraction for page tables. 2018-06-06 21:48:24 -07:00
allocator_unsafe.go Add allocator abstraction for page tables. 2018-06-06 21:48:24 -07:00
pagetables.go Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00
pagetables_amd64.go Add allocator abstraction for page tables. 2018-06-06 21:48:24 -07:00
pagetables_amd64_test.go Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00
pagetables_test.go Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00
pagetables_x86.go Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00
pcids_x86.go Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00