Re: [PATCH 08/12] KVM: x86: save/load state on SMM switch

From: Paolo Bonzini
Date: Thu May 21 2015 - 12:21:57 EST




On 21/05/2015 18:20, Radim KrÄmÃÅ wrote:
>
>> > + set_desc_base(&desc, get_smstate(u32, smbase, offset + 8));
>> > + set_desc_limit(&desc, get_smstate(u32, smbase, offset + 4));
>> > + rsm_set_desc_flags(&desc, get_smstate(u32, smbase, offset));
> (There wan't a layout where this would be right, so we could save the
> shifting of those flags in 64 bit mode. Intel P6 was close, and they
> had only 2 bytes for access right, which means they weren't shifted.)

Check the AMD architecture manual.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/