Home
last modified time | relevance | path

Searched refs:PT_USER (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h102 #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 Dzonecfg.h135 #define PT_USER 37 macro
H A Dzonecfg.c1224 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 Dzonecfg_grammar.y999 | USER { $$ = PT_USER; }
/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_pte.h66 #define PT_IGNORE ((0x7fful << 52) | PT_GLOBAL | PT_USER)
H A Dkboot_mmu.c508 PT_VALID | PT_REF | PT_USER | PT_WRITABLE; in make_ptable()
H A Dhat_i86.c1073 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 Dseg_mf.c260 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 Di86mmu.c442 if (PTE_GET(pte, PT_USER)) in do_pte_dcmd()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c250 pt_kern = PT_USER; in xen_pte_workaround()
/titanic_44/usr/src/uts/i86pc/os/
H A Dfastboot.c114 static x86pte_t ptp_bits = PT_VALID | PT_REF | PT_USER | PT_WRITABLE;
/titanic_44/usr/src/uts/common/xen/dtrace/
H A Dxdt.c569 pte = mmu_ptob((x86pte_t)mfn) | PT_VALID | PT_USER in xdt_map_trace_buffers()
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c90 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER;