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

/freebsd-11-stable/sys/riscv/include/
H A Dproc.h42 struct mdproc { struct
/freebsd-11-stable/sys/i386/include/
H A Dproc.h57 struct mdproc { struct
81 void set_user_ldt(struct mdproc *);
82 struct proc_ldt *user_ldt_alloc(struct mdproc *, int);
/freebsd-11-stable/sys/arm64/include/
H A Dproc.h42 struct mdproc { struct
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h46 struct mdproc { struct
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h49 struct mdproc { struct
/freebsd-11-stable/sys/arm/include/
H A Dproc.h63 struct mdproc { struct
/freebsd-11-stable/sys/mips/include/
H A Dproc.h78 struct mdproc { struct
/freebsd-11-stable/sys/amd64/include/
H A Dproc.h65 struct mdproc { struct
/freebsd-11-stable/sys/i386/i386/
H A Dsys_machdep.c409 set_user_ldt_locked(struct mdproc *mdp)
425 set_user_ldt(struct mdproc *mdp)
449 user_ldt_alloc(struct mdproc *mdp, int len)
485 struct mdproc *mdp;
562 struct mdproc *mdp;
713 struct mdproc *mdp;
738 struct mdproc *mdp;
H A Dvm_machdep.c158 struct mdproc *mdp2;
164 struct mdproc *mdp1 = &p1->p_md;
202 /* Point mdproc and then copy over td1's contents */
H A Dgenassym.c95 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
/freebsd-11-stable/sys/amd64/amd64/
H A Dsys_machdep.c429 set_user_ldt(struct mdproc *mdp)
452 struct mdproc *mdp;
505 struct mdproc *mdp = &p->p_md;
593 struct mdproc *mdp;
741 struct mdproc *mdp;
H A Dgenassym.c76 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
77 ASSYM(MD_LDT_SD, offsetof(struct mdproc, md_ldt_sd));
H A Dvm_machdep.c146 struct mdproc *mdp1, *mdp2;
180 /* Point mdproc and then copy over td1's contents */
/freebsd-11-stable/sys/arm/arm/
H A Dvm_machdep.c100 struct mdproc *mdp2;
126 /* Point to mdproc and then copy over td1's contents */
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dgenassym.c173 ASSYM(MD_UTRAP, offsetof(struct mdproc, md_utrap));
/freebsd-11-stable/sys/sys/
H A Dproc.h648 struct mdproc p_md; /* Any machine-dependent fields. */

Completed in 209 milliseconds