Searched refs:mfn_pte (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/ia64/include/asm/xen/ |
D | page.h | 62 #define mfn_pte(_x, _y) __pte_ma(0) /* unmodified use */ macro
|
/linux-2.6.39/arch/x86/xen/ |
D | grant-table.c | 52 set_pte_at(&init_mm, addr, pte, mfn_pte((*frames)[0], PAGE_KERNEL)); in map_pte_fn()
|
D | mmu.c | 344 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/ |
D | page.h | 177 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
|
/linux-2.6.39/drivers/xen/ |
D | balloon.c | 253 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation()
|
/linux-2.6.39/drivers/net/ |
D | xen-netfront.c | 1102 mfn_pte(mfn, PAGE_KERNEL), in xennet_release_rx_bufs()
|