User Mode Instruction Prevention

modulename: umip.ko

configname: CONFIG_X86_UMIP

Linux Kernel Configuration
└─>Processor type and features
└─>User Mode Instruction Prevention
In linux kernel since version 5.1 (release Date: 2019-05-05)  
User Mode Instruction Prevention (UMIP) is a security feature in
some x86 processors. If enabled, a general protection fault is
issued if the SGDT, SLDT, SIDT, SMSW or STR instructions are
executed in user mode. These instructions unnecessarily expose
information about the hardware state.

The vast majority of applications do not use these instructions.
For the very few that do, software emulation is provided in
specific cases in protected and virtual-8086 modes. Emulated
results are dummy.

source code: