Home
last modified time | relevance | path

Searched refs:cpuMask (Results 1 – 12 of 12) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Daffinity_linux.go16 type CPUSet [cpuSetSize]cpuMask
49 func cpuBitsMask(cpu int) cpuMask {
50 return cpuMask(1 << (uint(cpu) % _NCPUBITS))
Dztypes_linux_s390x.go896 type cpuMask uint64 type
Dztypes_linux_386.go873 type cpuMask uint32 type
Dztypes_linux_mips.go865 type cpuMask uint32 type
Dztypes_linux_amd64.go891 type cpuMask uint64 type
Dztypes_linux_ppc64.go880 type cpuMask uint64 type
Dztypes_linux_mips64.go872 type cpuMask uint64 type
Dztypes_linux_mipsle.go865 type cpuMask uint32 type
Dztypes_linux_arm.go861 type cpuMask uint32 type
Dztypes_linux_arm64.go870 type cpuMask uint64 type
Dztypes_linux_mips64le.go872 type cpuMask uint64 type
Dztypes_linux_ppc64le.go880 type cpuMask uint64 type