Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/mm/
H A Dinit.c636 phys_addr_t next_phys; in create_pud_mapping() local
646 next_phys = pt_ops.alloc_pmd(va); in create_pud_mapping()
648 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
652 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
662 phys_addr_t next_phys; in create_p4d_mapping() local
672 next_phys = pt_ops.alloc_pud(va); in create_p4d_mapping()
674 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
719 phys_addr_t next_phys; in create_pgd_mapping() local
729 next_phys = alloc_pgd_next(va); in create_pgd_mapping()
731 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
[all …]
/linux-6.15/arch/x86/events/intel/
H A Dbts.c389 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
409 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
411 next_phys->displacement; in bts_buffer_reset()
414 next_space = next_phys->size; in bts_buffer_reset()
426 phys = next_phys; in bts_buffer_reset()
/linux-6.15/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()
/linux-6.15/drivers/dma/
H A Dloongson1-apb-dma.c441 dma_addr_t next_phys; in ls1x_dma_tx_status() local
448 next_phys = chan->curr_lli->hw[LS1X_DMADESC_NEXT]; in ls1x_dma_tx_status()
450 if (lli->hw[LS1X_DMADESC_NEXT] == next_phys) in ls1x_dma_tx_status()
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()
/linux-6.15/include/linux/qed/
H A Dqed_chain.h44 struct regpair next_phys; member