Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-hw.h102 unsigned long __bd_entry = (unsigned long)bounds_dir_entry->contents; in bd_entry_valid() local
103 return (__bd_entry & MPX_BOUNDS_TABLE_ENTRY_VALID_BIT); in bd_entry_valid()
109 unsigned long __bd_entry = (unsigned long)bounds_dir_entry->contents; in __bd_entry_to_bounds_table() local
110 assert(__bd_entry & MPX_BOUNDS_TABLE_ENTRY_VALID_BIT); in __bd_entry_to_bounds_table()
111 __bd_entry &= ~MPX_BOUNDS_TABLE_ENTRY_VALID_BIT; in __bd_entry_to_bounds_table()
112 return (struct mpx_bounds_table *)__bd_entry; in __bd_entry_to_bounds_table()