Home
last modified time | relevance | path

Searched refs:next_phys (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dinit.c560 phys_addr_t next_phys; in create_pud_mapping() local
570 next_phys = pt_ops.alloc_pmd(va); in create_pud_mapping()
571 pudp[pud_index] = pfn_pud(PFN_DOWN(next_phys), PAGE_TABLE); in create_pud_mapping()
572 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
575 next_phys = PFN_PHYS(_pud_pfn(pudp[pud_index])); in create_pud_mapping()
576 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
587 phys_addr_t next_phys; in create_p4d_mapping() local
597 next_phys = pt_ops.alloc_pud(va); in create_p4d_mapping()
598 p4dp[p4d_index] = pfn_p4d(PFN_DOWN(next_phys), PAGE_TABLE); in create_p4d_mapping()
599 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
645 phys_addr_t next_phys; create_pgd_mapping() local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dbts.c373 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
393 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
395 next_phys->displacement; in bts_buffer_reset()
398 next_space = next_phys->size; in bts_buffer_reset()
410 phys = next_phys; in bts_buffer_reset()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dbts.c379 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
399 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
401 next_phys->displacement; in bts_buffer_reset()
404 next_space = next_phys->size; in bts_buffer_reset()
416 phys = next_phys; in bts_buffer_reset()
/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dinit.c406 phys_addr_t next_phys; in create_pgd_mapping() local
416 next_phys = alloc_pgd_next(va); in create_pgd_mapping()
417 pgdp[pgd_idx] = pfn_pgd(PFN_DOWN(next_phys), PAGE_TABLE); in create_pgd_mapping()
418 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
421 next_phys = PFN_PHYS(_pgd_pfn(pgdp[pgd_idx])); in create_pgd_mapping()
422 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_chain.c56 DMA_REGPAIR_LE(next->next_phys, phys_next); in qed_chain_init_next_ptr_elem()
86 phys_next = HILO_DMA_REGPAIR(next->next_phys); in qed_chain_free_next_ptr()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_chain.c56 DMA_REGPAIR_LE(next->next_phys, phys_next); in qed_chain_init_next_ptr_elem()
86 phys_next = HILO_DMA_REGPAIR(next->next_phys); in qed_chain_free_next_ptr()
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H A 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()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A 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()
/kernel/linux/linux-5.10/drivers/dma/
H A 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()
/kernel/linux/linux-6.6/drivers/dma/
H A Dimg-mdc-dma.c263 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
269 next_phys = curr->node_addr; in mdc_list_desc_free()
272 curr_phys = next_phys; in mdc_list_desc_free()
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_chain.h44 struct regpair next_phys; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_chain.h44 struct regpair next_phys; member

Completed in 13 milliseconds