Searched refs:mdproc (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Dproc.h42 struct mdproc { struct
/freebsd-13-stable/sys/i386/include/
H A Dproc.h59 struct mdproc { struct
82 void set_user_ldt(struct mdproc *);
83 struct proc_ldt *user_ldt_alloc(struct mdproc *, int);
/freebsd-13-stable/sys/arm/include/
H A Dproc.h60 struct mdproc { struct
/freebsd-13-stable/sys/arm64/include/
H A Dproc.h42 struct mdproc { struct
/freebsd-13-stable/sys/mips/include/
H A Dproc.h80 struct mdproc { struct
/freebsd-13-stable/sys/powerpc/include/
H A Dproc.h48 struct mdproc { struct
/freebsd-13-stable/sys/amd64/include/
H A Dproc.h80 struct mdproc { struct
/freebsd-13-stable/sys/i386/i386/
H A Dsys_machdep.c412 set_user_ldt_locked(struct mdproc *mdp)
428 set_user_ldt(struct mdproc *mdp)
452 user_ldt_alloc(struct mdproc *mdp, int len)
488 struct mdproc *mdp;
565 struct mdproc *mdp;
716 struct mdproc *mdp;
741 struct mdproc *mdp;
H A Dvm_machdep.c214 struct mdproc *mdp2;
220 struct mdproc *mdp1 = &p1->p_md;
247 /* Point mdproc and then copy over td1's contents */
H A Dgenassym.c97 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
/freebsd-13-stable/sys/amd64/amd64/
H A Dsys_machdep.c487 set_user_ldt(struct mdproc *mdp)
514 struct mdproc *mdp;
566 struct mdproc *mdp = &p->p_md;
654 struct mdproc *mdp;
802 struct mdproc *mdp;
H A Dgenassym.c78 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
79 ASSYM(MD_LDT_SD, offsetof(struct mdproc, md_ldt_sd));
H A Dvm_machdep.c210 struct mdproc *mdp1, *mdp2;
237 /* Point mdproc and then copy over p1's contents */
/freebsd-13-stable/sys/arm/arm/
H A Dvm_machdep.c100 struct mdproc *mdp2;
121 /* Point to mdproc and then copy over td1's contents */
/freebsd-13-stable/sys/sys/
H A Dproc.h703 struct mdproc p_md; /* Any machine-dependent fields. */

Completed in 142 milliseconds