OSDN Git Service

x86/msr-index: Define an IA32_PASID MSR
authorFenghua Yu <fenghua.yu@intel.com>
Tue, 15 Sep 2020 16:30:10 +0000 (09:30 -0700)
committerBorislav Petkov <bp@suse.de>
Thu, 17 Sep 2020 18:22:15 +0000 (20:22 +0200)
commitf0f2f9feb4ee6f28729e5388da3c03ce1dac077a
treea0a960cba7a6a80a682a4b8f99a9ff0313834f5b
parentb454feb9abc1a9ee876fb84bfea0fc8d726f5bc4
x86/msr-index: Define an IA32_PASID MSR

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 the PASID to identify a
process address space and direct responses to the right address space.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Link: https://lkml.kernel.org/r/1600187413-163670-7-git-send-email-fenghua.yu@intel.com
arch/x86/include/asm/msr-index.h