Home
last modified time | relevance | path

Searched refs:bndcfgu (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/mm/
Dmpx.c352 if (!(bndcsr->bndcfgu & MPX_BNDCFG_ENABLE_FLAG)) in task_get_bounds_dir()
360 (bndcsr->bndcfgu & MPX_BNDCFG_ADDR_MASK); in task_get_bounds_dir()
494 bd_base = bndcsr->bndcfgu & MPX_BNDCFG_ADDR_MASK; in do_mpx_bt_fault()
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt37 points the "bndcfgu" register to the directory (must also set the valid
40 the bounds tables between the time when it populates "bndcfgu" and
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h405 u64 bndcfgu; member