Home
last modified time | relevance | path

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

/arch/x86/mm/
Dmpx.c560 int align_to_bytes; in mpx_bd_entry_to_bt_addr() local
572 align_to_bytes = 8; in mpx_bd_entry_to_bt_addr()
574 align_to_bytes = 4; in mpx_bd_entry_to_bt_addr()
575 bt_addr &= ~(align_to_bytes-1); in mpx_bd_entry_to_bt_addr()