align_to_bytes    443 arch/x86/mm/mpx.c 	int align_to_bytes;
align_to_bytes    455 arch/x86/mm/mpx.c 		align_to_bytes = 8;
align_to_bytes    457 arch/x86/mm/mpx.c 		align_to_bytes = 4;
align_to_bytes    458 arch/x86/mm/mpx.c 	bt_addr &= ~(align_to_bytes-1);