Searched refs:prev_sel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 732 unsigned short prev_sel; in test_gdt_invalidation() local 745 asm volatile ("movw %%ds, %[prev_sel]\n\t" in test_gdt_invalidation() 756 "movw %[prev_sel], %%ds" in test_gdt_invalidation() 757 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 776 asm volatile ("movw %%es, %[prev_sel]\n\t" in test_gdt_invalidation() 787 "movw %[prev_sel], %%es" in test_gdt_invalidation() 788 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 810 asm volatile ("movw %%fs, %[prev_sel]\ in test_gdt_invalidation() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 732 unsigned short prev_sel; in test_gdt_invalidation() local 745 asm volatile ("movw %%ds, %[prev_sel]\n\t" in test_gdt_invalidation() 756 "movw %[prev_sel], %%ds" in test_gdt_invalidation() 757 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 776 asm volatile ("movw %%es, %[prev_sel]\n\t" in test_gdt_invalidation() 787 "movw %[prev_sel], %%es" in test_gdt_invalidation() 788 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation() 810 asm volatile ("movw %%fs, %[prev_sel]\ in test_gdt_invalidation() [all...] |
Completed in 4 milliseconds