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.c194 static char bt_buf[MPX_BOUNDS_TABLE_SIZE_BYTES]; in read_bounds_table_into_buf() local
199 int read_ret = read(fd, &bt_buf, sizeof(bt_buf)); in read_bounds_table_into_buf()
200 if (read_ret != sizeof(bt_buf)) in read_bounds_table_into_buf()
202 return &bt_buf; in read_bounds_table_into_buf()
214 char *bt_buf; in dump_table() local
219 bt_buf = read_bounds_table_into_buf(table_vaddr); in dump_table()
234 bt_entry_buf = (void *)&bt_buf[offset_inside_bt]; in dump_table()
235 if (!bt_buf) { in dump_table()