Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h112 #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 Dvmm_sol_rvi.c82 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 Di86mmu.c442 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 Dzonecfg.h136 #define PT_USER 37 macro
H A Dzonecfg.c1252 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 Dzonecfg_grammar.y1001 | USER { $$ = PT_USER; }
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h67 #define PT_IGNORE ((0x7fful << 52) | PT_GLOBAL | PT_USER)
H A Dkboot_mmu.c506 PT_VALID | PT_REF | PT_USER | PT_WRITABLE; in make_ptable()
H A Dhat_i86.c1582 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 Dseg_mf.c262 pte = mmu_ptob((x86pte_t)mfn) | PT_VALID | PT_USER | PT_FOREIGN; in segmf_faultpage()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c249 pt_kern = PT_USER; in xen_pte_workaround()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c114 static x86pte_t ptp_bits = PT_VALID | PT_REF | PT_USER | PT_WRITABLE;
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c99 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER;