Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmpx.h31 #define MPX_BD_SIZE_BYTES_32 (1UL<<22) macro
33 #define MPX_BD_NR_ENTRIES_32 (MPX_BD_SIZE_BYTES_32/MPX_BD_ENTRY_BYTES_32)
/arch/x86/mm/
Dmpx.c28 return MPX_BD_SIZE_BYTES_32; in mpx_bd_size_bytes()