Re: [PATCH 4/7] x86/msr-index: Define IA32_PASID MSR

2020-04-27 Thread Fenghua Yu
On Sun, Apr 26, 2020 at 01:22:00PM +0200, Thomas Gleixner wrote: > Fenghua Yu writes: > > > The IA32_PASID MSR (0xd93) contains the Process Address Space Identifier > > (PASID), a 20-bit value. Bit 31 must be set to indicate the value > > programmed in the MSR is valid. Hardware uses PASID to

Re: [PATCH 4/7] x86/msr-index: Define IA32_PASID MSR

2020-04-26 Thread Thomas Gleixner
Fenghua Yu writes: > The IA32_PASID MSR (0xd93) contains the Process Address Space Identifier > (PASID), a 20-bit value. Bit 31 must be set to indicate the value > programmed in the MSR is valid. Hardware uses PASID to identify which > process submits the work and direct responses to the right

[PATCH 4/7] x86/msr-index: Define IA32_PASID MSR

2020-03-30 Thread Fenghua Yu
The IA32_PASID MSR (0xd93) contains the Process Address Space Identifier (PASID), a 20-bit value. Bit 31 must be set to indicate the value programmed in the MSR is valid. Hardware uses PASID to identify which process submits the work and direct responses to the right process. Signed-off-by: