On Tue, Jan 18, 2022 at 01:39:59PM +0100, Paolo Bonzini wrote: > On 1/10/22 09:23, Tian, Kevin wrote: > >> > >>AMX XTILECFG and XTILEDATA are managed by XSAVE feature > >>set. State component 17 is used for 64-byte TILECFG register > >>(XTILECFG state) and component 18 is used for 8192 bytes > >>of tile data (XTILEDATA state). > >to be consistent, "tile data" -> "TILEDATA" > > > > Previous sentences use "XTILECFG" / "XTILEDATA", not "TILEDATA". > > So I would say: > > The AMX TILECFG register and the TMMx tile data registers are > saved/restored via XSAVE, respectively in state component 17 (64 > bytes) and state component 18 (8192 bytes). >
Thanks Paolo, I will update this in new version. Yang > Paolo