/openbmc/qemu/hw/xen/ |
H A D | xen-operations.c | 54 refs[i] = to_domain ? seg->dest.foreign.ref : in libxengnttab_fallback_grant_copy() 55 seg->source.foreign.ref; in libxengnttab_fallback_grant_copy() 72 memcpy(page + seg->dest.foreign.offset, seg->source.virt, in libxengnttab_fallback_grant_copy() 75 memcpy(seg->dest.virt, page + seg->source.foreign.offset, in libxengnttab_fallback_grant_copy() 111 xengnttab_seg->dest.foreign.domid = domid; in libxengnttab_backend_grant_copy() 112 xengnttab_seg->dest.foreign.ref = seg->dest.foreign.ref; in libxengnttab_backend_grant_copy() 113 xengnttab_seg->dest.foreign.offset = seg->dest.foreign.offset; in libxengnttab_backend_grant_copy() 117 xengnttab_seg->source.foreign.domid = domid; in libxengnttab_backend_grant_copy() 118 xengnttab_seg->source.foreign.ref = seg->source.foreign.ref; in libxengnttab_backend_grant_copy() 119 xengnttab_seg->source.foreign.offset = in libxengnttab_backend_grant_copy() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/ |
H A D | 0001-build-these-are-foreign-automake-projects.patch | 4 Subject: [PATCH 1/3] build: these are 'foreign' automake projects 11 files ChangeLog, AUTHORS, etc., use the 'foreign' automake 30 +AM_INIT_AUTOMAKE([foreign]) 43 +AM_INIT_AUTOMAKE([foreign])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0011-fix-bug-of-do_compile-and-do_install.patch | 25 libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath 36 +libdmmp.install libmultipath/foreign.install: mpathpersist.install 40 libmultipath/foreign.install: libmultipath.install
|
/openbmc/ipmitool/ |
H A D | bootstrap | 37 automake --foreign --add-missing --copy 41 automake --foreign
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | configure.patch | 8 #AM_INIT_AUTOMAKE([1.9 foreign]) 10 +AM_INIT_AUTOMAKE([foreign])
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-cryptography-crates.inc | 12 crate://crates.io/foreign-types/0.3.2 \ 13 crate://crates.io/foreign-types-shared/0.1.1 \ 49 SRC_URI[foreign-types-0.3.2.sha256sum] = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3f… 50 SRC_URI[foreign-types-shared-0.1.1.sha256sum] = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac…
|
/openbmc/openbmc/poky/meta/recipes-support/libffi/ |
H A D | libffi_3.4.6.bb | 1 SUMMARY = "A portable foreign function interface library" 5 time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name … 7 library really only provides the lowest, machine dependent layer of a fully featured foreign functi…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
H A D | automake-foreign.patch | 1 Pass foreign to AM_INIT_AUTOMAKE so it doesn't enforce GNU strictness. 12 +AM_INIT_AUTOMAKE([foreign])
|
/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/ |
H A D | automake.patch | 1 Update autoconf prologue to use "foreign" strictness. 15 +AM_INIT_AUTOMAKE([foreign])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0007-oprofile-doesn-t-want-GNU-levels-of-automake-strictn.patch | 5 so tell it to be "foreign". 20 +AM_INIT_AUTOMAKE([foreign])
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | sm501fb.txt | 20 set different foreign endian. 22 set different foreign endian.
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | avoid_parallel_tests.patch | 24 -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects]) 25 +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects …
|
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/ |
H A D | avoid_parallel_tests.patch | 26 -AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects… 27 +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/ |
H A D | 0001-libltdl-remove-reference-to-nonexisting-directory.patch | 37 AUTOMAKE_OPTIONS = foreign 50 AUTOMAKE_OPTIONS = foreign
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Kconfig.profile | 16 int "Timeout for unsignaled foreign fences (ms, jiffy granularity)" 19 When listening to a foreign fence, we install a supplementary timer 22 unsignaled foreign fence. 24 May be 0 to disable the timeout, and rely on the foreign fence being
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | NIST-PD-fallback | 3 …ted States. This software may be subject to foreign copyright. Permission in the United States and…
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | rx.c | 199 struct xen_page_foreign *foreign; in xenvif_rx_copy_add() local 210 foreign = xen_page_foreign(page); in xenvif_rx_copy_add() 211 if (foreign) { in xenvif_rx_copy_add() 212 op->source.domid = foreign->domid; in xenvif_rx_copy_add() 213 op->source.u.ref = foreign->gref; in xenvif_rx_copy_add()
|
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/ |
H A D | configure.ac | 4 AM_INIT_AUTOMAKE(foreign)
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_gnttab.c | 466 uint32_t ref = to_domain ? seg->dest.foreign.ref : in xen_be_gnttab_copy() 467 seg->source.foreign.ref; in xen_be_gnttab_copy() 479 memcpy(page + seg->dest.foreign.offset, seg->source.virt, in xen_be_gnttab_copy() 482 memcpy(seg->dest.virt, page + seg->source.foreign.offset, in xen_be_gnttab_copy()
|
/openbmc/openbmc-tools/adcapp/ |
H A D | configure.ac | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
/openbmc/openbmc-tools/pwmtachtool/ |
H A D | configure.ac | 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/ |
H A D | configure.patch | 8 +AM_INIT_AUTOMAKE([foreign])
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mmu_context.h | 251 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument 257 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
|
/openbmc/linux/include/asm-generic/ |
H A D | mm_hooks.h | 26 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/openbmc/linux/drivers/xen/ |
H A D | gntdev.c | 874 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg() 878 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg() 904 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg() 905 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg() 906 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg() 924 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg() 925 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg() 926 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
|