[PATCH 06/31] x86, pkeys: add PKRU xsave fields and data structure(s)

2016-01-29 Thread Dave Hansen
From: Dave Hansen The protection keys register (PKRU) is saved and restored using xsave. Define the data structure that we will use to access it inside the xsave buffer. Note that we also have to widen the printk of the xsave feature masks since this is feature 0x200 and we only did two

[PATCH 06/31] x86, pkeys: add PKRU xsave fields and data structure(s)

2016-01-29 Thread Dave Hansen
From: Dave Hansen The protection keys register (PKRU) is saved and restored using xsave. Define the data structure that we will use to access it inside the xsave buffer. Note that we also have to widen the printk of the xsave feature masks since this is feature

[PATCH 06/31] x86, pkeys: add PKRU xsave fields and data structure(s)

2016-01-06 Thread Dave Hansen
From: Dave Hansen The protection keys register (PKRU) is saved and restored using xsave. Define the data structure that we will use to access it inside the xsave buffer. Note that we also have to widen the printk of the xsave feature masks since this is feature 0x200 and we only did two

[PATCH 06/31] x86, pkeys: add PKRU xsave fields and data structure(s)

2016-01-06 Thread Dave Hansen
From: Dave Hansen The protection keys register (PKRU) is saved and restored using xsave. Define the data structure that we will use to access it inside the xsave buffer. Note that we also have to widen the printk of the xsave feature masks since this is feature