gvisor/pkg/sentry/platform/kvm
Andrei Vagin 22d89ef5cb Import "unsafe" in bluepill_arm64_unsafe.go
This fixes a compile time error:
pkg/sentry/platform/kvm/bluepill_arm64_unsafe.go:45:35: undefined: unsafe

PiperOrigin-RevId: 300375687
2020-03-11 12:01:46 -07:00
..
testutil Standardize on tools directory. 2020-01-27 12:21:00 -08:00
BUILD Update package locations. 2020-01-27 15:31:32 -08:00
address_space.go Update package locations. 2020-01-27 15:31:32 -08:00
allocator.go support using KVM_MEM_READONLY for arm64 regions 2019-10-30 15:53:31 -07:00
bluepill.go Code Clean:Move getUserRegisters into dieArchSetup() and other small changes. 2020-02-20 06:43:27 +00:00
bluepill_amd64.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
bluepill_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
bluepill_amd64_unsafe.go Code Clean:Move getUserRegisters into dieArchSetup() and other small changes. 2020-02-20 06:43:27 +00:00
bluepill_arm64.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
bluepill_arm64.s Enable bluepill dieTrampoline operation on arm64. 2020-02-25 01:50:58 +00:00
bluepill_arm64_unsafe.go Import "unsafe" in bluepill_arm64_unsafe.go 2020-03-11 12:01:46 -07:00
bluepill_fault.go Update package locations. 2020-01-27 15:31:32 -08:00
bluepill_unsafe.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
context.go Update package locations. 2020-01-27 15:31:32 -08:00
filters_amd64.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
filters_arm64.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
kvm.go Code Clean: Move arch independent codes to common file in kvm pkg. 2020-02-26 01:51:31 +00:00
kvm_amd64.go Code Clean: Move arch independent codes to common file in kvm pkg. 2020-02-26 01:51:31 +00:00
kvm_amd64_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
kvm_arm64.go Code Clean: Move arch independent codes to common file in kvm pkg. 2020-02-26 01:51:31 +00:00
kvm_arm64_unsafe.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
kvm_const.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
kvm_const_arm64.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
kvm_test.go Update package locations. 2020-01-27 15:31:32 -08:00
machine.go Don't acquire contended lock with the OS thread locked. 2020-02-25 12:22:29 -08:00
machine_amd64.go Update package locations. 2020-01-27 15:31:32 -08:00
machine_amd64_unsafe.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
machine_arm64.go Update package locations. 2020-01-27 15:31:32 -08:00
machine_arm64_unsafe.go Code Clean:Move getUserRegisters into dieArchSetup() and other small changes. 2020-02-20 06:43:27 +00:00
machine_unsafe.go enable kvm to support arm64 2019-12-13 17:11:23 -08:00
physical_map.go Update package locations. 2020-01-27 15:31:32 -08:00
physical_map_amd64.go Optimize kvm/physical_map.go on Arm platform 2019-10-23 03:32:50 +00:00
physical_map_arm64.go Optimize kvm/physical_map.go on Arm platform 2019-10-23 03:32:50 +00:00
virtual_map.go Update package locations. 2020-01-27 15:31:32 -08:00
virtual_map_test.go Update package locations. 2020-01-27 15:31:32 -08:00