Searched refs:out_entry (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/hyperv/
H A Dirqdomain.c193 struct hv_interrupt_entry out_entry, *stored_entry; local
238 status = hv_map_msi_interrupt(dev, cpu, cfg->vector, &out_entry);
244 *stored_entry = out_entry;
246 entry_to_msi_msg(&out_entry, msg);
/linux-master/arch/mips/kvm/
H A Dmmu.c497 * @out_entry: New PTE for @gpa (written on success unless NULL).
512 pte_t *out_entry, pte_t *out_buddy)
550 if (out_entry)
551 *out_entry = *ptep;
567 * @out_entry: New PTE for @gpa (written on success unless NULL).
579 * Returns: 0 on success, in which case the caller may use the @out_entry
588 pte_t *out_entry, pte_t *out_buddy)
602 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry,
670 if (out_entry)
671 *out_entry
510 _kvm_mips_map_page_fast(struct kvm_vcpu *vcpu, unsigned long gpa, bool write_fault, pte_t *out_entry, pte_t *out_buddy) argument
586 kvm_mips_map_page(struct kvm_vcpu *vcpu, unsigned long gpa, bool write_fault, pte_t *out_entry, pte_t *out_buddy) argument
[all...]
/linux-master/net/netlabel/
H A Dnetlabel_kapi.c341 goto out_entry;
392 out_entry:
467 goto out_entry;
522 out_entry:
/linux-master/arch/sparc/kernel/
H A Diommu.c478 unsigned long paddr, npages, entry, out_entry = 0, slen; local
523 (is_span_boundary(out_entry, base_shift,
538 out_entry = entry;
H A Dpci_sun4v.c524 unsigned long paddr, npages, entry, out_entry = 0, slen; local
567 (is_span_boundary(out_entry, base_shift,
582 out_entry = entry;
/linux-master/kernel/dma/
H A Ddebug.c830 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) argument
841 *out_entry = entry;

Completed in 101 milliseconds