Searched refs:native_make_pte (Results 1 – 8 of 8) sorted by relevance
73 native_set_pte(ptep, native_make_pte(0)); in native_pte_clear()94 return native_make_pte(xchg(&xp->pte, 0)); in native_ptep_get_and_clear()
46 *xp = native_make_pte(0); in native_pte_clear()
115 #define __pte(x) native_make_pte(x)278 return native_make_pte(v | set); in pte_set_flags()285 return native_make_pte(v & ~clear); in pte_clear_flags()
458 static inline pte_t native_make_pte(pteval_t val) in native_make_pte() function
544 set_pte(ptep, native_make_pte(0)); in pte_clear()
145 (int)sizeof(pteval_t) * 2, (unsigned long long)pte_val(native_make_pte(__entry->pteval)),274 (int)sizeof(pteval_t) * 2, (unsigned long long)pte_val(native_make_pte(__entry->pteval)),
375 return native_make_pte(pte); in xen_make_pte()1465 return native_make_pte(pte); in xen_make_pte_init()1867 pte = native_make_pte(xen_read_phys_ulong(pa + pte_index(vaddr) * in xen_early_virt_to_phys()
434 native_make_pte(0), 0); in xen_set_identity_and_remap_chunk()
Completed in 19 milliseconds