github.com/razvanm/vanadium-go-1.3@v0.0.0-20160721203343-4a65068e5915/src/runtime/arch_amd64p32.h (about)

     1  // Copyright 2011 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  enum {
     6  	thechar = '6',
     7  	BigEndian = 0,
     8  	CacheLineSize = 64,
     9  	RuntimeGogoBytes = 64,
    10  #ifdef GOOS_nacl
    11  	PhysPageSize = 65536,
    12  #else
    13  	PhysPageSize = 4096,
    14  #endif
    15  	PCQuantum = 1,
    16  	Int64Align = 8
    17  };