Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase.c363 unsigned short force_sel, in set_gs_and_switch_to() argument
377 if (force_sel) in set_gs_and_switch_to()
378 printf("\tBefore schedule, set selector to 0x%hx\n", force_sel); in set_gs_and_switch_to()
389 if (force_sel) { in set_gs_and_switch_to()
390 asm volatile ("mov %0, %%gs" : : "rm" (force_sel)); in set_gs_and_switch_to()
391 sel_pre_sched = force_sel; in set_gs_and_switch_to()
398 asm volatile ("mov %0, %%gs" : : "rm" (force_sel)); in set_gs_and_switch_to()