Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-dig.c193 static char bt_buf[MPX_BOUNDS_TABLE_SIZE_BYTES]; in read_bounds_table_into_buf() local
198 int read_ret = read(fd, &bt_buf, sizeof(bt_buf)); in read_bounds_table_into_buf()
199 if (read_ret != sizeof(bt_buf)) in read_bounds_table_into_buf()
201 return &bt_buf; in read_bounds_table_into_buf()
213 char *bt_buf; in dump_table() local
218 bt_buf = read_bounds_table_into_buf(table_vaddr); in dump_table()
233 bt_entry_buf = (void *)&bt_buf[offset_inside_bt]; in dump_table()
234 if (!bt_buf) { in dump_table()