--- - branch: MAIN date: Wed Jun 26 12:29:01 UTC 2019 files: - new: '1.107' old: '1.106' path: src/sys/arch/x86/include/cpu.h pathrev: src/sys/arch/x86/include/cpu.h@1.107 type: modified - new: '1.148' old: '1.147' path: src/sys/arch/x86/include/specialreg.h pathrev: src/sys/arch/x86/include/specialreg.h@1.148 type: modified - new: '1.92' old: '1.91' path: src/sys/arch/x86/x86/identcpu.c pathrev: src/sys/arch/x86/x86/identcpu.c@1.92 type: modified id: 20190626T122901Z.eb10ba1b187b29edd3a49c0ff01d018aac62029c log: | Fetch XSAVE area component offsets and sizes when initializing x86 CPU Introduce two new arrays, x86_xsave_offsets and x86_xsave_sizes, and initialize them with XSAVE area component offsets and sizes queried via CPUID. This will be needed to implement getters and setters for additional register types. While at it, add XSAVE_* constants corresponding to specific XSAVE components. module: src subject: 'CVS commit: src/sys/arch/x86' unixtime: '1561552141' user: mgorny