Searched refs:xen_ldt_setprot (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | sysi86.c | 727 if (xen_ldt_setprot(ldt, ldtsz, PROT_READ)) in ldt_alloc() 772 if (xen_ldt_setprot(ldt, ldtsz, PROT_READ | PROT_WRITE)) in ldt_free() 808 if (xen_ldt_setprot(cp->p_ldt, ldtsz, PROT_READ | PROT_WRITE)) in ldt_dup() 815 if (xen_ldt_setprot(cp->p_ldt, ldtsz, PROT_READ)) in ldt_dup() 862 if (xen_ldt_setprot(oldt, oldtsz, PROT_READ | PROT_WRITE)) in ldt_grow() 865 if (xen_ldt_setprot(nldt, nldtsz, PROT_READ)) in ldt_grow()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 122 extern int xen_ldt_setprot(user_desc_t *, size_t, uint_t);
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1148 xen_ldt_setprot(user_desc_t *ldt, size_t lsize, uint_t prot) in xen_ldt_setprot() function
|