Searched refs:page_to_phys (Results 26 - 50 of 145) sorted by relevance

123456

/linux-master/drivers/crypto/nx/
H A Dnx-842.h109 return page_to_phys(vmalloc_to_page(addr)) + offset_in_page(addr);
/linux-master/arch/riscv/mm/
H A Ddma-noncoherent.c123 noncoherent_cache_ops.wback_inv(page_to_phys(page), size);
/linux-master/arch/um/include/asm/
H A Dpgtable.h260 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
266 pte_set_val(pte, page_to_phys(page), (pgprot)); \
/linux-master/arch/arm64/include/asm/
H A Dmemory.h357 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
404 void *__addr = __va(page_to_phys(__page)); \
H A Dpgalloc.h137 __pmd_populate(pmdp, page_to_phys(ptep), PMD_TYPE_TABLE | PMD_TABLE_PXN);
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h45 static inline unsigned long page_to_phys(struct page *page) function
/linux-master/drivers/virt/
H A Dfsl_hypervisor.c263 sg_list[0].source = page_to_phys(pages[0]) + lb_offset;
267 sg_list[0].target = page_to_phys(pages[0]) + lb_offset;
277 sg_list[i].source = page_to_phys(pages[i]);
282 sg_list[i].target = page_to_phys(pages[i]);
/linux-master/tools/virtio/linux/
H A Dkernel.h46 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
/linux-master/kernel/dma/
H A Ddirect.h89 phys_addr_t phys = page_to_phys(page) + offset;
/linux-master/arch/xtensa/include/asm/
H A Dpage.h198 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-master/arch/sh/include/asm/
H A Dpage.h150 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-master/arch/s390/kernel/
H A Dmachine_kexec.c230 data_mover = page_to_phys(image->control_code_page);
H A Duv.c414 rc = uv_destroy_owned_page(page_to_phys(page));
425 rc = uv_convert_owned_from_secure(page_to_phys(page));
459 rc = uv_pin_shared(page_to_phys(page));
465 rc = uv_convert_from_secure(page_to_phys(page));
/linux-master/arch/riscv/include/asm/
H A Dpage.h184 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h171 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-master/drivers/char/agp/
H A Dali-agp.c155 page_to_phys(page)) | ALI_CACHE_FLUSH_EN ));
183 page_to_phys(page)) | ALI_CACHE_FLUSH_EN));
/linux-master/sound/virtio/
H A Dvirtio_pcm_msg.c56 phys_addr_t pg_address = page_to_phys(pg);
104 sg_phys(&sgs[idx]) + sgs[idx].length != page_to_phys(pg)) {
/linux-master/arch/x86/kvm/svm/
H A Davic.c247 phys_addr_t bpa = __sme_set(page_to_phys(svm->avic_backing_page));
248 phys_addr_t lpa = __sme_set(page_to_phys(kvm_svm->avic_logical_id_table_page));
249 phys_addr_t ppa = __sme_set(page_to_phys(kvm_svm->avic_physical_id_table_page));
311 new_entry = __sme_set((page_to_phys(svm->avic_backing_page) &
879 vcpu_info->pi_desc_addr = __sme_set(page_to_phys((*svm)->avic_backing_page));
937 pi.base = __sme_set(page_to_phys(svm->avic_backing_page) &
/linux-master/scripts/gdb/linux/
H A Dmm.py258 def page_to_phys(self, page): member in class:aarch64_page_ops
266 return self.__va(self.page_to_phys(page))
333 super(LxPage2Phys, self).__init__("lx-page_to_phys", gdb.COMMAND_USER)
339 phys_addr = page_ops().ops.page_to_phys(page)
340 gdb.write("page_to_phys(0x%x) = 0x%x\n" % (page, phys_addr))
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c92 const unsigned long vpa = page_to_phys(page);
112 const unsigned long vpa = page_to_phys(page);
/linux-master/arch/riscv/kernel/
H A Dsbi.c586 base_addr = page_to_phys(vmalloc_to_page(bytes)) +
615 base_addr = page_to_phys(vmalloc_to_page(bytes)) +
/linux-master/drivers/net/fjes/
H A Dfjes_trace.h114 __entry->tx = page_to_phys(vmalloc_to_page(tx)) +
116 __entry->rx = page_to_phys(vmalloc_to_page(rx)) +
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c120 page_to_phys(pages[i]), PAGE_SIZE);
/linux-master/arch/arm/include/asm/
H A Dmemory.h153 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-master/drivers/gpu/drm/
H A Ddrm_fbdev_dma.c133 info->fix.smem_start = page_to_phys(virt_to_page(info->screen_buffer));

Completed in 600 milliseconds

123456