Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmpx.h34 #define MPX_BD_SIZE_BYTES_32 (1UL<<22) macro
36 #define MPX_BD_NR_ENTRIES_32 (MPX_BD_SIZE_BYTES_32/MPX_BD_ENTRY_BYTES_32)
/Linux-v4.19/arch/x86/mm/
Dmpx.c31 return MPX_BD_SIZE_BYTES_32; in mpx_bd_size_bytes()