Home
last modified time | relevance | path

Searched refs:mfn_pte (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/xen/
Dpage.h62 #define mfn_pte(_x, _y) __pte_ma(0) /* unmodified use */ macro
/linux-2.6.39/arch/x86/xen/
Dgrant-table.c52 set_pte_at(&init_mm, addr, pte, mfn_pte((*frames)[0], PAGE_KERNEL)); in map_pte_fn()
Dmmu.c344 set_pte_vaddr(vaddr, mfn_pte(mfn, flags)); in set_pte_mfn()
1968 pte = mfn_pte(phys, prot); in xen_set_fixmap()
1973 pte = mfn_pte(phys, __pgprot(pgprot_val(prot) | _PAGE_IOMAP)); in xen_set_fixmap()
2003 pte_t pte = mfn_pte(PFN_DOWN(pa), PAGE_KERNEL_IO); in xen_ident_map_ISA()
2134 #define VOID_PTE (mfn_pte(0, __pgprot(0)))
2193 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes()
/linux-2.6.39/arch/x86/include/asm/xen/
Dpage.h177 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
/linux-2.6.39/drivers/xen/
Dballoon.c253 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation()
/linux-2.6.39/drivers/net/
Dxen-netfront.c1102 mfn_pte(mfn, PAGE_KERNEL), in xennet_release_rx_bufs()