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

/freebsd-12-stable/sys/riscv/include/
H A Dproc.h42 struct mdproc { struct
/freebsd-12-stable/sys/i386/include/
H A Dproc.h59 struct mdproc { struct
83 void set_user_ldt(struct mdproc *);
84 struct proc_ldt *user_ldt_alloc(struct mdproc *, int);
/freebsd-12-stable/sys/powerpc/include/
H A Dproc.h48 struct mdproc { struct
/freebsd-12-stable/sys/sparc64/include/
H A Dproc.h51 struct mdproc { struct
/freebsd-12-stable/sys/arm/include/
H A Dproc.h65 struct mdproc { struct
/freebsd-12-stable/sys/arm64/include/
H A Dproc.h42 struct mdproc { struct
/freebsd-12-stable/sys/mips/include/
H A Dproc.h81 struct mdproc { struct
/freebsd-12-stable/sys/amd64/include/
H A Dproc.h80 struct mdproc { struct
/freebsd-12-stable/sys/arm64/arm64/
H A Dgenassym.c59 ASSYM(MD_L0ADDR, offsetof(struct mdproc, md_l0addr));
/freebsd-12-stable/sys/i386/i386/
H A Dsys_machdep.c410 set_user_ldt_locked(struct mdproc *mdp)
426 set_user_ldt(struct mdproc *mdp)
450 user_ldt_alloc(struct mdproc *mdp, int len)
486 struct mdproc *mdp;
563 struct mdproc *mdp;
714 struct mdproc *mdp;
739 struct mdproc *mdp;
H A Dvm_machdep.c151 struct mdproc *mdp2;
157 struct mdproc *mdp1 = &p1->p_md;
198 /* Point mdproc and then copy over td1's contents */
H A Dgenassym.c97 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt));
/freebsd-12-stable/sys/amd64/amd64/
H A Dsys_machdep.c488 set_user_ldt(struct mdproc *mdp)
511 struct mdproc *mdp;
564 struct mdproc *mdp = &p->p_md;
652 struct mdproc *mdp;
800 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.c150 struct mdproc *mdp1, *mdp2;
187 /* Point mdproc and then copy over td1's contents */
/freebsd-12-stable/sys/arm/arm/
H A Dvm_machdep.c100 struct mdproc *mdp2;
121 /* Point to mdproc and then copy over td1's contents */
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dgenassym.c174 ASSYM(MD_UTRAP, offsetof(struct mdproc, md_utrap));
/freebsd-12-stable/sys/sys/
H A Dproc.h676 struct mdproc p_md; /* Any machine-dependent fields. */

Completed in 220 milliseconds