Home
last modified time | relevance | path

Searched refs:page_phys (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c172 phys_addr_t page_phys = early ? in kasan_pte_populate() local
176 set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL)); in kasan_pte_populate()
/openbmc/linux/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()
/openbmc/linux/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.c610 phys_addr_t page_phys = sun50i_pte_get_page_address(*pte_addr); in sun50i_iommu_map() local
613 &iova, &page_phys, &paddr, prot); in sun50i_iommu_map()