Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c408 p->p_md.md_flags &= ~P_MD_LA57; in cpu_procctl_la_ctl()
413 p->p_md.md_flags |= P_MD_LA57; in cpu_procctl_la_ctl()
419 p->p_md.md_flags &= ~(P_MD_LA48 | P_MD_LA57); in cpu_procctl_la_ctl()
432 else if ((p->p_md.md_flags & P_MD_LA57) != 0) in cpu_procctl_la_status()
H A Delf_machdep.c151 if ((imgp->proc->p_md.md_flags & P_MD_LA57) != 0) in freebsd_brand_info_la57_img_compat()
/f-stack/freebsd/amd64/include/
H A Dproc.h88 #define P_MD_LA57 0x00000004 /* Request LA57 after exec */ macro