gvisor/pkg/sentry/platform/ring0/pagetables
Adin Scannell 1397a413b4 Make page tables split-safe.
In order to minimize the likelihood of exit during page table
modifications, make the full set of page table functions split-safe.
This is not strictly necessary (and you may still incur splits due to
allocations from the allocator pool) but should make retries a very rare
occurance.

PiperOrigin-RevId: 200146688
Change-Id: I8fa36aa16b807beda2f0b057be60038258e8d597
2018-06-11 18:15:14 -07:00
..
BUILD Make page tables split-safe. 2018-06-11 18:15:14 -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 Make page tables split-safe. 2018-06-11 18:15:14 -07:00
pagetables_amd64.go Make page tables split-safe. 2018-06-11 18:15:14 -07:00
pagetables_amd64_test.go Split PCID implementation from page tables. 2018-06-06 22:52:55 -07:00
pagetables_test.go Make page tables split-safe. 2018-06-11 18:15:14 -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
walker_amd64.go Make page tables split-safe. 2018-06-11 18:15:14 -07:00