Home
last modified time | relevance | path

Searched defs:cpuinfo_x86 (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/src/arch/x86/include/arch/
Dcpu.h200 struct cpuinfo_x86 { struct
207 static inline void get_fms(struct cpuinfo_x86 *c, uint32_t tfms) in get_fms() argument
/external/flac/src/libFLAC/
Dcpu.c131 cpuinfo_x86(FLAC__uint32 level, FLAC__uint32 *eax, FLAC__uint32 *ebx, FLAC__uint32 *ecx, FLAC__uint… in cpuinfo_x86() function
/external/bcc/libbpf-tools/x86/
Dvmlinux.h14243 struct cpuinfo_x86 { struct
14244 __u8 x86;
14245 __u8 x86_vendor;
14246 __u8 x86_model;
14247 __u8 x86_stepping;
14248 int x86_tlbsize;
14249 __u32 vmx_capability[3];
14250 __u8 x86_virt_bits;
14251 __u8 x86_phys_bits;
14252 __u8 x86_coreid_bits;
[all …]
Dvmlinux_518.h14243 struct cpuinfo_x86 { struct
14244 __u8 x86;
14245 __u8 x86_vendor;
14246 __u8 x86_model;
14247 __u8 x86_stepping;
14248 int x86_tlbsize;
14249 __u32 vmx_capability[3];
14250 __u8 x86_virt_bits;
14251 __u8 x86_phys_bits;
14252 __u8 x86_coreid_bits;
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h1459 struct cpuinfo_x86 { struct
1460 __u8 x86;
1461 __u8 x86_vendor;
1462 __u8 x86_model;
1463 __u8 x86_stepping;
1464 int x86_tlbsize;
1465 __u32 vmx_capability[5];
1466 __u8 x86_virt_bits;
1467 __u8 x86_phys_bits;
1468 __u32 extended_cpuid_level;
[all …]