Home
last modified time | relevance | path

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

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