Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/fb/
Dsm501fb.txt22 set different foreign endian.
24 set different foreign endian.
/linux-4.1.27/drivers/xen/
Dgrant-table.c697 struct xen_page_foreign *foreign; in gnttab_alloc_pages() local
699 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_alloc_pages()
700 if (!foreign) { in gnttab_alloc_pages()
704 set_page_private(pages[i], (unsigned long)foreign); in gnttab_alloc_pages()
797 struct xen_page_foreign *foreign; in gnttab_map_refs() local
800 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
801 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
802 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
/linux-4.1.27/tools/usb/usbip/
Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c290 struct xen_page_foreign *foreign; in xenvif_gop_frag_copy() local
309 foreign = xen_page_foreign(page); in xenvif_gop_frag_copy()
310 if (foreign) { in xenvif_gop_frag_copy()
311 copy_gop->source.domid = foreign->domid; in xenvif_gop_frag_copy()
312 copy_gop->source.u.ref = foreign->gref; in xenvif_gop_frag_copy()
/linux-4.1.27/lib/fonts/
DKconfig19 the questions about foreign fonts.
/linux-4.1.27/include/linux/
Dpage-flags.h222 PAGEFLAG(Foreign, foreign); /* Xen */
/linux-4.1.27/Documentation/
Dlocal_ops.txt104 Those local counters can be read from foreign CPUs to sum the count. Note that
/linux-4.1.27/block/partitions/
DKconfig13 the questions about foreign partitioning schemes.
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt856 Typically this will be necessary when the server tells the netfs of a foreign
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex15 \def\fo{\sl} % foreign words
/linux-4.1.27/drivers/video/fbdev/
DKconfig138 bool "Framebuffer foreign endianness support"