package
0.0.0-20220214151720-7585b01ddccf
Repository: https://github.com/inetaf/netstack.git
Documentation: pkg.go.dev
# Functions
AddrRangeSeqFromSlice returns an AddrRangeSeq representing all AddrRanges in slice.
AddrRangeSeqOf returns an AddrRangeSeq representing the single AddrRange ar.
PageRoundDown returns x rounded down to the nearest page boundary.
PageRoundUp returns x rounded up to the nearest page boundary.
# Constants
HugePageShift is the binary log of the system huge page size.
HugePageSize is the system huge page size.
PageShift is the binary log of the system page size.
PageSize is the system page size.
# Structs
AccessType specifies memory access types.
A Range represents a contiguous range of T.
An AddrRangeSeq represents a sequence of AddrRanges.
# Type aliases
Addr represents a generic virtual address.