Home
last modified time | relevance | path

Searched refs:next_phys (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/riscv/mm/
Dinit.c293 phys_addr_t next_phys; in create_pgd_mapping() local
303 next_phys = alloc_pgd_next(va); in create_pgd_mapping()
304 pgdp[pgd_index] = pfn_pgd(PFN_DOWN(next_phys), PAGE_TABLE); in create_pgd_mapping()
305 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
308 next_phys = PFN_PHYS(_pgd_pfn(pgdp[pgd_index])); in create_pgd_mapping()
309 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
/Linux-v5.4/arch/x86/events/intel/
Dbts.c367 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
387 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
389 next_phys->displacement; in bts_buffer_reset()
392 next_space = next_phys->size; in bts_buffer_reset()
404 phys = next_phys; in bts_buffer_reset()
/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-vdic.c192 dma_addr_t prev_phys, curr_phys, next_phys; in prepare_vdi_in_buffers() local
211 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + fs; in prepare_vdi_in_buffers()
218 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + is; in prepare_vdi_in_buffers()
230 ipu_cpmem_set_buffer(priv->vdi_in_ch_n, 0, next_phys); in prepare_vdi_in_buffers()
/Linux-v5.4/include/linux/qed/
Dqed_chain.h69 struct regpair next_phys; member
608 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in qed_chain_init_next_ptr_elem()
/Linux-v5.4/drivers/dma/
Dimg-mdc-dma.c264 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
270 next_phys = curr->node_addr; in mdc_list_desc_free()
273 curr_phys = next_phys; in mdc_list_desc_free()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c4628 p_phys_next = HILO_DMA_REGPAIR(p_next->next_phys); in qed_chain_free_next_ptr()