Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-dig.c303 unsigned long bounds_dir_entry; in search_bd_buf() local
312 bounds_dir_entry = *bounds_dir_entry_ptr; in search_bd_buf()
313 if (!bounds_dir_entry) { in search_bd_buf()
320 "index 0x%lx buf ptr: %p\n", bounds_dir_entry, i, in search_bd_buf()
323 bounds_dir_entry &= ~0x1; in search_bd_buf()
328 bt_start = bounds_dir_entry; in search_bd_buf()
329 bt_tail = bounds_dir_entry + MPX_BOUNDS_TABLE_SIZE_BYTES - 1; in search_bd_buf()
332 bounds_dir_entry); in search_bd_buf()
347 nr_entries = dump_table(bounds_dir_entry, bd_for_vaddr, in search_bd_buf()
353 bounds_dir_entry, nr_entries, total_entries, in search_bd_buf()
[all …]
Dmpx-hw.h100 static inline int bd_entry_valid(struct mpx_bd_entry *bounds_dir_entry) in bd_entry_valid() argument
102 unsigned long __bd_entry = (unsigned long)bounds_dir_entry->contents; in bd_entry_valid()
107 __bd_entry_to_bounds_table(struct mpx_bd_entry *bounds_dir_entry) in __bd_entry_to_bounds_table() argument
109 unsigned long __bd_entry = (unsigned long)bounds_dir_entry->contents; in __bd_entry_to_bounds_table()