Searched refs:subleaf (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c200 /// getX86CpuIDAndInfoEx - Execute the specified cpuid with subleaf and return
203 static bool getX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, argument
214 : "a"(value), "c"(subleaf));
221 : "a"(value), "c"(subleaf));
228 __cpuidex(registers, value, subleaf);

Completed in 34 milliseconds