最終更新:2024-11-14 (木) 23:30:49 (23d)  

Coreinfo
Top / Coreinfo

Dump information on system CPU and memory topology

http://technet.microsoft.com/ja-jp/sysinternals/cc835722.aspx

メモ

  • 「*」はその機能があることを、「-」はその機能がないことを表している。

help

  • Coreinfo v3.31 - Dump information on system CPU and memory topology
    Copyright (C) 2008-2014 Mark Russinovich
    Sysinternals - www.sysinternals.com
    
    For each resource it shows a map of the OS-visible processors
    that correspond to the specified resources, with '*' representing the
    applicable processors. For example, on a 4-core system, a line in the
    cache output with a map of shared by cores 3 and 4.
    
    Usage: coreinfo [-c][-f][-g][-l][-n][-s][-m][-v]
      -c       Dump information on cores.
      -f       Dump core feature information.
      -g       Dump information on groups.
      -l       Dump information on caches.
      -n       Dump information on NUMA nodes.
      -s       Dump information on sockets.
      -m       Dump NUMA access cost.
      -v       Dump only virtualization-related features including
               support for second level address translation
               (requires administrative rights on Intel systems).
    
    All options except -v are selected by default.

仮想化

  • -vはデフォルトでは無効化されている。管理者権限が必要
    Coreinfo v3.31 - Dump information on system CPU and memory topology
    Copyright (C) 2008-2014 Mark Russinovich
    Sysinternals - www.sysinternals.com
    
    Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz
    Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
    Microcode signature: 0000001F
    HYPERVISOR      -       Hypervisor is present
    VMX             *       Supports Intel hardware-assisted virtualization
    EPT             *       Supports Intel extended page tables (SLAT)

