Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-hw.h52 struct mpx_bd_entry { struct
67 struct mpx_bd_entry entries[MPX_BOUNDS_DIR_NR_ENTRIES]; argument
93 static inline struct mpx_bd_entry *mpx_vaddr_to_bd_entry(void *vaddr, in mpx_vaddr_to_bd_entry()
100 static inline int bd_entry_valid(struct mpx_bd_entry *bounds_dir_entry) in bd_entry_valid()
107 __bd_entry_to_bounds_table(struct mpx_bd_entry *bounds_dir_entry) in __bd_entry_to_bounds_table()
118 struct mpx_bd_entry *bde = mpx_vaddr_to_bd_entry(vaddr, bounds_dir); in mpx_vaddr_to_bt_entry()
Dmpx-mini-test.c1426 struct mpx_bd_entry *bde = mpx_vaddr_to_bd_entry(buf, bd); in insn_test_failed()