gvisor/pkg/sentry/platform/ring0/pagetables
Adin Scannell 527d08f6af Add +checkescape annotations to kvm/ring0.
This analysis also catches a potential bug, which is a split on mapPhysical.
This would have led to potential guest-exit during Mapping (although this
would have been handled by the now-unecessary retryInGuest loop).

PiperOrigin-RevId: 315025106
2020-06-05 17:25:28 -07:00
..
BUILD Move pagetables.limitPCID to arch-specific file. 2020-04-08 09:50:03 +08:00
allocator.go Add +checkescape annotations to kvm/ring0. 2020-06-05 17:25:28 -07:00
allocator_unsafe.go Update package locations. 2020-01-27 15:31:32 -08:00
pagetables.go Add +checkescape annotations to kvm/ring0. 2020-06-05 17:25:28 -07:00
pagetables_aarch64.go Update package locations. 2020-01-27 15:31:32 -08:00
pagetables_amd64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_amd64_test.go Update package locations. 2020-01-27 15:31:32 -08:00
pagetables_arm64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
pagetables_arm64_test.go Update package locations. 2020-01-27 15:31:32 -08:00
pagetables_test.go Update package locations. 2020-01-27 15:31:32 -08:00
pagetables_x86.go Fix 386 build tags 2020-04-01 10:00:03 -07:00
pcids.go Move pagetables.limitPCID to arch-specific file. 2020-04-08 09:50:03 +08:00
pcids_aarch64.go Move pagetables.limitPCID to arch-specific file. 2020-04-08 09:50:03 +08:00
pcids_aarch64.s Move pagetables.limitPCID to arch-specific file. 2020-04-08 09:50:03 +08:00
pcids_x86.go Move pagetables.limitPCID to arch-specific file. 2020-04-08 09:50:03 +08:00
walker_amd64.go
walker_arm64.go enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00