Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dsys_machdep.c73 if (cpuinfo.userlocal_reg == true) { in sysarch()
H A Dcpu.c147 cpuinfo->userlocal_reg = true; in mips_get_identity()
155 cpuinfo->userlocal_reg = false; in mips_get_identity()
H A Dfreebsd32_machdep.c466 if (cpuinfo.userlocal_reg == true) { in freebsd32_sysarch()
H A Dvm_machdep.c478 if (td == curthread && cpuinfo.userlocal_reg == true) { in cpu_set_user_tls()
/f-stack/freebsd/mips/include/
H A Dcpuinfo.h63 boolean_t userlocal_reg; member