Source File
arch_arm64.go
Belonging Package
runtime/internal/sys
// Copyright 2014 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.package sysconst (ArchFamily = ARM64BigEndian = falseDefaultPhysPageSize = 65536PCQuantum = 4Int64Align = 8MinFrameSize = 8)type Uintreg uint64
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)