/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 15 1, 0, EBX, 7:0, brand, Brand Index 16 1, 0, EBX, 15:8, clflush_size, CLFLUSH line size (value * 8) in bytes 17 1, 0, EBX, 23:16, max_cpu_id, Maxim number of addressable logic cpu in this package 18 1, 0, EBX, 31:24, apic_id, Initial APIC ID 100 4, 0, EBX, 11:0, cache_linesize, Size of a cache line in bytes 101 4, 0, EBX, 21:12, cache_partition, Physical Line partitions 102 4, 0, EBX, 31:22, cache_ways, Ways of associativity 111 5, 0, EBX, 15:0, max_mon_size, Largest monitor line size in bytes 148 6, 0, EBX, 3:0, therm_irq_thresh, Number of Interrupt Thresholds in Digital Thermal Sensor 157 7, 0, EBX, 0, fsgsbase, RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE supported [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | hyperv.h | 119 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 0) 121 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 1) 123 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 2) 125 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 3) 127 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 4) 129 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 5) 131 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 6) 133 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 7) 135 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 8) 137 KVM_X86_CPU_FEATURE(HYPERV_CPUID_FEATURES, 0, EBX, 11) [all …]
|
H A D | processor.h | 142 #define X86_FEATURE_FSGSBASE KVM_X86_CPU_FEATURE(0x7, 0, EBX, 0) 143 #define X86_FEATURE_TSC_ADJUST KVM_X86_CPU_FEATURE(0x7, 0, EBX, 1) 144 #define X86_FEATURE_SGX KVM_X86_CPU_FEATURE(0x7, 0, EBX, 2) 145 #define X86_FEATURE_HLE KVM_X86_CPU_FEATURE(0x7, 0, EBX, 4) 146 #define X86_FEATURE_SMEP KVM_X86_CPU_FEATURE(0x7, 0, EBX, 7) 147 #define X86_FEATURE_INVPCID KVM_X86_CPU_FEATURE(0x7, 0, EBX, 10) 148 #define X86_FEATURE_RTM KVM_X86_CPU_FEATURE(0x7, 0, EBX, 11) 149 #define X86_FEATURE_MPX KVM_X86_CPU_FEATURE(0x7, 0, EBX, 14) 150 #define X86_FEATURE_SMAP KVM_X86_CPU_FEATURE(0x7, 0, EBX, 20) 151 #define X86_FEATURE_PCOMMIT KVM_X86_CPU_FEATURE(0x7, 0, EBX, 22) [all …]
|
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_32.c | 57 [EBX] = HOST_BX, 80 case EBX: in putreg() 161 case EBX: in getreg()
|
H A D | user-offsets.c | 27 DEFINE(HOST_BX, EBX); in foo()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | errata.rst | 23 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
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 7 #define EBX 0 macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | ptrace.h | 6 #define EBX 0 macro
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 17 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc()
|
/openbmc/linux/Documentation/arch/x86/ |
H A 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).
|
H A D | tdx.rst | 79 return values (in guest EAX/EBX/ECX/EDX) are configurable by the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 60 "EAX:%08lx EBX:%08lx ECX:%08lx EDX:%08lx\n"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/ |
H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 60 "EAX:%08lx EBX:%08lx ECX:%08lx EDX:%08lx\n"
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_task.c | 45 tss->ebx = EBX(env); in save_state_to_tss32()
|
H A D | x86.h | 222 #define EBX(cpu) ERX(cpu, R_EBX) macro
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | mem_encrypt.S | 113 movl $1, %eax # Request CPUID[fn].EBX
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | fsgs.rst | 92 The instructions are enumerated in CPUID leaf 7, bit 0 of EBX. If
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_features.c | 22 KVM_X86_CPU_FEATURE(HYPERV_CPUID_ENLIGHTMENT_INFO, 0, EBX, 0)
|
/openbmc/qemu/docs/system/i386/ |
H A D | hyperv.rst | 125 This changes Hyper-V identification in CPUID 0x40000000.EBX-EDX from the default
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 654 - printk("EBX=%08x ", M.x86.R_EBX ); 684 + printk("EBX=%08x ", M.x86.R_EBX); 1462 - DECODE_PRINTF("EBX"); 1488 + DECODE_PRINTF("EBX"); 1604 - DECODE_PRINTF("[EBX]"); 1607 + DECODE_PRINTF("[EBX]"); 1677 - DECODE_PRINTF("[EBX"); 1680 + DECODE_PRINTF("[EBX"); 1751 - DECODE_PRINTF("[EBX]"); 1780 + DECODE_PRINTF("[EBX]"); [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1716 #define REG_EBX EBX
|
/openbmc/qemu/qapi/ |
H A D | machine.json | 618 'data': [ 'EAX', 'EBX', 'ECX', 'EDX', 'ESP', 'EBP', 'ESI', 'EDI' ] }
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 555 cb: BSWAP RBX/EBX/R11/R11D
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 555 cb: BSWAP RBX/EBX/R11/R11D
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 374 ebx & uint64 & Value of the EBX register resulting from a call to CPUID with EAX=1.\\ 573 ebx & uint64 & The EBX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
|