Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dldt_gdt.c61 static int gdt_entry_num; variable
150 if (!gdt_entry_num) in install_valid_mode()
152 desc.entry_number = gdt_entry_num; in install_valid_mode()
715 gdt_entry_num = low_user_desc->entry_number; in setup_low_user_desc()
716 printf("[NOTE]\tset_thread_area is available; will use GDT index %d\n", gdt_entry_num); in setup_low_user_desc()
722 low_user_desc_clear->entry_number = gdt_entry_num; in setup_low_user_desc()
729 if (!gdt_entry_num) in test_gdt_invalidation()
744 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
775 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
806 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
[all …]