Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmpx.h23 #define MPX_BD_SIZE_BYTES_64 (1UL<<31) macro
25 #define MPX_BD_NR_ENTRIES_64 (MPX_BD_SIZE_BYTES_64/MPX_BD_ENTRY_BYTES_64)
/arch/x86/mm/
Dmpx.c26 return MPX_BD_SIZE_BYTES_64; in mpx_bd_size_bytes()