Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/display/
Dsm501fb.txt20 set different foreign endian.
22 set different foreign endian.
/Linux-v5.4/drivers/net/xen-netback/
Drx.c173 struct xen_page_foreign *foreign; in xenvif_rx_copy_add() local
184 foreign = xen_page_foreign(page); in xenvif_rx_copy_add()
185 if (foreign) { in xenvif_rx_copy_add()
186 op->source.domid = foreign->domid; in xenvif_rx_copy_add()
187 op->source.u.ref = foreign->gref; in xenvif_rx_copy_add()
/Linux-v5.4/include/asm-generic/
Dmm_hooks.h31 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/Linux-v5.4/drivers/xen/
Dgrant-table.c782 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local
784 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()
785 if (!foreign) in gnttab_pages_set_private()
788 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()
1046 struct xen_page_foreign *foreign; in gnttab_map_refs() local
1049 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
1050 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
1051 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
Dgntdev.c913 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
917 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
943 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()
944 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()
945 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()
962 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()
963 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()
964 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
DKconfig149 use and grant references coming from a foreign domain can be
166 buffers and mapping foreign grant references on top of it.
171 This is useful for sharing foreign buffers with HW drivers which
/Linux-v5.4/arch/powerpc/include/asm/
Dmmu_context.h248 bool execute, bool foreign);
252 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/Linux-v5.4/arch/x86/include/asm/
Dmmu_context.h330 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
336 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/Linux-v5.4/arch/um/include/asm/
Dmmu_context.h34 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/Linux-v5.4/arch/unicore32/include/asm/
Dmmu_context.h98 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpkeys.c407 bool execute, bool foreign) in arch_vma_access_permitted() argument
414 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/Linux-v5.4/include/uapi/xen/
Dgntdev.h156 } foreign; member
/Linux-v5.4/arch/x86/mm/
Dfault.c946 bool foreign = false; in bad_area_access_from_pkeys() local
954 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1171 bool foreign = false; in access_error() local
1187 (error_code & X86_PF_INSTR), foreign)) in access_error()
/Linux-v5.4/tools/usb/usbip/
Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/Linux-v5.4/mm/
Dgup.c680 int foreign = (gup_flags & FOLL_REMOTE); in check_vma_flags() local
718 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
899 bool foreign = !!(fault_flags & FAULT_FLAG_REMOTE); in vma_permits_fault() local
912 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
/Linux-v5.4/lib/fonts/
DKconfig20 the questions about foreign fonts.
/Linux-v5.4/Documentation/core-api/
Dlocal_ops.rst120 Those local counters can be read from foreign CPUs to sum the count. Note that
/Linux-v5.4/include/linux/
Dpage-flags.h333 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
/Linux-v5.4/block/partitions/
DKconfig14 the questions about foreign partitioning schemes.
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas.h625 u16 foreign:1; member
631 u16 foreign:1;
/Linux-v5.4/Documentation/filesystems/caching/
Dnetfs-api.txt851 Typically this will be necessary when the server tells the netfs of a foreign
/Linux-v5.4/Documentation/admin-guide/
Dcgroup-v2.rst1671 associated with. These are called foreign pages. The writeback
1672 constantly keeps track of foreign pages and, if a particular foreign
Dkernel-parameters.txt5362 may be put on foreign CPUs. This debug option
/Linux-v5.4/lib/
DKconfig.debug1416 preferred work items may be put on foreign CPUs. Kernel
/Linux-v5.4/drivers/video/fbdev/
DKconfig140 bool "Framebuffer foreign endianness support"