Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/x86/
Dldt_gdt.c732 unsigned short prev_sel; in test_gdt_invalidation() local
757 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation()
788 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation()
821 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation()
832 asm volatile ("movw %[prev_sel], %%fs" : : [prev_sel] "rm" (prev_sel)); in test_gdt_invalidation()
874 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation()
885 asm volatile ("movw %[prev_sel], %%gs" : : [prev_sel] "rm" (prev_sel)); in test_gdt_invalidation()