Home
last modified time | relevance | path

Searched refs:thread_bits_offset (Results 1 – 6 of 6) sorted by relevance

/external/cpuinfo/src/x86/
Dtopology.c87 topology->thread_bits_offset = topology->thread_bits_length = 0; in cpuinfo_x86_detect_topology()
102 topology->thread_bits_offset = total_shift; in cpuinfo_x86_detect_topology()
122 topology->thread_bits_offset, topology->thread_bits_length, in cpuinfo_x86_detect_topology()
Dapi.h51 uint32_t thread_bits_offset; member
/external/cpuinfo/src/x86/mach/
Dinit.c108 x86_processor.topology.thread_bits_offset + x86_processor.topology.thread_bits_length, in cpuinfo_x86_mach_init()
111 ((smt_id & thread_bits_mask) << x86_processor.topology.thread_bits_offset) | in cpuinfo_x86_mach_init()
/external/cpuinfo/src/x86/linux/
Dinit.c63 ~(bit_mask(processor->topology.thread_bits_length) << processor->topology.thread_bits_offset); in cpuinfo_x86_count_objects()
343 …(bit_mask(x86_processor.topology.thread_bits_length) << x86_processor.topology.thread_bits_offset); in cpuinfo_x86_linux_init()
/external/cpuinfo/src/x86/windows/
Dinit.c131 x86_processor.topology.thread_bits_offset + x86_processor.topology.thread_bits_length, in cpuinfo_x86_windows_init()
284 ((smt_id & thread_bits_mask) << x86_processor.topology.thread_bits_offset) | in cpuinfo_x86_windows_init()
/external/XNNPACK/third_party/
Dcpuinfo.patch539 x86_processor.topology.thread_bits_offset + x86_processor.topology.thread_bits_length,