Home
last modified time | relevance | path

Searched refs:bndreg (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/mm/
Dmpx.c260 struct bndreg *bndregs, *bndreg; in mpx_generate_siginfo() local
287 bndreg = &bndregs[bndregno]; in mpx_generate_siginfo()
304 info->si_lower = (void __user *)(unsigned long)bndreg->lower_bound; in mpx_generate_siginfo()
305 info->si_upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_generate_siginfo()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h399 struct bndreg { struct
420 struct bndreg bndreg[4]; member