Home
last modified time | relevance | path

Searched refs:P_MD_LA48 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/amd64/amd64/
HDvm_machdep.c452 p->p_md.md_flags |= P_MD_LA48; in cpu_procctl_la_ctl()
457 p->p_md.md_flags &= ~P_MD_LA48; in cpu_procctl_la_ctl()
464 p->p_md.md_flags &= ~(P_MD_LA48 | P_MD_LA57); in cpu_procctl_la_ctl()
475 if ((p->p_md.md_flags & P_MD_LA48) != 0) in cpu_procctl_la_status()
HDelf_machdep.c178 if ((imgp->proc->p_md.md_flags & P_MD_LA48) != 0) in freebsd_brand_info_la57_img_compat()
/freebsd-14-stable/sys/amd64/include/
HDproc.h91 #define P_MD_LA48 0x00000002 /* Request LA48 after exec */ macro