Re: [PATCH v7 13/26] x86/insn-eval: Add function to get default params of code segment

2017-06-15 Thread Ricardo Neri
On Wed, 2017-06-07 at 14:59 +0200, Borislav Petkov wrote: > On Fri, May 05, 2017 at 11:17:11AM -0700, Ricardo Neri wrote: > > This function returns the default values of the address and operand sizes > > as specified in the segment descriptor. This information is determined > > from the D and L

Re: [PATCH v7 13/26] x86/insn-eval: Add function to get default params of code segment

2017-06-07 Thread Borislav Petkov
On Fri, May 05, 2017 at 11:17:11AM -0700, Ricardo Neri wrote: > This function returns the default values of the address and operand sizes > as specified in the segment descriptor. This information is determined > from the D and L bits. Hence, it can be used for both IA-32e 64-bit and > 32-bit