Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dsm501fb.txt20 set different foreign endian.
22 set different foreign endian.
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
DKconfig.profile2 int "Timeout for unsignaled foreign fences (ms, jiffy granularity)"
5 When listening to a foreign fence, we install a supplementary timer
8 unsignaled foreign fence.
10 May be 0 to disable the timeout, and rely on the foreign fence being
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmmu_context.h204 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
210 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/kernel/linux/linux-5.10/include/asm-generic/
Dmm_hooks.h26 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Drx.c199 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()
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev.c804 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
808 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
834 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()
835 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()
836 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()
854 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()
855 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()
856 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
Dgrant-table.c780 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local
782 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()
783 if (!foreign) in gnttab_pages_set_private()
786 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()
1167 struct xen_page_foreign *foreign; in gnttab_map_refs() local
1170 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
1171 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
1172 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
DKconfig24 memory ranges to use in order to map foreign memory or grants.
152 use and grant references coming from a foreign domain can be
169 buffers and mapping foreign grant references on top of it.
174 This is useful for sharing foreign buffers with HW drivers which
334 memory regions, including grant maps and foreign pages. This avoids
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmmu_context.h271 bool execute, bool foreign);
275 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/kernel/linux/linux-5.10/arch/um/include/asm/
Dmmu_context.h30 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpkeys.c426 bool execute, bool foreign) in arch_vma_access_permitted() argument
433 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/xen/
Dgntdev.h63 } foreign; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/xen/
Dgntdev.h77 } foreign; member
/kernel/linux/linux-5.10/include/uapi/xen/
Dgntdev.h156 } foreign; member
/kernel/linux/linux-5.10/arch/x86/mm/
Dfault.c876 bool foreign = false; in bad_area_access_from_pkeys() local
884 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1101 bool foreign = false; in access_error() local
1117 (error_code & X86_PF_INSTR), foreign)) in access_error()
/kernel/linux/linux-5.10/tools/usb/usbip/
Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/kernel/linux/linux-5.10/lib/fonts/
DKconfig20 the questions about foreign fonts.
/kernel/linux/linux-5.10/mm/
Dgup.c924 int foreign = (gup_flags & FOLL_REMOTE); in check_vma_flags() local
962 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
1156 bool foreign = !!(fault_flags & FAULT_FLAG_REMOTE); in vma_permits_fault() local
1169 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
/kernel/linux/linux-5.10/Documentation/bpf/
Ds390.rst85 --foreign \
/kernel/linux/linux-5.10/Documentation/core-api/
Dlocal_ops.rst120 Those local counters can be read from foreign CPUs to sum the count. Note that
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h357 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
/kernel/linux/linux-5.10/block/partitions/
DKconfig14 the questions about foreign partitioning schemes.
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_sas.h627 u16 foreign:1; member
633 u16 foreign:1;
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dnetfs-api.rst838 Typically this will be necessary when the server tells the netfs of a foreign
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dcgroup-v2.rst1742 associated with. These are called foreign pages. The writeback
1743 constantly keeps track of foreign pages and, if a particular foreign

12