Home
last modified time | relevance | path

Searched refs:XSTATE_BNDREGS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dxsave.h12 #define XSTATE_BNDREGS 0x8 macro
36 #define XSTATE_EAGER (XSTATE_BNDREGS | XSTATE_BNDCSR)
/linux-4.1.27/arch/x86/kvm/
Dx86.h166 | XSTATE_BNDREGS | XSTATE_BNDCSR \
Dcpuid.c54 xcr0 &= ~(XSTATE_BNDREGS | XSTATE_BNDCSR); in kvm_supported_xcr0()
Dx86.c674 if ((!(xcr0 & XSTATE_BNDREGS)) != (!(xcr0 & XSTATE_BNDCSR))) in __kvm_set_xcr()
/linux-4.1.27/arch/x86/mm/
Dmpx.c281 bndregs = get_xsave_addr(xsave_buf, XSTATE_BNDREGS); in mpx_generate_siginfo()