Searched refs:md_ldt (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/sys/i386/include/
H A Dproc.h58 struct proc_ldt *md_ldt; /* (t) per-process ldt */ member in struct:mdproc
/freebsd-11.0-release/sys/amd64/amd64/
H A Dvm_machdep.c168 if ((pldt = mdp1->md_ldt) != NULL &&
251 if (mdp1->md_ldt != NULL) {
253 mdp1->md_ldt->ldt_refcnt++;
254 mdp2->md_ldt = mdp1->md_ldt;
258 mdp2->md_ldt = NULL;
259 mdp2->md_ldt = user_ldt_alloc(p2, 0);
260 if (mdp2->md_ldt == NULL)
264 mdp1->md_ldt->ldt_base);
267 mdp2->md_ldt
[all...]
H A Dsys_machdep.c458 if (!force && mdp->md_ldt != NULL)
459 return (mdp->md_ldt);
476 pldt = mdp->md_ldt;
490 atomic_store_rel_ptr((volatile uintptr_t *)&mdp->md_ldt,
495 return (mdp->md_ldt);
506 if ((pldt = mdp->md_ldt) == NULL) {
511 mdp->md_ldt = NULL;
559 if ((pldt = td->td_proc->p_md.md_ldt) != NULL) {
605 if ((pldt = mdp->md_ldt) == NULL ||
739 struct proc_ldt *pldt = mdp->md_ldt;
[all...]
H A Dgenassym.c76 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
H A Dmachdep.c593 if (td->td_proc->p_md.md_ldt != NULL)
/freebsd-11.0-release/sys/i386/i386/
H A Dsys_machdep.c400 pldt = mdp->md_ldt;
450 if ((pldt = mdp->md_ldt) != NULL) {
471 if ((pldt = mdp->md_ldt) == NULL) {
481 mdp->md_ldt = NULL;
521 if ((pldt = td->td_proc->p_md.md_ldt) != NULL) {
575 if ((pldt = mdp->md_ldt) == NULL ||
663 if ((pldt = mdp->md_ldt) == NULL) {
668 pldt = mdp->md_ldt;
710 struct proc_ldt *pldt = mdp->md_ldt;
737 if ((pldt = mdp->md_ldt)
[all...]
H A Dvm_machdep.c197 if ((pldt1 = mdp1->md_ldt) != NULL &&
202 mdp1->md_ldt = pldt;
293 if (mdp2->md_ldt != NULL) {
295 mdp2->md_ldt->ldt_refcnt++;
297 mdp2->md_ldt = user_ldt_alloc(mdp2,
298 mdp2->md_ldt->ldt_len);
299 if (mdp2->md_ldt == NULL)
346 if (td->td_proc->p_md.md_ldt) {
H A Dgenassym.c96 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
H A Dmachdep.c1153 if (td->td_proc->p_md.md_ldt)
/freebsd-11.0-release/sys/amd64/include/
H A Dproc.h66 struct proc_ldt *md_ldt; /* (t) per-process ldt */ member in struct:mdproc
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c913 if (ndx > p->p_md.md_ldt->ldt_len)
917 p->p_md.md_ldt[ndx].ldt_base;
923 p->p_md.md_ldt[ndx].ldt_base;
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_sysvec.c455 if (td->td_proc->p_md.md_ldt != NULL)
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c806 if (td->td_proc->p_md.md_ldt != NULL)
/freebsd-11.0-release/sys/amd64/ia32/
H A Dia32_signal.c942 if (td->td_proc->p_md.md_ldt != NULL)

Completed in 197 milliseconds