Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/amd64/sys/
H A Damd64_get_gsbase.c63 if (__getosreldate() >= P_OSREL_WRFSBASE &&
H A Damd64_get_fsbase.c63 if (__getosreldate() >= P_OSREL_WRFSBASE &&
H A Damd64_set_gsbase.c63 if (__getosreldate() >= P_OSREL_WRFSBASE &&
H A Damd64_set_fsbase.c63 if (__getosreldate() >= P_OSREL_WRFSBASE &&
/freebsd-13.1/sys/sys/
H A Dparam.h88 #define P_OSREL_WRFSBASE 1200041 macro
/freebsd-13.1/libexec/rtld-elf/amd64/
H A Dreloc.c534 if (__getosreldate() >= P_OSREL_WRFSBASE && in allocate_initial_tls()