Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase.c191 static void mov_0_gs(unsigned long initial_base, bool schedule) in mov_0_gs() argument
195 …printf("[RUN]\tARCH_SET_GS to 0x%lx then mov 0 to %%gs%s\n", initial_base, schedule ? " and schedu… in mov_0_gs()
196 if (syscall(SYS_arch_prctl, ARCH_SET_GS, initial_base) != 0) in mov_0_gs()