Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dmpx.c31 static inline unsigned long mpx_bt_size_bytes(struct mm_struct *mm) in mpx_bt_size_bytes() function
49 if (len != mpx_bt_size_bytes(mm)) in mpx_mmap()
424 bt_addr = mpx_mmap(mpx_bt_size_bytes(mm)); in allocate_bt()
475 vm_munmap(bt_addr, mpx_bt_size_bytes(mm)); in allocate_bt()
897 return do_munmap(mm, bt_addr, mpx_bt_size_bytes(mm)); in unmap_entire_bt()