Home
last modified time | relevance | path

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

/linux/arch/mips/kvm/
H A Dmmu.c467 * @out_entry: New PTE for @gpa (written on success unless NULL).
482 pte_t *out_entry, pte_t *out_buddy) in _kvm_mips_map_page_fast() argument
513 if (out_entry) in _kvm_mips_map_page_fast()
514 *out_entry = *ptep; in _kvm_mips_map_page_fast()
528 * @out_entry: New PTE for @gpa (written on success unless NULL).
540 * Returns: 0 on success, in which case the caller may use the @out_entry
549 pte_t *out_entry, pte_t *out_buddy) in kvm_mips_map_page() argument
564 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry, in kvm_mips_map_page()
631 if (out_entry) in kvm_mips_map_page()
632 *out_entry in kvm_mips_map_page()
[all...]
/linux/arch/x86/hyperv/
H A Dirqdomain.c179 * @out_entry: Hypervisor (MSI) interrupt entry (can be NULL)
186 struct hv_interrupt_entry *out_entry) in hv_map_msi_interrupt() argument
201 out_entry ? out_entry : &dummy); in hv_map_msi_interrupt()
/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()
H A Dpci_sun4v.c524 unsigned long paddr, npages, entry, out_entry = 0, slen; in dma_4v_map_sg() local
567 (is_span_boundary(out_entry, base_shift, in dma_4v_map_sg()
582 out_entry = entry; in dma_4v_map_sg()
/linux/arch/x86/include/asm/
H A Dmshyperv.h246 struct hv_interrupt_entry *out_entry);
/linux/kernel/dma/
H A Ddebug.c823 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) in device_dma_allocations() argument
834 *out_entry = entry; in device_dma_allocations()