Searched refs:next_phys (Results 1 – 5 of 5) sorted by relevance
643 phys_addr_t next_phys; in create_pud_mapping() local653 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() local679 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 …]
390 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local410 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()
56 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()
441 dma_addr_t next_phys; in ls1x_dma_tx_status() local448 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()
44 struct regpair next_phys; member