Home
last modified time | relevance | path

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

12

/linux-6.15/Documentation/devicetree/bindings/display/
H A Dsm501fb.txt20 set different foreign endian.
22 set different foreign endian.
/linux-6.15/drivers/gpu/drm/i915/
H 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-6.15/drivers/net/xen-netback/
H A 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()
/linux-6.15/include/asm-generic/
H A Dmm_hooks.h21 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/linux-6.15/arch/x86/include/asm/
H A Dmmu_context.h260 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
266 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/linux-6.15/arch/arm64/include/asm/
H A Dmmu_context.h311 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
317 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/linux-6.15/drivers/xen/
H A Dgrant-table.c869 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local
871 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()
872 if (!foreign) in gnttab_pages_set_private()
875 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()
1259 struct xen_page_foreign *foreign; in gnttab_map_refs() local
1262 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
1263 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
1264 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
H A Dgntdev.c874 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
878 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
904 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()
905 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()
906 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()
924 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()
925 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()
926 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
H 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
341 memory regions, including grant maps and foreign pages. This avoids
/linux-6.15/arch/powerpc/include/asm/
H A Dmmu_context.h262 bool execute, bool foreign);
266 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dpkeys.c448 bool execute, bool foreign) in arch_vma_access_permitted() argument
455 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/linux-6.15/include/uapi/xen/
H A Dgntdev.h162 } foreign; member
/linux-6.15/arch/x86/mm/
H A Dfault.c857 bool foreign = false; in bad_area_access_from_pkeys() local
865 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1055 bool foreign = false; in access_error() local
1083 (error_code & X86_PF_INSTR), foreign)) in access_error()
/linux-6.15/tools/usb/usbip/
H A Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dxen.txt16 Regions 1...N are extended regions (unused address space) for mapping foreign
/linux-6.15/net/core/
H A Dpage_pool.c913 u32 foreign = 0; in page_pool_put_netmem_bulk() local
930 data[foreign++] = netmem; in page_pool_put_netmem_bulk()
944 count = foreign; in page_pool_put_netmem_bulk()
/linux-6.15/lib/fonts/
H A DKconfig20 the questions about foreign fonts.
/linux-6.15/drivers/video/fbdev/core/
H A DKconfig116 bool "Framebuffer foreign endianness support"
/linux-6.15/Documentation/bpf/
H A Ds390.rst85 --foreign \
/linux-6.15/Documentation/livepatch/
H 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-6.15/mm/
H A Dgup.c1271 int foreign = (gup_flags & FOLL_REMOTE); in check_vma_flags() local
1323 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
1581 bool foreign = !!(fault_flags & FAULT_FLAG_REMOTE); in vma_permits_fault() local
1594 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
/linux-6.15/Documentation/core-api/
H A Dlocal_ops.rst120 Those local counters can be read from foreign CPUs to sum the count. Note that
/linux-6.15/block/partitions/
H A DKconfig16 the questions about foreign partitioning schemes.
/linux-6.15/Documentation/gpu/nova/core/
H A Dtodo.rst133 Page abstraction for foreign pages
/linux-6.15/include/linux/
H A Dpage-flags.h567 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);

12