Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmpx.h43 #define MPX_BT_ENTRY_BYTES_64 32 macro
44 #define MPX_BT_NR_ENTRIES_64 (MPX_BT_SIZE_BYTES_64/MPX_BT_ENTRY_BYTES_64)
/Linux-v5.4/arch/x86/mm/
Dmpx.c547 return MPX_BT_ENTRY_BYTES_64; in bt_entry_size_bytes()