Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
H A Dinit.c643 phys_addr_t next_phys; in create_pud_mapping() local
653 next_phys = pt_ops.alloc_pmd(va); in create_pud_mapping()
654 pudp[pud_index] = pfn_pud(PFN_DOWN(next_phys), PAGE_TABLE); in create_pud_mapping()
655 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
658 next_phys = PFN_PHYS(_pud_pfn(pudp[pud_index])); in create_pud_mapping()
659 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
669 phys_addr_t next_phys; in create_p4d_mapping() local
679 next_phys = pt_ops.alloc_pud(va); in create_p4d_mapping()
680 p4dp[p4d_index] = pfn_p4d(PFN_DOWN(next_phys), PAGE_TABLE); in create_p4d_mapping()
681 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
[all …]
/linux/arch/x86/events/intel/
H A Dbts.c390 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
410 next_phys = &bb->buf[next_buf]; in bts_buffer_reset()
412 next_phys->displacement; in bts_buffer_reset()
415 next_space = next_phys->size; in bts_buffer_reset()
427 phys = next_phys; in bts_buffer_reset()
/linux/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/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()
/linux/include/linux/qed/
H A Dqed_chain.h44 struct regpair next_phys; member