Searched refs:MIPS_GET_TLS (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dsysarch.h41 #define MIPS_GET_TLS 2 macro
/freebsd-13-stable/lib/libc/mips/gen/
H A D_get_tp.c98 sysarch(MIPS_GET_TLS, &res);
/freebsd-13-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h72 sysarch(MIPS_GET_TLS, &tcb);
/freebsd-13-stable/sys/mips/mips/
H A Dsys_machdep.c78 case MIPS_GET_TLS:
H A Dfreebsd32_machdep.c471 case MIPS_GET_TLS:
/freebsd-13-stable/tests/sys/audit/
H A Dmiscellaneous.c95 #elif defined(MIPS_GET_TLS) /* MIPS */
126 #elif defined(MIPS_GET_TLS)
127 ATF_REQUIRE_EQ(0, sysarch(MIPS_GET_TLS, &mipsarg));

Completed in 112 milliseconds