Searched refs:alloc_pte (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 63 static pte_t * __init alloc_pte(void) in alloc_pte() function 186 assign_pte(pmd, alloc_pte()); in page_table_range_init() 539 pte = alloc_pte(); in kernel_physical_mapping_init()
|
/linux-4.4.14/arch/x86/kernel/ |
D | paravirt.c | 435 .alloc_pte = paravirt_nop,
|
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt_types.h | 266 void (*alloc_pte)(struct mm_struct *mm, unsigned long pfn); member
|
D | paravirt.h | 353 PVOP_VCALL2(pv_mmu_ops.alloc_pte, mm, pfn); in paravirt_alloc_pte()
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 1215 static u64 *alloc_pte(struct protection_domain *domain, in alloc_pte() function 1338 pte = alloc_pte(dom, bus_addr, page_size, NULL, GFP_KERNEL); in iommu_map_page() 1470 pte = alloc_pte(&dma_dom->domain, address, PAGE_SIZE, in alloc_new_range() 2357 pte = alloc_pte(&dom->domain, address, PAGE_SIZE, &pte_page, in dma_ops_get_pte()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 2402 pv_mmu_ops.alloc_pte = xen_alloc_pte; in xen_post_allocator_init() 2444 .alloc_pte = xen_alloc_pte_init,
|