Searched refs:EAX (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 5 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-v5.15/arch/x86/um/ |
D | ptrace_32.c | 62 [EAX] = HOST_AX, 85 case EAX: in putreg() 159 case EAX: in getreg()
|
D | user-offsets.c | 27 DEFINE(HOST_AX, EAX); in foo()
|
/Linux-v5.15/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 13 #define EAX 6 macro
|
/Linux-v5.15/Documentation/x86/ |
D | cpuinfo.rst | 51 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]
|
D | tsx_async_abort.rst | 116 (i.e. it will make CPUID(EAX=7).EBX{bit4} and 117 CPUID(EAX=7).EBX{bit11} read as 0).
|
D | exception-tables.rst | 292 #. a) EAX becomes -EFAULT (== -14) 300 we set EAX to -EFAULT in the exception handler code. Well, the 304 return -EFAULT. GCC selected EAX to return this value.
|
/Linux-v5.15/arch/x86/um/os-Linux/ |
D | mcontext.c | 17 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc()
|
/Linux-v5.15/Documentation/driver-api/thermal/ |
D | x86_pkg_temperature_thermal.rst | 9 (Verify using: CPUID.06H:EAX[bit 6] =1)
|
/Linux-v5.15/arch/x86/boot/compressed/ |
D | mem_encrypt.S | 114 movl $0, %eax # Request CPUID[fn].EAX
|
/Linux-v5.15/Documentation/admin-guide/hw-vuln/ |
D | special-register-buffer-data-sampling.rst | 99 RNGDS_MITG_DIS (bit 0) is enumerated by CPUID.(EAX=07H,ECX=0).EDX[SRBDS_CTRL =
|
/Linux-v5.15/tools/perf/Documentation/ |
D | perf-probe.txt | 202 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not …
|
/Linux-v5.15/Documentation/admin-guide/pm/ |
D | intel_idle.rst | 29 arguments (passed in the ``EAX`` and ``ECX`` registers of the target CPU), the
|
/Linux-v5.15/arch/x86/lib/ |
D | x86-opcode-map.txt | 552 c8: BSWAP RAX/EAX/R8/R8D
|
/Linux-v5.15/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 552 c8: BSWAP RAX/EAX/R8/R8D
|