Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsm501fb.txt22 set different foreign endian.
24 set different foreign endian.
/linux-4.4.14/drivers/xen/
Dgrant-table.c696 struct xen_page_foreign *foreign; in gnttab_alloc_pages() local
698 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_alloc_pages()
699 if (!foreign) { in gnttab_alloc_pages()
703 set_page_private(pages[i], (unsigned long)foreign); in gnttab_alloc_pages()
844 struct xen_page_foreign *foreign; in gnttab_map_refs() local
847 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
848 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
849 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
/linux-4.4.14/tools/usb/usbip/
Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c293 struct xen_page_foreign *foreign; in xenvif_setup_copy_gop() local
311 foreign = xen_page_foreign(page); in xenvif_setup_copy_gop()
312 if (foreign) { in xenvif_setup_copy_gop()
313 copy_gop->source.domid = foreign->domid; in xenvif_setup_copy_gop()
314 copy_gop->source.u.ref = foreign->gref; in xenvif_setup_copy_gop()
/linux-4.4.14/lib/fonts/
DKconfig19 the questions about foreign fonts.
/linux-4.4.14/include/linux/
Dpage-flags.h221 PAGEFLAG(Foreign, foreign); /* Xen */
/linux-4.4.14/Documentation/
Dlocal_ops.txt104 Those local counters can be read from foreign CPUs to sum the count. Note that
/linux-4.4.14/block/partitions/
DKconfig13 the questions about foreign partitioning schemes.
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt407 inode but migrating ownership if too many foreign pages, pages which
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt856 Typically this will be necessary when the server tells the netfs of a foreign
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex15 \def\fo{\sl} % foreign words
/linux-4.4.14/drivers/video/fbdev/
DKconfig138 bool "Framebuffer foreign endianness support"