Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmpx.h26 #define MPX_BD_SIZE_BYTES_64 (1UL<<31) macro
28 #define MPX_BD_NR_ENTRIES_64 (MPX_BD_SIZE_BYTES_64/MPX_BD_ENTRY_BYTES_64)
/Linux-v5.4/arch/x86/mm/
Dmpx.c29 return MPX_BD_SIZE_BYTES_64; in mpx_bd_size_bytes()