Re: [PATCH] x86: simplify interrupt dispatch table

2015-04-07 Thread Borislav Petkov
On Fri, Apr 03, 2015 at 09:49:13PM +0200, Denys Vlasenko wrote: > Interrupt entry points are handled with the following code: > Each 32-byte code block contains seven entry points > > ... > [push][jump 22] // 4 bytes > [push][jump 18] // 4 bytes >

Re: [PATCH] x86: simplify interrupt dispatch table

2015-04-04 Thread Ingo Molnar
* Denys Vlasenko wrote: > Interrupt entry points are handled with the following code: > Each 32-byte code block contains seven entry points > > ... > [push][jump 22] // 4 bytes > [push][jump 18] // 4 bytes > [push][jump 14] // 4 bytes >

[PATCH] x86: simplify interrupt dispatch table

2015-04-03 Thread Denys Vlasenko
Interrupt entry points are handled with the following code: Each 32-byte code block contains seven entry points ... [push][jump 22] // 4 bytes [push][jump 18] // 4 bytes [push][jump 14] // 4 bytes [push][jump 10] // 4