Searched refs:cpuid (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86.h | 42 #define cpuid(func, func2, ax, bx, cx, dx)\ macro 48 #define cpuid(func, func2, ax, bx, cx, dx)\ macro 58 #define cpuid(func, func2, ax, bx, cx, dx)\ macro 67 #define cpuid(func, func2, ax, bx, cx, dx)\ macro 81 #define cpuid(func, func2, a, b, c, d) do {\ macro 89 #define cpuid(func, func2, a, b, c, d) do {\ macro 96 #define cpuid(func, func2, a, b, c, d)\ macro 99 __asm cpuid\ 139 cpuid(0, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 145 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() [all …]
|
/hardware/intel/bootstub/ |
D | bootstub.c | 205 static inline void cpuid(u32 op, u32 regs[4]) in cpuid() function 227 cpuid(1, regs); in mid_identify_cpu()
|