Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-hw.h49 #define MPX_BOUNDS_TABLE_ENTRY_VALID_BIT 0x1 macro
102 return (__bd_entry & MPX_BOUNDS_TABLE_ENTRY_VALID_BIT); in bd_entry_valid()
109 assert(__bd_entry & MPX_BOUNDS_TABLE_ENTRY_VALID_BIT); in __bd_entry_to_bounds_table()
110 __bd_entry &= ~MPX_BOUNDS_TABLE_ENTRY_VALID_BIT; in __bd_entry_to_bounds_table()