Searched refs:PT_USER (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | mach_mmu.h | 112 #define PT_USER (0x004) /* the page is accessible by user mode */ macro 124 #define PT_PTPBITS (PT_VALID | PT_USER | PT_WRITABLE | PT_REF)
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_sol_rvi.c | 82 const uint64_t flags = PT_USER | PT_REF | PT_VALID; in rvi_map_table() 92 const uint64_t flags = PT_USER | PT_REF | PT_VALID; in rvi_map_page()
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 442 if (PTE_GET(pte, PT_USER)) in do_pte_dcmd() 1086 user = PTE_GET(pte, PT_USER); in ptmap_dcmd() 1088 } else if (user != PTE_GET(pte, PT_USER) || in ptmap_dcmd() 1093 user = PTE_GET(pte, PT_USER); in ptmap_dcmd()
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 136 #define PT_USER 37 macro
|
H A D | zonecfg.c | 1252 pt_to_str(PT_USER), in usage() 1402 pt_to_str(PT_USER), pt_to_str(PT_AUTHS)); in usage() 2117 export_prop(of, PT_USER, admintab.zone_admin_user); in export_func() 2981 case PT_USER: in fill_in_admintab() 4928 case PT_USER: in set_func() 5577 output_prop(fp, PT_USER, admintab->zone_admin_user, B_TRUE); in output_auth() 6376 PT_USER, &ret_val); in verify_func() 6382 pt_to_str(PT_USER), in verify_func() 6944 PT_USER, &validation_failed) == Z_OK) { in end_func() 6948 pt_to_str(PT_USER), in end_func() [all …]
|
H A D | zonecfg_grammar.y | 1001 | USER { $$ = PT_USER; }
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_pte.h | 67 #define PT_IGNORE ((0x7fful << 52) | PT_GLOBAL | PT_USER)
|
H A D | kboot_mmu.c | 506 PT_VALID | PT_REF | PT_USER | PT_WRITABLE; in make_ptable()
|
H A D | hat_i86.c | 1582 PTE_SET(pte, PT_USER); in hati_mkpte() 3099 if (PTE_GET(pte, PT_USER)) in hat_getattr()
|
/illumos-gate/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 262 pte = mmu_ptob((x86pte_t)mfn) | PT_VALID | PT_USER | PT_FOREIGN; in segmf_faultpage()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 249 pt_kern = PT_USER; in xen_pte_workaround()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 114 static x86pte_t ptp_bits = PT_VALID | PT_REF | PT_USER | PT_WRITABLE;
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 99 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER;
|