Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dproc.h82 struct system_segment_descriptor md_ldt_sd; member
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c490 *PCPU_GET(ldt) = mdp->md_ldt_sd; in set_user_ldt()
549 ssdtosyssd(&sldt, &p->p_md.md_ldt_sd); in user_ldt_alloc()
575 bzero(&mdp->md_ldt_sd, sizeof(mdp->md_ldt_sd)); in user_ldt_free()
H A Dvm_machdep.c246 bcopy(&mdp1->md_ldt_sd, &mdp2->md_ldt_sd, sizeof(struct in cpu_fork()
H A Dgenassym.c79 ASSYM(MD_LDT_SD, offsetof(struct mdproc, md_ldt_sd));