blob: fdd29c5673651e534915332b1871c2a80c188c6a (
plain)
1
2
3
4
5
6
7
|
// Copyright 2021 The gVisor Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package hostarch contains host arch address operations for user memory.
package hostarch
|