Searched refs:vec1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | biomerge.c | 8 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/qemu/host/include/aarch64/host/ |
H A D | bufferiszero.c.inc | 13 #define REASSOC_BARRIER(vec0, vec1) asm("" : "+w"(vec0), "+w"(vec1))
|
/openbmc/linux/block/ |
H A D | blk.h | 83 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/qemu/host/include/i386/host/ |
H A D | bufferiszero.c.inc | 11 #define SSE_REASSOC_BARRIER(vec0, vec1) asm("" : "+x"(vec0), "+x"(vec1))
|
/openbmc/linux/include/xen/ |
H A D | xen.h | 57 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 955 struct option_vector1 vec1; member 1039 .vec1 = {
|
/openbmc/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 276 If X is the interface number as in vec0, vec1, vec2, etc, the general
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 3487 SYM_LSB(IntRedirect0, vec1); in qib_setup_7322_interrupt()
|