OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpuid_low
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
cpuflags_amd64.go
18
func
cpuid_low
(arg1, arg2 uint32) (eax, ebx, ecx, edx uint32) // implemented in cpuidlow_amd64.s
func
48
eax, ebx, ecx, edx :=
cpuid_low
(0, 0)
59
eax, _, ecx, _ :=
cpuid_low
(1, 0)
/prebuilts/go/linux-x86/src/runtime/
cpuflags_amd64.go
18
func
cpuid_low
(arg1, arg2 uint32) (eax, ebx, ecx, edx uint32) // implemented in cpuidlow_amd64.s
func
48
eax, ebx, ecx, edx :=
cpuid_low
(0, 0)
59
eax, _, ecx, _ :=
cpuid_low
(1, 0)
Completed in 227 milliseconds