Home
last modified time | relevance | path

Searched refs:page_phys (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dkasan_init.c106 phys_addr_t page_phys = early ? in kasan_pte_populate() local
110 memset(__va(page_phys), KASAN_SHADOW_INIT, PAGE_SIZE); in kasan_pte_populate()
112 set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL)); in kasan_pte_populate()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dkasan_init.c109 phys_addr_t page_phys = early ? in kasan_pte_populate() local
113 memset(__va(page_phys), KASAN_SHADOW_INIT, PAGE_SIZE); in kasan_pte_populate()
115 set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL)); in kasan_pte_populate()
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dkasan_init.c136 phys_addr_t page_phys = early ? in kasan_pte_populate() local
140 set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL)); in kasan_pte_populate()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dkasan_init.c152 phys_addr_t page_phys = early ? in kasan_pte_populate() local
156 set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL)); in kasan_pte_populate()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c330 dma_addr_t page_phys, buf_phys; in mtk_wed_tx_buffer_alloc() local
339 page_phys = dma_map_page(dev->hw->dev, page, 0, PAGE_SIZE, in mtk_wed_tx_buffer_alloc()
341 if (dma_mapping_error(dev->hw->dev, page_phys)) { in mtk_wed_tx_buffer_alloc()
347 dma_sync_single_for_cpu(dev->hw->dev, page_phys, PAGE_SIZE, in mtk_wed_tx_buffer_alloc()
351 buf_phys = page_phys; in mtk_wed_tx_buffer_alloc()
380 dma_sync_single_for_device(dev->hw->dev, page_phys, PAGE_SIZE, in mtk_wed_tx_buffer_alloc()
/kernel/linux/linux-5.10/drivers/iommu/
H A Drockchip-iommu.c721 phys_addr_t page_phys; in rk_iommu_map_iova() local
753 page_phys = rk_pte_page_address(pte_addr[pte_count]); in rk_iommu_map_iova()
755 &iova, &page_phys, &paddr, prot); in rk_iommu_map_iova()
H A Dsun50i-iommu.c540 phys_addr_t page_phys = sun50i_pte_get_page_address(*pte_addr); in sun50i_iommu_map() local
543 &iova, &page_phys, &paddr, prot); in sun50i_iommu_map()
/kernel/linux/linux-6.6/drivers/iommu/
H A Drockchip-iommu.c780 phys_addr_t page_phys; in rk_iommu_map_iova() local
812 page_phys = rk_ops->pt_address(pte_addr[pte_count]); in rk_iommu_map_iova()
814 &iova, &page_phys, &paddr, prot); in rk_iommu_map_iova()
H A Dsun50i-iommu.c609 phys_addr_t page_phys = sun50i_pte_get_page_address(*pte_addr); in sun50i_iommu_map() local
612 &iova, &page_phys, &paddr, prot); in sun50i_iommu_map()

Completed in 12 milliseconds