Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/display/
A Dsm501fb.txt20 set different foreign endian.
22 set different foreign endian.
/linux/drivers/gpu/drm/i915/
A DKconfig.profile16 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
/linux/drivers/net/xen-netback/
A Drx.c197 struct xen_page_foreign *foreign; in xenvif_rx_copy_add() local
208 foreign = xen_page_foreign(page); in xenvif_rx_copy_add()
209 if (foreign) { in xenvif_rx_copy_add()
210 op->source.domid = foreign->domid; in xenvif_rx_copy_add()
211 op->source.u.ref = foreign->gref; in xenvif_rx_copy_add()
/linux/arch/x86/include/asm/
A Dmmu_context.h208 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
214 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/linux/drivers/xen/
A 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()
A Dgntdev.c809 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
813 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
839 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()
840 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()
841 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()
859 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()
860 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()
861 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
A 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
/linux/include/asm-generic/
A Dmm_hooks.h26 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/linux/arch/powerpc/include/asm/
A Dmmu_context.h279 bool execute, bool foreign);
283 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/linux/arch/powerpc/mm/book3s64/
A Dpkeys.c446 bool execute, bool foreign) in arch_vma_access_permitted() argument
453 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/linux/include/uapi/xen/
A Dgntdev.h156 } foreign; member
/linux/arch/x86/mm/
A Dfault.c882 bool foreign = false; in bad_area_access_from_pkeys() local
890 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1079 bool foreign = false; in access_error() local
1107 (error_code & X86_PF_INSTR), foreign)) in access_error()
/linux/tools/usb/usbip/
A Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/linux/lib/fonts/
A DKconfig20 the questions about foreign fonts.
/linux/mm/
A Dgup.c972 int foreign = (gup_flags & FOLL_REMOTE); in check_vma_flags() local
1016 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
1213 bool foreign = !!(fault_flags & FAULT_FLAG_REMOTE); in vma_permits_fault() local
1226 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
/linux/Documentation/livepatch/
A Dreliable-stacktrace.rst84 * Dynamically generated code (e.g. eBPF) or foreign code (e.g. EFI runtime
120 Kernel code including modules and eBPF can be distinguished from foreign code
/linux/Documentation/bpf/
A Ds390.rst85 --foreign \
/linux/Documentation/core-api/
A Dlocal_ops.rst120 Those local counters can be read from foreign CPUs to sum the count. Note that
/linux/include/linux/
A Dpage-flags.h439 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
/linux/block/partitions/
A DKconfig16 the questions about foreign partitioning schemes.
/linux/drivers/scsi/megaraid/
A Dmegaraid_sas.h627 u16 foreign:1; member
633 u16 foreign:1;
/linux/Documentation/filesystems/caching/
A Dnetfs-api.rst838 Typically this will be necessary when the server tells the netfs of a foreign
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1784 associated with. These are called foreign pages. The writeback
1785 constantly keeps track of foreign pages and, if a particular foreign
/linux/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst148 balkanized implementation seems foreign to you, one useful trick is to
/linux/drivers/video/fbdev/
A DKconfig140 bool "Framebuffer foreign endianness support"

Completed in 52 milliseconds

12