Searched refs:INTEL_PTE_RW (Results 1 – 2 of 2) sorted by relevance
265 #define INTEL_PTE_RW 0x00000002ULL macro314 #define pte_kernel_rw(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_RW))316 …te_user_rw(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_USER|INTEL_PTE_RW))
239 …pmap_store_pte(FALSE, debugger_ptep, debug_pa | INTEL_PTE_NCACHE | INTEL_PTE_RW | INTEL_PTE_REF | … in ml_copy_phys()