Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dswtch.s466 movl _default_ldt,%eax
469 lldt _default_ldt
/dragonfly/sys/platform/pc64/x86_64/
H A Dswtch.s573 movl _default_ldt,%eax
576 lldt _default_ldt
H A Dmp_machdep.c286 lldt(_default_ldt); in init_secondary()
287 mdcpu->gd_currentldt = _default_ldt; in init_secondary()
H A Dmachdep.c1617 int _default_ldt; variable