Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmpx.h60 struct mpx_fault_info { struct
68 extern int mpx_fault_info(struct mpx_fault_info *info, struct pt_regs *regs); argument
89 static inline int mpx_fault_info(struct mpx_fault_info *info, struct pt_regs *regs) in mpx_fault_info() function
/Linux-v5.4/arch/x86/mm/
Dmpx.c122 int mpx_fault_info(struct mpx_fault_info *info, struct pt_regs *regs) in mpx_fault_info() function
/Linux-v5.4/arch/x86/kernel/
Dtraps.c473 struct mpx_fault_info mpx; in do_bounds()
475 if (mpx_fault_info(&mpx, regs)) { in do_bounds()