Home
last modified time | relevance | path

Searched defs:CacheLinePad (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/sys/cpu/
Dcpu.go22 type CacheLinePad struct{ _ [cacheLineSize]byte } argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/cpu/
Dcpu.go17 type CacheLinePad struct{ _ [CacheLinePadSize]byte } struct