Searched refs:next_phys (Results 1 – 5 of 5) sorted by relevance
598 phys_addr_t next_phys; in create_pud_mapping() local608 next_phys = pt_ops.alloc_pmd(va); in create_pud_mapping()609 pudp[pud_index] = pfn_pud(PFN_DOWN(next_phys), PAGE_TABLE); in create_pud_mapping()610 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()613 next_phys = PFN_PHYS(_pud_pfn(pudp[pud_index])); in create_pud_mapping()614 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()624 phys_addr_t next_phys; in create_p4d_mapping() local634 next_phys = pt_ops.alloc_pud(va); in create_p4d_mapping()635 p4dp[p4d_index] = pfn_p4d(PFN_DOWN(next_phys), PAGE_TABLE); in create_p4d_mapping()636 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()
263 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local269 next_phys = curr->node_addr; in mdc_list_desc_free()272 curr_phys = next_phys; in mdc_list_desc_free()
44 struct regpair next_phys; member