Home
last modified time | relevance | path

Searched refs:PT_WRITABLE (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c133 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 Dhtable.c345 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 Dhat_i86.c1070 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 Dhat_kdi.c235 PTE_SET(pte, PT_WRITABLE); in kdi_prw()
H A Di86_mmu.c297 (void) xen_kpm_page(pfn, PT_VALID | PT_WRITABLE); in xen_kpm_finish_init()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h101 #define PT_WRITABLE (0x002) /* the page is writable */ macro
114 #define PT_PTPBITS (PT_VALID | PT_USER | PT_WRITABLE | PT_REF)
/titanic_41/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c52 #define PTE_BITS (PT_VALID | PT_WRITABLE)
53 #define PTE_DEV_BITS (PT_VALID | PT_WRITABLE | PT_NOCACHE | PT_NOCONSIST | \
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c555 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 Dxen_mmu.c451 if (kpm_vbase != NULL && xen_kpm_page(pfn, PT_VALID | PT_WRITABLE) < 0) in reassign_pfn()
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c86 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER;
87 x86pte_t pte_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_MOD | PT_NOCONSIST;
387 *pteval & ~(x86pte_t)PT_WRITABLE, UVMF_INVLPG | UVMF_LOCAL)) in make_ptable()
/titanic_41/usr/src/uts/common/xen/os/
H A Dgnttab.c653 FRAME_TO_MA(frames[i]) | PT_VALID | PT_WRITABLE, in gnttab_resume()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfastboot.c114 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_41/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c262 pte |= PT_WRITABLE; in segmf_faultpage()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c445 if (PTE_GET(pte, PT_WRITABLE)) in do_pte_dcmd()
/titanic_41/usr/src/uts/common/xen/dtrace/
H A Dxdt.c570 | PT_FOREIGN | PT_WRITABLE; in xdt_map_trace_buffers()