Home
last modified time | relevance | path

Searched refs:EAX (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/tools/arch/x86/kcpuid/
Dcpuid.csv5 0, 0, EAX, 31:0, max_basic_leafs, Max input value for supported subleafs
8 1, 0, EAX, 3:0, stepping, Stepping ID
9 1, 0, EAX, 7:4, model, Model
10 1, 0, EAX, 11:8, family, Family ID
11 1, 0, EAX, 13:12, processor, Processor Type
12 1, 0, EAX, 19:16, model_ext, Extended Model ID
13 1, 0, EAX, 27:20, family_ext, Extended Family ID
92 4, 0, EAX, 4:0, cache_type, Cache type like instr/data or unified
93 4, 0, EAX, 7:5, cache_level, Cache Level (starts at 1)
94 4, 0, EAX, 8, cache_self_init, Cache Self Initialization
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h118 #define X86_FEATURE_XTILECFG KVM_X86_CPU_FEATURE(0xD, 0, EAX, 17)
119 #define X86_FEATURE_XTILEDATA KVM_X86_CPU_FEATURE(0xD, 0, EAX, 18)
120 #define X86_FEATURE_XSAVES KVM_X86_CPU_FEATURE(0xD, 1, EAX, 3)
121 #define X86_FEATURE_XFD KVM_X86_CPU_FEATURE(0xD, 1, EAX, 4)
140 #define X86_FEATURE_SEV KVM_X86_CPU_FEATURE(0x8000001F, 0, EAX, 1)
141 #define X86_FEATURE_SEV_ES KVM_X86_CPU_FEATURE(0x8000001F, 0, EAX, 3)
146 #define X86_FEATURE_KVM_CLOCKSOURCE KVM_X86_CPU_FEATURE(0x40000001, 0, EAX, 0)
147 #define X86_FEATURE_KVM_NOP_IO_DELAY KVM_X86_CPU_FEATURE(0x40000001, 0, EAX, 1)
148 #define X86_FEATURE_KVM_MMU_OP KVM_X86_CPU_FEATURE(0x40000001, 0, EAX, 2)
149 #define X86_FEATURE_KVM_CLOCKSOURCE2 KVM_X86_CPU_FEATURE(0x40000001, 0, EAX, 3)
[all …]
/Linux-v6.1/Documentation/virt/kvm/x86/
Derrata.rst23 Unlike most other CPUID feature bits, CPUID[EAX=7,ECX=0]:EBX[6]
24 (FDP_EXCPTN_ONLY) and CPUID[EAX=7,ECX=0]:EBX]13] (ZERO_FCS_FDS) are
/Linux-v6.1/arch/x86/um/
Dptrace_32.c63 [EAX] = HOST_AX,
86 case EAX: in putreg()
160 case EAX: in getreg()
Duser-offsets.c26 DEFINE(HOST_AX, EAX); in foo()
/Linux-v6.1/arch/x86/include/uapi/asm/
Dptrace-abi.h13 #define EAX 6 macro
/Linux-v6.1/Documentation/x86/
Dcpuinfo.rst51 checked at runtime in the respective CPUID leaf [EAX=f, ECX=0] bit EDX[1].
55 [EAX=7, ECX=0] has 30 features and is dense, but the CPUID leaf [EAX=7, EAX=1]
Dtsx_async_abort.rst116 (i.e. it will make CPUID(EAX=7).EBX{bit4} and
117 CPUID(EAX=7).EBX{bit11} read as 0).
Dexception-tables.rst295 #. a) EAX becomes -EFAULT (== -14)
303 we set EAX to -EFAULT in the exception handler code. Well, the
307 return -EFAULT. GCC selected EAX to return this value.
Dtdx.rst79 return values (in guest EAX/EBX/ECX/EDX) are configurable by the
/Linux-v6.1/arch/x86/um/os-Linux/
Dmcontext.c17 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc()
/Linux-v6.1/Documentation/driver-api/thermal/
Dx86_pkg_temperature_thermal.rst9 (Verify using: CPUID.06H:EAX[bit 6] =1)
/Linux-v6.1/arch/x86/boot/compressed/
Dmem_encrypt.S114 movl $0, %eax # Request CPUID[fn].EAX
/Linux-v6.1/Documentation/admin-guide/hw-vuln/
Dspecial-register-buffer-data-sampling.rst99 RNGDS_MITG_DIS (bit 0) is enumerated by CPUID.(EAX=07H,ECX=0).EDX[SRBDS_CTRL =
/Linux-v6.1/tools/perf/Documentation/
Dperf-probe.txt202 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not …
/Linux-v6.1/Documentation/admin-guide/pm/
Dintel_idle.rst29 arguments (passed in the ``EAX`` and ``ECX`` registers of the target CPU), the
/Linux-v6.1/arch/x86/lib/
Dx86-opcode-map.txt552 c8: BSWAP RAX/EAX/R8/R8D
/Linux-v6.1/tools/arch/x86/lib/
Dx86-opcode-map.txt552 c8: BSWAP RAX/EAX/R8/R8D
/Linux-v6.1/Documentation/virt/kvm/
Dapi.rst8240 CPU[EAX=1]:ECX[21] (X2APIC) is reported by ``KVM_GET_SUPPORTED_CPUID``,
8247 CPU[EAX=1]:ECX[24] (TSC_DEADLINE) is not reported by ``KVM_GET_SUPPORTED_CPUID``.