Searched refs:bt_addr (Results 1 – 1 of 1) sorted by relevance
416 unsigned long bt_addr; in allocate_bt() local424 bt_addr = mpx_mmap(mpx_bt_size_bytes(mm)); in allocate_bt()425 if (IS_ERR((void *)bt_addr)) in allocate_bt()426 return PTR_ERR((void *)bt_addr); in allocate_bt()430 bd_new_entry = bt_addr | MPX_BD_ENTRY_VALID_FLAG; in allocate_bt()472 trace_mpx_new_bounds_table(bt_addr); in allocate_bt()475 vm_munmap(bt_addr, mpx_bt_size_bytes(mm)); in allocate_bt()568 unsigned long bt_addr = bd_entry; in mpx_bd_entry_to_bt_addr() local573 bt_addr &= ~MPX_BD_ENTRY_VALID_FLAG; in mpx_bd_entry_to_bt_addr()584 bt_addr &= ~(align_to_bytes-1); in mpx_bd_entry_to_bt_addr()[all …]