| /linux/arch/x86/include/asm/ |
| H A D | mwait.h | 28 static __always_inline void __monitor(const void *eax, u32 ecx, u32 edx) in __monitor() 37 static __always_inline void __monitorx(const void *eax, u32 ecx, u32 edx) in __monitorx() 42 static __always_inline void __mwait(u32 eax, u32 ecx) in __mwait() 77 static __always_inline void __mwaitx(u32 eax, u32 ebx, u32 ecx) in __mwaitx() 93 static __always_inline void __sti_mwait(u32 eax, u32 ecx) in __sti_mwait() 109 static __always_inline void mwait_idle_with_hints(u32 eax, u32 ecx) in mwait_idle_with_hints() 143 static inline void __tpause(u32 ecx, u32 edx, u32 eax) in __tpause()
|
| H A D | apm.h | 28 u32 *eax, u32 *ebx, u32 *ecx, in apm_bios_call_asm() 50 u32 ecx_in, u32 *eax) in apm_bios_call_simple_asm()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | cpuid_test.c | 18 u32 eax; member 30 u32 eax, ebx, ecx, edx; in test_guest_cpuids() local 160 u32 eax, ebx, x; in set_cpuid_after_run() local
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | cstate.c | 114 unsigned int eax; member 128 unsigned int eax, ebx, ecx, edx; in acpi_processor_ffh_cstate_probe_cpu() local
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 74 union _cpuid4_leaf_eax eax; member 151 static void legacy_amd_cpuid4(int index, union _cpuid4_leaf_eax *eax, in legacy_amd_cpuid4() 223 static int cpuid4_info_fill_done(struct _cpuid4_info *id4, union _cpuid4_leaf_eax eax, in cpuid4_info_fill_done() 242 union _cpuid4_leaf_eax eax; in amd_fill_cpuid4_info() local 257 union _cpuid4_leaf_eax eax; in intel_fill_cpuid4_info() local 278 unsigned int eax, ebx, ecx, edx, op; in find_num_cache_leaves() local
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 565 u32 eax; member 713 static int apm_bios_call_simple(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax, in apm_bios_call_simple() 747 u32 eax; in apm_driver_version() local 806 u32 eax; in set_power_state() local 837 u32 eax; in apm_do_idle() local 1002 u32 eax; in apm_enable_power_management() local 1068 u32 eax; in apm_engage_power_management() local
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | kcpuid.c | 52 u32 eax, ebx, ecx, edx; global() member 88 cpuid(u32 * eax,u32 * ebx,u32 * ecx,u32 * edx) cpuid() argument 201 u32 eax, ebx, ecx, edx, f = input_eax; setup_cpuid_range() local 579 u32 eax, ebx, ecx, edx; setup_platform_cpuid() local
|
| /linux/drivers/char/ |
| H A D | toshiba.c | 123 unsigned long eax,ecx,flags; in tosh_emulate_fan() local 208 int eax; in tosh_smm() local
|
| /linux/arch/x86/boot/compressed/ |
| H A D | sev.c | 331 unsigned int eax, ebx, ecx, edx; in sev_check_cpu_support() local 489 unsigned int eax, ebx, ecx, edx; in early_is_sevsnp_guest() local
|
| H A D | mem.c | 24 u32 eax, sig[3]; in early_is_tdx_guest() local
|
| H A D | tdx.c | 66 u32 eax, sig[3]; in early_tdx_detect() local
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | internal.h | 78 u32 eax = 0x00000000; in x86_cpuid_vendor() local 94 u32 eax = 0x00000001; in x86_cpuid_family() local
|
| /linux/tools/testing/selftests/x86/ |
| H A D | xstate.h | 102 uint32_t eax, ebx, ecx, edx; in get_xbuf_size() local 126 uint32_t eax, ebx, ecx, edx; in get_xstate_info() local
|
| H A D | corrupt_xstate_header.c | 25 unsigned int eax, ebx, ecx, edx; in xsave_enabled() local
|
| /linux/include/uapi/linux/ |
| H A D | toshiba.h | 39 unsigned int eax; member
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | intel-pt-test.c | 342 unsigned int eax; member 380 unsigned int eax, ebx, ecx, edx = 0; in is_hybrid() local
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 351 x86_family(unsigned int eax) x86_family() argument 363 x86_model(unsigned int eax) x86_model() argument 440 u32 eax, edx; rdtsc() local 455 u32 eax, edx; rdtscp() local 615 u32 eax, edx; xgetbv() local 625 u32 eax = value; xsetbv() local 660 __cpuid(u32 function,u32 index,u32 * eax,u32 * ebx,u32 * ecx,u32 * edx) __cpuid() argument 676 cpuid(u32 function,u32 * eax,u32 * ebx,u32 * ecx,u32 * edx) cpuid() argument 684 u32 eax, ebx, ecx, edx; this_cpu_fms() local 703 u32 eax, ebx, ecx, edx; this_cpu_vendor_string_is() local 1344 u32 eax = value; xsetbv_safe() local [all...] |
| /linux/arch/x86/pci/ |
| H A D | pcbios.c | 42 static u8 pcibios_get_return_code(u32 eax) in pcibios_get_return_code() 148 u32 signature, eax, ebx, ecx; in check_pcibios() local
|
| /linux/include/uapi/video/ |
| H A D | uvesafb.h | 14 __u32 eax; member
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_eq.c | 598 u32 eax, ebx; in vortex_Eqlzr_SetA3dBypassGain() local 614 u32 eax, ebx; in vortex_Eqlzr_ProgramA3dBypassGain() local [all...] |
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | hfi-events.c | 235 unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0; in check_hf_suport() local
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | cat_test.c | 298 unsigned int eax, ebx, ecx, edx; arch_supports_noncont_cat() local
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | main.c | 91 unsigned int eax, ebx, ecx, edx; in sgx2_supported() local 329 unsigned int eax, ebx, ecx, edx; in get_total_epc_mem() local
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 1632 static void get_cpuid_or_exit(unsigned int leaf, unsigned int *eax, unsigned int *ebx, unsigned int… in get_cpuid_or_exit() 1645 unsigned int eax, ebx, ecx, edx; in early_cpuid() local 1675 unsigned int eax, ebx, ecx, edx, max_level; in parse_cpuid() local
|
| /linux/arch/x86/kvm/ |
| H A D | tss.h | 16 u32 eax; member
|