Home
last modified time | relevance | path

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

/linux/arch/mips/kvm/
H A Dmmu.c482 pte_t *out_entry, pte_t *out_buddy) in _kvm_mips_map_page_fast() argument
520 if (out_entry) in _kvm_mips_map_page_fast()
521 *out_entry = *ptep; in _kvm_mips_map_page_fast()
558 pte_t *out_entry, pte_t *out_buddy) in kvm_mips_map_page() argument
572 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry, in kvm_mips_map_page()
640 if (out_entry) in kvm_mips_map_page()
641 *out_entry = *ptep; in kvm_mips_map_page()
/linux/arch/x86/hyperv/
H A Dirqdomain.c193 struct hv_interrupt_entry out_entry, *stored_entry; in hv_irq_compose_msi_msg() local
238 status = hv_map_msi_interrupt(dev, cpu, cfg->vector, &out_entry); in hv_irq_compose_msi_msg()
244 *stored_entry = out_entry; in hv_irq_compose_msi_msg()
246 entry_to_msi_msg(&out_entry, msg); in hv_irq_compose_msi_msg()
/linux/net/netlabel/
H A Dnetlabel_kapi.c341 goto out_entry; in netlbl_cfg_cipsov4_map_add()
392 out_entry: in netlbl_cfg_cipsov4_map_add()
467 goto out_entry; in netlbl_cfg_calipso_map_add()
522 out_entry: in netlbl_cfg_calipso_map_add()
/linux/arch/sparc/kernel/
H A Diommu.c478 unsigned long paddr, npages, entry, out_entry = 0, slen; in dma_4u_map_sg() local
523 (is_span_boundary(out_entry, base_shift, in dma_4u_map_sg()
538 out_entry = entry; in dma_4u_map_sg()
/linux/kernel/dma/
H A Ddebug.c833 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) in device_dma_allocations() argument
844 *out_entry = entry; in device_dma_allocations()