Home
last modified time | relevance | path

Searched defs:vdsoTimehands (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs_freebsd_386.go251 type vdsoTimehands struct { struct
252 algo uint32
253 gen uint32
254 scale uint64
255 offset_count uint32
256 counter_mask uint32
257 offset bintime
258 boottime bintime
259 x86_shift uint32
260 x86_hpet_idx uint32
[all …]
Ddefs_freebsd_arm.go226 type vdsoTimehands struct { struct
227 algo uint32
228 gen uint32
229 scale uint64
230 offset_count uint32
231 counter_mask uint32
232 offset bintime
233 boottime bintime
234 physical uint32
235 res [7]uint32
Ddefs_freebsd_amd64.go262 type vdsoTimehands struct { struct
263 algo uint32
264 gen uint32
265 scale uint64
266 offset_count uint32
267 counter_mask uint32
268 offset bintime
269 boottime bintime
270 x86_shift uint32
271 x86_hpet_idx uint32
[all …]
Ddefs_freebsd_riscv64.go247 type vdsoTimehands struct { struct
248 algo uint32
249 gen uint32
250 scale uint64
251 offset_count uint32
252 counter_mask uint32
253 offset bintime
254 boottime bintime
255 physical uint32
256 res [7]uint32
Ddefs_freebsd_arm64.go246 type vdsoTimehands struct { struct
247 algo uint32
248 gen uint32
249 scale uint64
250 offset_count uint32
251 counter_mask uint32
252 offset bintime
253 boottime bintime
254 physical uint32
255 res [7]uint32
Ddefs_freebsd.go171 type vdsoTimehands C.struct_vdso_timehands type