Searched refs:PT_USER (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | mach_mmu.h | 102 #define PT_USER (0x004) /* the page is accessible by user mode */ macro 114 #define PT_PTPBITS (PT_VALID | PT_USER | PT_WRITABLE | PT_REF)
|
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 135 #define PT_USER 37 macro
|
H A D | zonecfg.c | 1224 pt_to_str(PT_USER), in usage() 1359 pt_to_str(PT_USER), pt_to_str(PT_AUTHS)); in usage() 2068 export_prop(of, PT_USER, admintab.zone_admin_user); in export_func() 2913 case PT_USER: in fill_in_admintab() 4762 case PT_USER: in set_func() 5388 output_prop(fp, PT_USER, admintab->zone_admin_user, B_TRUE); in output_auth() 6078 PT_USER, &ret_val); in verify_func() 6084 pt_to_str(PT_USER), in verify_func() 6635 PT_USER, &validation_failed) == Z_OK) { in end_func() 6639 pt_to_str(PT_USER), in end_func() [all …]
|
H A D | zonecfg_grammar.y | 999 | USER { $$ = PT_USER; }
|
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | hat_pte.h | 66 #define PT_IGNORE ((0x7fful << 52) | PT_GLOBAL | PT_USER)
|
H A D | kboot_mmu.c | 508 PT_VALID | PT_REF | PT_USER | PT_WRITABLE; in make_ptable()
|
H A D | hat_i86.c | 1073 PTE_SET(pte, PT_USER); in hati_mkpte() 2614 if (PTE_GET(pte, PT_USER)) in hat_getattr()
|
/titanic_44/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 260 pte = mmu_ptob((x86pte_t)mfn) | PT_VALID | PT_USER | PT_FOREIGN; in segmf_faultpage()
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 442 if (PTE_GET(pte, PT_USER)) in do_pte_dcmd()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 250 pt_kern = PT_USER; in xen_pte_workaround()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 114 static x86pte_t ptp_bits = PT_VALID | PT_REF | PT_USER | PT_WRITABLE;
|
/titanic_44/usr/src/uts/common/xen/dtrace/ |
H A D | xdt.c | 569 pte = mmu_ptob((x86pte_t)mfn) | PT_VALID | PT_USER in xdt_map_trace_buffers()
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 90 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER;
|