Windows 11/23H2

  • >Coreinfo.exe
    
    Coreinfo v3.6 - Dump information on system CPU and memory topology
    Copyright (C) 2008-2022 Mark Russinovich
    Sysinternals - www.sysinternals.com
    
    
    Snapdragon Compute Platform
    ARMv8 (64-bit) Family 8 Model D4B Revision   0, Qualcomm Technologies Inc
    HTT             -       Multicore
    CET             -       Supports Control Flow Enforcement Technology
    Kernel CET      -       Kernel-mode CET Enabled
    User CET        -       User-mode CET Allowed
    HYPERVISOR      -       Hypervisor is present
    VMX             -       Supports Intel hardware-assisted virtualization
    SVM             -       Supports AMD hardware-assisted virtualization
    X64             *       Supports 64-bit mode
    
    SMX             -       Supports Intel trusted execution
    SKINIT          -       Supports AMD SKINIT
    SGX             -       Supports Intel SGX
    
    NX              *       Supports no-execute page protection
    SMEP            -       Supports Supervisor Mode Execution Prevention
    SMAP            -       Supports Supervisor Mode Access Prevention
    PAGE1GB         -       Supports 1 GB large pages
    PAE             -       Supports > 32-bit physical addresses
    PAT             -       Supports Page Attribute Table
    PSE             -       Supports 4 MB pages
    PSE36           -       Supports > 32-bit address 4 MB pages
    PGE             -       Supports global bit in page tables
    SS              -       Supports bus snooping for cache operations
    VME             -       Supports Virtual-8086 mode
    RDWRFSGSBASE    -       Supports direct GS/FS base access
    
    FPU             *       Implements i387 floating point instructions
    MMX             *       Supports MMX instruction set
    MMXEXT          -       Implements AMD MMX extensions
    3DNOW           -       Supports 3DNow! instructions
    3DNOWEXT        -       Supports 3DNow! extension instructions
    SSE             *       Supports Streaming SIMD Extensions
    SSE2            *       Supports Streaming SIMD Extensions 2
    SSE3            *       Supports Streaming SIMD Extensions 3
    SSSE3           *       Supports Supplemental SIMD Extensions 3
    SSE4a           -       Supports Streaming SIMDR Extensions 4a
    SSE4.1          *       Supports Streaming SIMD Extensions 4.1
    SSE4.2          *       Supports Streaming SIMD Extensions 4.2
    
    AES             *       Supports AES extensions
    AVX             -       Supports AVX instruction extensions
    AVX2            -       Supports AVX2 instruction extensions
    AVX-512-F       -       Supports AVX-512 Foundation instructions
    AVX-512-DQ      -       Supports AVX-512 double and quadword instructions
    AVX-512-IFAMA   -       Supports AVX-512 integer Fused multiply-add instructions
    AVX-512-PF      -       Supports AVX-512 prefetch instructions
    AVX-512-ER      -       Supports AVX-512 exponential and reciprocal instructions
    AVX-512-CD      -       Supports AVX-512 conflict detection instructions
    AVX-512-BW      -       Supports AVX-512 byte and word instructions
    AVX-512-VL      -       Supports AVX-512 vector length instructions
    FMA             -       Supports FMA extensions using YMM state
    MSR             -       Implements RDMSR/WRMSR instructions
    MTRR            -       Supports Memory Type Range Registers
    XSAVE           -       Supports XSAVE/XRSTOR instructions
    OSXSAVE         -       Supports XSETBV/XGETBV instructions
    RDRAND          -       Supports RDRAND instruction
    RDSEED          -       Supports RDSEED instruction
    
    CMOV            *       Supports CMOVcc instruction
    CLFSH           -       Supports CLFLUSH instruction
    CX8             *       Supports compare and exchange 8-byte instructions
    CX16            *       Supports CMPXCHG16B instruction
    BMI1            -       Supports bit manipulation extensions 1
    BMI2            -       Supports bit manipulation extensions 2
    ADX             -       Supports ADCX/ADOX instructions
    DCA             -       Supports prefetch from memory-mapped device
    F16C            -       Supports half-precision instruction
    FXSR            *       Supports FXSAVE/FXSTOR instructions
    FFXSR           -       Supports optimized FXSAVE/FSRSTOR instruction
    MONITOR         -       Supports MONITOR and MWAIT instructions
    MOVBE           -       Supports MOVBE instruction
    ERMSB           -       Supports Enhanced REP MOVSB/STOSB
    PCLMULDQ        *       Supports PCLMULDQ instruction
    POPCNT          *       Supports POPCNT instruction
    LZCNT           -       Supports LZCNT instruction
    SEP             -       Supports fast system call instructions
    LAHF-SAHF       *       Supports LAHF/SAHF instructions in 64-bit mode
    HLE             -       Supports Hardware Lock Elision instructions
    RTM             -       Supports Restricted Transactional Memory instructions
    
    DE              -       Supports I/O breakpoints including CR4.DE
    DTES64          -       Can write history of 64-bit branch addresses
    DS              -       Implements memory-resident debug buffer
    DS-CPL          -       Supports Debug Store feature with CPL
    PCID            -       Supports PCIDs and settable CR4.PCIDE
    INVPCID         -       Supports INVPCID instruction
    PDCM            -       Supports Performance Capabilities MSR
    RDTSCP          *       Supports RDTSCP instruction
    TSC             *       Supports RDTSC instruction
    TSC-DEADLINE    -       Local APIC supports one-shot deadline timer
    TSC-INVARIANT   *       TSC runs at constant rate
    xTPR            -       Supports disabling task priority messages
    
    EIST            -       Supports Enhanced Intel Speedstep
    ACPI            -       Implements MSR for power management
    TM              -       Implements thermal monitor circuitry
    TM2             -       Implements Thermal Monitor 2 control
    APIC            -       Implements software-accessible local APIC
    x2APIC          -       Supports x2APIC
    
    CNXT-ID         -       L1 data cache mode adaptive or BIOS
    
    MCE             -       Supports Machine Check, INT18 and CR4.MCE
    MCA             -       Implements Machine Check Architecture
    PBE             -       Supports use of FERR#/PBE# pin
    
    PSN             -       Implements 96-bit processor serial number
    
    PREFETCHW       *       Supports PREFETCHW instruction
    
    Maximum implemented CPUID leaves: 0000000D (Basic), 80000008 (Extended).
    Maximum implemented address width: 32 bits (virtual), 32 bits (physical).
    
    Processor signature: 00000F4A
    
    Logical to Physical Processor Map:
    *-------  Physical Processor 0
    -*------  Physical Processor 1
    --*-----  Physical Processor 2
    ---*----  Physical Processor 3
    ----*---  Physical Processor 4
    -----*--  Physical Processor 5
    ------*-  Physical Processor 6
    -------*  Physical Processor 7
    
    Logical Processor to Socket Map:
    ********  Socket 0
    
    Logical Processor to NUMA Node Map:
    ********  NUMA Node 0
    
    No NUMA nodes.
    
    Logical Processor to Cache Map:
    *-------  Instruction Cache   0, Level 1,   32 KB, Assoc   4, LineSize  64
    *-------  Data Cache          0, Level 1,   32 KB, Assoc   4, LineSize  64
    *-------  Unified Cache       0, Level 2,  512 KB, Assoc   8, LineSize  64
    ********  Unified Cache       1, Level 3,    8 MB, Assoc  16, LineSize  64
    -*------  Instruction Cache   1, Level 1,   32 KB, Assoc   4, LineSize  64
    -*------  Data Cache          1, Level 1,   32 KB, Assoc   4, LineSize  64
    -*------  Unified Cache       2, Level 2,  512 KB, Assoc   8, LineSize  64
    --*-----  Instruction Cache   2, Level 1,   32 KB, Assoc   4, LineSize  64
    --*-----  Data Cache          2, Level 1,   32 KB, Assoc   4, LineSize  64
    --*-----  Unified Cache       3, Level 2,  512 KB, Assoc   8, LineSize  64
    ---*----  Instruction Cache   3, Level 1,   32 KB, Assoc   4, LineSize  64
    ---*----  Data Cache          3, Level 1,   32 KB, Assoc   4, LineSize  64
    ---*----  Unified Cache       4, Level 2,  512 KB, Assoc   8, LineSize  64
    ----*---  Instruction Cache   4, Level 1,   64 KB, Assoc   4, LineSize  64
    ----*---  Data Cache          4, Level 1,   64 KB, Assoc   4, LineSize  64
    ----*---  Unified Cache       5, Level 2,    1 MB, Assoc   8, LineSize  64
    -----*--  Instruction Cache   5, Level 1,   64 KB, Assoc   4, LineSize  64
    -----*--  Data Cache          5, Level 1,   64 KB, Assoc   4, LineSize  64
    -----*--  Unified Cache       6, Level 2,    1 MB, Assoc   8, LineSize  64
    ------*-  Instruction Cache   6, Level 1,   64 KB, Assoc   4, LineSize  64
    ------*-  Data Cache          6, Level 1,   64 KB, Assoc   4, LineSize  64
    ------*-  Unified Cache       7, Level 2,    1 MB, Assoc   8, LineSize  64
    -------*  Instruction Cache   7, Level 1,   64 KB, Assoc   4, LineSize  64
    -------*  Data Cache          7, Level 1,   64 KB, Assoc   4, LineSize  64
    -------*  Unified Cache       8, Level 2,    1 MB, Assoc   8, LineSize  64
    
    Logical Processor to Group Map:
    ********  Group 0
    
    >Coreinfo64.exe
    
    Coreinfo v3.6 - Dump information on system CPU and memory topology
    Copyright (C) 2008-2022 Mark Russinovich
    Sysinternals - www.sysinternals.com
    
    
    Snapdragon Compute Platform
    ARMv8 (64-bit) Family 8 Model D4B Revision   0, Qualcomm Technologies Inc
    HTT             -       Multicore
    CET             -       Supports Control Flow Enforcement Technology
    Kernel CET      -       Kernel-mode CET Enabled
    User CET        -       User-mode CET Allowed
    HYPERVISOR      -       Hypervisor is present
    VMX             -       Supports Intel hardware-assisted virtualization
    SVM             -       Supports AMD hardware-assisted virtualization
    X64             *       Supports 64-bit mode
    
    SMX             -       Supports Intel trusted execution
    SKINIT          -       Supports AMD SKINIT
    SGX             -       Supports Intel SGX
    
    NX              *       Supports no-execute page protection
    SMEP            -       Supports Supervisor Mode Execution Prevention
    SMAP            -       Supports Supervisor Mode Access Prevention
    PAGE1GB         -       Supports 1 GB large pages
    PAE             -       Supports > 32-bit physical addresses
    PAT             -       Supports Page Attribute Table
    PSE             -       Supports 4 MB pages
    PSE36           -       Supports > 32-bit address 4 MB pages
    PGE             -       Supports global bit in page tables
    SS              -       Supports bus snooping for cache operations
    VME             -       Supports Virtual-8086 mode
    RDWRFSGSBASE    -       Supports direct GS/FS base access
    
    FPU             *       Implements i387 floating point instructions
    MMX             *       Supports MMX instruction set
    MMXEXT          -       Implements AMD MMX extensions
    3DNOW           -       Supports 3DNow! instructions
    3DNOWEXT        -       Supports 3DNow! extension instructions
    SSE             *       Supports Streaming SIMD Extensions
    SSE2            *       Supports Streaming SIMD Extensions 2
    SSE3            *       Supports Streaming SIMD Extensions 3
    SSSE3           *       Supports Supplemental SIMD Extensions 3
    SSE4a           -       Supports Streaming SIMDR Extensions 4a
    SSE4.1          *       Supports Streaming SIMD Extensions 4.1
    SSE4.2          *       Supports Streaming SIMD Extensions 4.2
    
    AES             *       Supports AES extensions
    AVX             -       Supports AVX instruction extensions
    AVX2            -       Supports AVX2 instruction extensions
    AVX-512-F       -       Supports AVX-512 Foundation instructions
    AVX-512-DQ      -       Supports AVX-512 double and quadword instructions
    AVX-512-IFAMA   -       Supports AVX-512 integer Fused multiply-add instructions
    AVX-512-PF      -       Supports AVX-512 prefetch instructions
    AVX-512-ER      -       Supports AVX-512 exponential and reciprocal instructions
    AVX-512-CD      -       Supports AVX-512 conflict detection instructions
    AVX-512-BW      -       Supports AVX-512 byte and word instructions
    AVX-512-VL      -       Supports AVX-512 vector length instructions
    FMA             -       Supports FMA extensions using YMM state
    MSR             -       Implements RDMSR/WRMSR instructions
    MTRR            -       Supports Memory Type Range Registers
    XSAVE           -       Supports XSAVE/XRSTOR instructions
    OSXSAVE         -       Supports XSETBV/XGETBV instructions
    RDRAND          -       Supports RDRAND instruction
    RDSEED          -       Supports RDSEED instruction
    
    CMOV            *       Supports CMOVcc instruction
    CLFSH           *       Supports CLFLUSH instruction
    CX8             *       Supports compare and exchange 8-byte instructions
    CX16            *       Supports CMPXCHG16B instruction
    BMI1            -       Supports bit manipulation extensions 1
    BMI2            -       Supports bit manipulation extensions 2
    ADX             -       Supports ADCX/ADOX instructions
    DCA             -       Supports prefetch from memory-mapped device
    F16C            -       Supports half-precision instruction
    FXSR            *       Supports FXSAVE/FXSTOR instructions
    FFXSR           -       Supports optimized FXSAVE/FSRSTOR instruction
    MONITOR         -       Supports MONITOR and MWAIT instructions
    MOVBE           -       Supports MOVBE instruction
    ERMSB           -       Supports Enhanced REP MOVSB/STOSB
    PCLMULDQ        *       Supports PCLMULDQ instruction
    POPCNT          *       Supports POPCNT instruction
    LZCNT           -       Supports LZCNT instruction
    SEP             -       Supports fast system call instructions
    LAHF-SAHF       *       Supports LAHF/SAHF instructions in 64-bit mode
    HLE             -       Supports Hardware Lock Elision instructions
    RTM             -       Supports Restricted Transactional Memory instructions
    
    DE              -       Supports I/O breakpoints including CR4.DE
    DTES64          -       Can write history of 64-bit branch addresses
    DS              -       Implements memory-resident debug buffer
    DS-CPL          -       Supports Debug Store feature with CPL
    PCID            -       Supports PCIDs and settable CR4.PCIDE
    INVPCID         -       Supports INVPCID instruction
    PDCM            -       Supports Performance Capabilities MSR
    RDTSCP          *       Supports RDTSCP instruction
    TSC             *       Supports RDTSC instruction
    TSC-DEADLINE    -       Local APIC supports one-shot deadline timer
    TSC-INVARIANT   *       TSC runs at constant rate
    xTPR            -       Supports disabling task priority messages
    
    EIST            -       Supports Enhanced Intel Speedstep
    ACPI            -       Implements MSR for power management
    TM              -       Implements thermal monitor circuitry
    TM2             -       Implements Thermal Monitor 2 control
    APIC            -       Implements software-accessible local APIC
    x2APIC          -       Supports x2APIC
    
    CNXT-ID         -       L1 data cache mode adaptive or BIOS
    
    MCE             -       Supports Machine Check, INT18 and CR4.MCE
    MCA             -       Implements Machine Check Architecture
    PBE             -       Supports use of FERR#/PBE# pin
    
    PSN             -       Implements 96-bit processor serial number
    
    PREFETCHW       *       Supports PREFETCHW instruction
    
    Maximum implemented CPUID leaves: 0000000D (Basic), 80000008 (Extended).
    Maximum implemented address width: 32 bits (virtual), 32 bits (physical).
    
    Processor signature: 00000F4A
    
    Logical to Physical Processor Map:
    *-------  Physical Processor 0
    -*------  Physical Processor 1
    --*-----  Physical Processor 2
    ---*----  Physical Processor 3
    ----*---  Physical Processor 4
    -----*--  Physical Processor 5
    ------*-  Physical Processor 6
    -------*  Physical Processor 7
    
    Logical Processor to Socket Map:
    ********  Socket 0
    
    Logical Processor to NUMA Node Map:
    ********  NUMA Node 0
    
    No NUMA nodes.
    
    Logical Processor to Cache Map:
    *-------  Instruction Cache   0, Level 1,   32 KB, Assoc   4, LineSize  64
    *-------  Data Cache          0, Level 1,   32 KB, Assoc   4, LineSize  64
    *-------  Unified Cache       0, Level 2,  512 KB, Assoc   8, LineSize  64
    ********  Unified Cache       1, Level 3,    8 MB, Assoc  16, LineSize  64
    -*------  Instruction Cache   1, Level 1,   32 KB, Assoc   4, LineSize  64
    -*------  Data Cache          1, Level 1,   32 KB, Assoc   4, LineSize  64
    -*------  Unified Cache       2, Level 2,  512 KB, Assoc   8, LineSize  64
    --*-----  Instruction Cache   2, Level 1,   32 KB, Assoc   4, LineSize  64
    --*-----  Data Cache          2, Level 1,   32 KB, Assoc   4, LineSize  64
    --*-----  Unified Cache       3, Level 2,  512 KB, Assoc   8, LineSize  64
    ---*----  Instruction Cache   3, Level 1,   32 KB, Assoc   4, LineSize  64
    ---*----  Data Cache          3, Level 1,   32 KB, Assoc   4, LineSize  64
    ---*----  Unified Cache       4, Level 2,  512 KB, Assoc   8, LineSize  64
    ----*---  Instruction Cache   4, Level 1,   64 KB, Assoc   4, LineSize  64
    ----*---  Data Cache          4, Level 1,   64 KB, Assoc   4, LineSize  64
    ----*---  Unified Cache       5, Level 2,    1 MB, Assoc   8, LineSize  64
    -----*--  Instruction Cache   5, Level 1,   64 KB, Assoc   4, LineSize  64
    -----*--  Data Cache          5, Level 1,   64 KB, Assoc   4, LineSize  64
    -----*--  Unified Cache       6, Level 2,    1 MB, Assoc   8, LineSize  64
    ------*-  Instruction Cache   6, Level 1,   64 KB, Assoc   4, LineSize  64
    ------*-  Data Cache          6, Level 1,   64 KB, Assoc   4, LineSize  64
    ------*-  Unified Cache       7, Level 2,    1 MB, Assoc   8, LineSize  64
    -------*  Instruction Cache   7, Level 1,   64 KB, Assoc   4, LineSize  64
    -------*  Data Cache          7, Level 1,   64 KB, Assoc   4, LineSize  64
    -------*  Unified Cache       8, Level 2,    1 MB, Assoc   8, LineSize  64
    
    Logical Processor to Group Map:
    ********  Group 0
    
    >Coreinfo64a.exe
    
    Coreinfo v3.6 - Dump information on system CPU and memory topology
    Copyright (C) 2008-2022 Mark Russinovich
    Sysinternals - www.sysinternals.com
    
    
    Snapdragon Compute Platform
    ARMv8 (64-bit) Family 8 Model D4B Revision   0, Qualcomm Technologies Inc
    HTT             -       Multicore
    CET             -       Supports Control Flow Enforcement Technology
    Kernel CET      -       Kernel-mode CET Enabled
    User CET        -       User-mode CET Allowed
    HYPERVISOR      -       Hypervisor is present
    VMX             -       Supports Intel hardware-assisted virtualization
    SVM             -       Supports AMD hardware-assisted virtualization
    X64             -       Supports 64-bit mode
    
    SMX             -       Supports Intel trusted execution
    SKINIT          -       Supports AMD SKINIT
    SGX             -       Supports Intel SGX
    
    NX              -       Supports no-execute page protection
    SMEP            -       Supports Supervisor Mode Execution Prevention
    SMAP            -       Supports Supervisor Mode Access Prevention
    PAGE1GB         -       Supports 1 GB large pages
    PAE             -       Supports > 32-bit physical addresses
    PAT             -       Supports Page Attribute Table
    PSE             -       Supports 4 MB pages
    PSE36           -       Supports > 32-bit address 4 MB pages
    PGE             -       Supports global bit in page tables
    SS              -       Supports bus snooping for cache operations
    VME             -       Supports Virtual-8086 mode
    RDWRFSGSBASE    -       Supports direct GS/FS base access
    
    FPU             -       Implements i387 floating point instructions
    MMX             -       Supports MMX instruction set
    MMXEXT          -       Implements AMD MMX extensions
    3DNOW           -       Supports 3DNow! instructions
    3DNOWEXT        -       Supports 3DNow! extension instructions
    SSE             -       Supports Streaming SIMD Extensions
    SSE2            -       Supports Streaming SIMD Extensions 2
    SSE3            -       Supports Streaming SIMD Extensions 3
    SSSE3           -       Supports Supplemental SIMD Extensions 3
    SSE4a           -       Supports Streaming SIMDR Extensions 4a
    SSE4.1          -       Supports Streaming SIMD Extensions 4.1
    SSE4.2          -       Supports Streaming SIMD Extensions 4.2
    
    AES             -       Supports AES extensions
    AVX             -       Supports AVX instruction extensions
    AVX2            -       Supports AVX2 instruction extensions
    AVX-512-F       -       Supports AVX-512 Foundation instructions
    AVX-512-DQ      -       Supports AVX-512 double and quadword instructions
    AVX-512-IFAMA   -       Supports AVX-512 integer Fused multiply-add instructions
    AVX-512-PF      -       Supports AVX-512 prefetch instructions
    AVX-512-ER      -       Supports AVX-512 exponential and reciprocal instructions
    AVX-512-CD      -       Supports AVX-512 conflict detection instructions
    AVX-512-BW      -       Supports AVX-512 byte and word instructions
    AVX-512-VL      -       Supports AVX-512 vector length instructions
    FMA             -       Supports FMA extensions using YMM state
    MSR             -       Implements RDMSR/WRMSR instructions
    MTRR            -       Supports Memory Type Range Registers
    XSAVE           -       Supports XSAVE/XRSTOR instructions
    OSXSAVE         -       Supports XSETBV/XGETBV instructions
    RDRAND          -       Supports RDRAND instruction
    RDSEED          -       Supports RDSEED instruction
    
    CMOV            -       Supports CMOVcc instruction
    CLFSH           -       Supports CLFLUSH instruction
    CX8             -       Supports compare and exchange 8-byte instructions
    CX16            -       Supports CMPXCHG16B instruction
    BMI1            -       Supports bit manipulation extensions 1
    BMI2            -       Supports bit manipulation extensions 2
    ADX             -       Supports ADCX/ADOX instructions
    DCA             -       Supports prefetch from memory-mapped device
    F16C            -       Supports half-precision instruction
    FXSR            -       Supports FXSAVE/FXSTOR instructions
    FFXSR           -       Supports optimized FXSAVE/FSRSTOR instruction
    MONITOR         -       Supports MONITOR and MWAIT instructions
    MOVBE           -       Supports MOVBE instruction
    ERMSB           -       Supports Enhanced REP MOVSB/STOSB
    PCLMULDQ        -       Supports PCLMULDQ instruction
    POPCNT          -       Supports POPCNT instruction
    LZCNT           -       Supports LZCNT instruction
    SEP             -       Supports fast system call instructions
    LAHF-SAHF       -       Supports LAHF/SAHF instructions in 64-bit mode
    HLE             -       Supports Hardware Lock Elision instructions
    RTM             -       Supports Restricted Transactional Memory instructions
    
    DE              -       Supports I/O breakpoints including CR4.DE
    DTES64          -       Can write history of 64-bit branch addresses
    DS              -       Implements memory-resident debug buffer
    DS-CPL          -       Supports Debug Store feature with CPL
    PCID            -       Supports PCIDs and settable CR4.PCIDE
    INVPCID         -       Supports INVPCID instruction
    PDCM            -       Supports Performance Capabilities MSR
    RDTSCP          -       Supports RDTSCP instruction
    TSC             -       Supports RDTSC instruction
    TSC-DEADLINE    -       Local APIC supports one-shot deadline timer
    TSC-INVARIANT   -       TSC runs at constant rate
    xTPR            -       Supports disabling task priority messages
    
    EIST            -       Supports Enhanced Intel Speedstep
    ACPI            -       Implements MSR for power management
    TM              -       Implements thermal monitor circuitry
    TM2             -       Implements Thermal Monitor 2 control
    APIC            -       Implements software-accessible local APIC
    x2APIC          -       Supports x2APIC
    
    CNXT-ID         -       L1 data cache mode adaptive or BIOS
    
    MCE             -       Supports Machine Check, INT18 and CR4.MCE
    MCA             -       Implements Machine Check Architecture
    PBE             -       Supports use of FERR#/PBE# pin
    
    PSN             -       Implements 96-bit processor serial number
    
    PREFETCHW       *       Supports PREFETCHW instruction
    
    Maximum implemented CPUID leaves: 00000000 (Basic), 00000000 (Extended).
    Maximum implemented address width: 0 bits (virtual), 0 bits (physical).
    
    Processor signature: 00000000
    
    Logical to Physical Processor Map:
    *-------  Physical Processor 0
    -*------  Physical Processor 1
    --*-----  Physical Processor 2
    ---*----  Physical Processor 3
    ----*---  Physical Processor 4
    -----*--  Physical Processor 5
    ------*-  Physical Processor 6
    -------*  Physical Processor 7
    
    Logical Processor to Socket Map:
    ********  Socket 0
    
    Logical Processor to NUMA Node Map:
    ********  NUMA Node 0
    
    No NUMA nodes.
    
    Logical Processor to Cache Map:
    *-------  Instruction Cache   0, Level 1,   32 KB, Assoc   4, LineSize  64
    *-------  Data Cache          0, Level 1,   32 KB, Assoc   4, LineSize  64
    *-------  Unified Cache       0, Level 2,  512 KB, Assoc   8, LineSize  64
    ********  Unified Cache       1, Level 3,    8 MB, Assoc  16, LineSize  64
    -*------  Instruction Cache   1, Level 1,   32 KB, Assoc   4, LineSize  64
    -*------  Data Cache          1, Level 1,   32 KB, Assoc   4, LineSize  64
    -*------  Unified Cache       2, Level 2,  512 KB, Assoc   8, LineSize  64
    --*-----  Instruction Cache   2, Level 1,   32 KB, Assoc   4, LineSize  64
    --*-----  Data Cache          2, Level 1,   32 KB, Assoc   4, LineSize  64
    --*-----  Unified Cache       3, Level 2,  512 KB, Assoc   8, LineSize  64
    ---*----  Instruction Cache   3, Level 1,   32 KB, Assoc   4, LineSize  64
    ---*----  Data Cache          3, Level 1,   32 KB, Assoc   4, LineSize  64
    ---*----  Unified Cache       4, Level 2,  512 KB, Assoc   8, LineSize  64
    ----*---  Instruction Cache   4, Level 1,   64 KB, Assoc   4, LineSize  64
    ----*---  Data Cache          4, Level 1,   64 KB, Assoc   4, LineSize  64
    ----*---  Unified Cache       5, Level 2,    1 MB, Assoc   8, LineSize  64
    -----*--  Instruction Cache   5, Level 1,   64 KB, Assoc   4, LineSize  64
    -----*--  Data Cache          5, Level 1,   64 KB, Assoc   4, LineSize  64
    -----*--  Unified Cache       6, Level 2,    1 MB, Assoc   8, LineSize  64
    ------*-  Instruction Cache   6, Level 1,   64 KB, Assoc   4, LineSize  64
    ------*-  Data Cache          6, Level 1,   64 KB, Assoc   4, LineSize  64
    ------*-  Unified Cache       7, Level 2,    1 MB, Assoc   8, LineSize  64
    -------*  Instruction Cache   7, Level 1,   64 KB, Assoc   4, LineSize  64
    -------*  Data Cache          7, Level 1,   64 KB, Assoc   4, LineSize  64
    -------*  Unified Cache       8, Level 2,    1 MB, Assoc   8, LineSize  64
    
    Logical Processor to Group Map:
    ********  Group 0

関連