Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dldt_gdt.c63 static int gdt_entry_num; variable
152 if (!gdt_entry_num) in install_valid_mode()
154 desc.entry_number = gdt_entry_num; in install_valid_mode()
705 gdt_entry_num = low_user_desc->entry_number; in setup_low_user_desc()
706 printf("[NOTE]\tset_thread_area is available; will use GDT index %d\n", gdt_entry_num); in setup_low_user_desc()
712 low_user_desc_clear->entry_number = gdt_entry_num; in setup_low_user_desc()
719 if (!gdt_entry_num) in test_gdt_invalidation()
734 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
765 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
796 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
[all …]