Searched refs:prev_sel (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | ldt_gdt.c | 722 unsigned short prev_sel; in test_gdt_invalidation() local 747 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 778 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 811 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 822 asm volatile ("movw %[prev_sel], %%fs" : : [prev_sel] "rm" (prev_sel)); in test_gdt_invalidation() 864 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 875 asm volatile ("movw %[prev_sel], %%gs" : : [prev_sel] "rm" (prev_sel)); in test_gdt_invalidation()
|