Home
last modified time | relevance | path

Searched refs:microcode (Results 1 – 13 of 13) sorted by relevance

/xen/docs/admin-guide/
A Dmicrocode-loading.rst14 loading microcode itself.
18 distro guidance for microcode loading.
27 Boot time microcode loading
52 microcode : 0x25
58 Loading microcode from a single file
90 Loading microcode from a Linux initrd
100 kernel/x86/microcode/GenuineIntel.bin
101 kernel/x86/microcode/AuthenticAMD.bin
108 Runtime microcode loading
118 that runtime microcode loading is risk-free. Any runtime microcode loading
[all …]
A Dindex.rst8 microcode-loading
/xen/docs/misc/
A Damd-ucode-container.txt15 * AMD provides microcode patch support for processors belonging to AMD
17 * There is one single file (container file) containing all microcode patches
23 * One can find the latest AMD microcode containers from [1], [2]
51 More details about microcode patch header are typically not exposed to public.
53 Apply microcode updates using initrd:
55 Initrd images can be modified to contain AMD microcode containers in cpio
64 3. mkdir -p kernel/x86/microcode
67 kernel/x86/microcode/AuthenticAMD.bin
88 [1] http://www.amd64.org/microcode.html
90 [3] http://lxr.free-electrons.com/source/Documentation/x86/early-microcode.txt
A Defi.pandoc99 Specifies a CPU microcode blob to load. (x86 only)
A Dxen-command-line.pandoc520 Due to the absence of microcode to address SRBDS on IvyBridge client
2070 loaded microcode, and hardware details, and will virtualise appropriate
2199 On Intel parts released in Q3 2019 (with updated microcode), and future parts,
2224 Controls for CPU microcode loading. For early loading, this parameter can
2225 specify how and where to find the microcode update blob. For late loading,
2228 'integer' specifies the CPU microcode update blob module index. When positive,
2240 image that contains microcode. Depending on the platform the blob with the
2241 microcode in the cpio name space must be:
2242 - on Intel: kernel/x86/microcode/GenuineIntel.bin
2243 - on AMD : kernel/x86/microcode/AuthenticAMD.bin
[all …]
/xen/xen/arch/x86/cpu/
A DMakefile2 obj-y += microcode/
/xen/xen/include/public/
A Ddom0_ops.h101 struct dom0_microcode microcode; member
A Dplatform.h631 struct xenpf_microcode_update microcode; member
/xen/tools/flask/policy/modules/
A Ddom0.te11 mtrr_del mtrr_read microcode physinfo quirk writeconsole readapic
/xen/docs/features/
A Dfeature-levelling.pandoc33 * The BIOS/firmware/microcode version and settings
38 (e.g. Intel disabling TSX in a microcode update for certain Haswell/Broadwell
/xen/xen/arch/x86/
A Dplatform_hypercall.c286 guest_from_compat_handle(data, op->u.microcode.data); in do_platform_op()
288 ret = microcode_update(data, op->u.microcode.length); in do_platform_op()
/xen/tools/libxc/
A Dxc_misc.c221 platform_op.u.microcode.length = len; in xc_microcode_update()
222 set_xen_guest_handle(platform_op.u.microcode.data, uc); in xc_microcode_update()
/xen/xen/xsm/flask/policy/
A Daccess_vectors29 microcode

Completed in 26 milliseconds