Home
last modified time | relevance | path

Searched refs:vec1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dbiomerge.c8 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() argument
12 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()
15 return bfn1 + PFN_DOWN(vec1->bv_offset + vec1->bv_len) == bfn2; in xen_biovec_phys_mergeable()
/openbmc/linux/block/
H A Dblk.h83 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() argument
86 phys_addr_t addr1 = page_to_phys(vec1->bv_page) + vec1->bv_offset; in biovec_phys_mergeable()
96 if (addr1 + vec1->bv_len != addr2) in biovec_phys_mergeable()
98 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) in biovec_phys_mergeable()
/openbmc/linux/include/xen/
H A Dxen.h57 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c955 struct option_vector1 vec1; member
1039 .vec1 = {
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst276 If X is the interface number as in vec0, vec1, vec2, etc, the general
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c3487 SYM_LSB(IntRedirect0, vec1); in qib_setup_7322_interrupt()