Searched refs:PT_WRITABLE (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | kboot_mmu.c | 133 x86pte_t pt_bits = PT_NOCONSIST | PT_VALID | PT_WRITABLE; in kbm_remap_window() 139 pt_bits &= ~PT_WRITABLE; in kbm_remap_window() 167 pteval = pa_to_ma(pa) | PT_NOCONSIST | PT_VALID | PT_WRITABLE; in kbm_map() 213 pteval = ma | PT_NOCONSIST | PT_VALID | PT_REF | PT_WRITABLE; in kbm_map_ma() 313 if (PTE_GET(pte_val, PT_WRITABLE)) in kbm_probe() 368 x86pte_t pte_val = pa_to_ma(pfn_to_pa(pfn)) | PT_WRITABLE | in kbm_remap() 508 PT_VALID | PT_REF | PT_USER | PT_WRITABLE; in make_ptable()
|
H A D | htable.c | 345 if (kpm_vbase && xen_kpm_page(pfn, PT_VALID | PT_WRITABLE) < 0) in ptable_free() 858 PT_VALID | PT_WRITABLE) < 0) { in htable_alloc() 1986 newpte |= PT_WRITABLE; in x86pte_mapin() 2314 if ((expect & (PT_WRITABLE | PT_MOD)) == PT_WRITABLE && in x86pte_update() 2315 (new & (PT_WRITABLE | PT_MOD)) == 0 && in x86pte_update() 2321 CAS_PTE(ptep, found, found | PT_WRITABLE); in x86pte_update() 2323 } while ((found & PT_WRITABLE) == 0); in x86pte_update() 2450 newpte = MAKEPTE(dest->ht_pfn, 0) | PT_WRITABLE; in x86pte_zero()
|
H A D | hat_i86.c | 1070 PTE_SET(pte, PT_WRITABLE); in hati_mkpte() 1287 (PT_PADDR | PT_NX | PT_WRITABLE | PT_WRITETHRU | \ 2612 if (PTE_GET(pte, PT_WRITABLE)) in hat_getattr() 2665 !PTE_GET(oldpte, PT_WRITABLE)) in hat_updateattr() 2666 newpte |= PT_WRITABLE; in hat_updateattr() 2678 PTE_GET(oldpte, PT_WRITABLE)) in hat_updateattr() 2679 newpte &= ~PT_WRITABLE; in hat_updateattr() 2690 if ((attr & PROT_WRITE) && PTE_GET(oldpte, PT_WRITABLE)) in hat_updateattr() 2691 newpte &= ~PT_WRITABLE; in hat_updateattr() 3067 if (PTE_GET(pte, PT_WRITABLE)) in hat_share() [all …]
|
H A D | hat_kdi.c | 235 PTE_SET(pte, PT_WRITABLE); in kdi_prw()
|
H A D | i86_mmu.c | 297 (void) xen_kpm_page(pfn, PT_VALID | PT_WRITABLE); in xen_kpm_finish_init()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | mach_mmu.h | 101 #define PT_WRITABLE (0x002) /* the page is writable */ macro 114 #define PT_PTPBITS (PT_VALID | PT_USER | PT_WRITABLE | PT_REF)
|
/titanic_44/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 52 #define PTE_BITS (PT_VALID | PT_WRITABLE) 53 #define PTE_DEV_BITS (PT_VALID | PT_WRITABLE | PT_NOCACHE | PT_NOCONSIST | \
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 555 xen_info->shared_info | PT_NOCONSIST | PT_VALID | PT_WRITABLE, in xen_suspend_domain() 1126 pt_bits |= PT_WRITABLE; in xen_gdt_setprot() 1156 pt_bits |= PT_WRITABLE; in xen_ldt_setprot()
|
H A D | xen_mmu.c | 451 if (kpm_vbase != NULL && xen_kpm_page(pfn, PT_VALID | PT_WRITABLE) < 0) in reassign_pfn()
|
/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; 91 x86pte_t pte_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_MOD | PT_NOCONSIST; 423 *pteval & ~(x86pte_t)PT_WRITABLE, UVMF_INVLPG | UVMF_LOCAL)) in make_ptable()
|
/titanic_44/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 653 FRAME_TO_MA(frames[i]) | PT_VALID | PT_WRITABLE, in gnttab_resume()
|
/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; 116 PT_VALID | PT_REF | PT_MOD | PT_NOCONSIST | PT_WRITABLE;
|
/titanic_44/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 262 pte |= PT_WRITABLE; in segmf_faultpage()
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 445 if (PTE_GET(pte, PT_WRITABLE)) in do_pte_dcmd()
|
/titanic_44/usr/src/uts/common/xen/dtrace/ |
H A D | xdt.c | 570 | PT_FOREIGN | PT_WRITABLE; in xdt_map_trace_buffers()
|