gvisor/pkg/sentry/platform/ring0/pagetables
Ian Gudger 27500d529f New sync package.
* Rename syncutil to sync.
* Add aliases to sync types.
* Replace existing usage of standard library sync package.

This will make it easier to swap out synchronization primitives. For example,
this will allow us to use primitives from github.com/sasha-s/go-deadlock to
check for lock ordering violations.

Updates #1472

PiperOrigin-RevId: 289033387
2020-01-09 22:02:24 -08:00
..
BUILD New sync package. 2020-01-09 22:02:24 -08:00
allocator.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
allocator_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00
pagetables.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_aarch64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_amd64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_amd64_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
pagetables_arm64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_arm64_test.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
pagetables_x86.go Update canonical repository. 2019-06-13 16:50:15 -07:00
pcids_x86.go New sync package. 2020-01-09 22:02:24 -08:00
walker_amd64.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
walker_arm64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00