Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmpx.h51 #define MPX_BT_ENTRY_BYTES_32 16 macro
52 #define MPX_BT_NR_ENTRIES_32 (MPX_BT_SIZE_BYTES_32/MPX_BT_ENTRY_BYTES_32)
/Linux-v5.4/arch/x86/mm/
Dmpx.c549 return MPX_BT_ENTRY_BYTES_32; in bt_entry_size_bytes()