Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/devicetree/bindings/display/
Dsm501fb.txt20 set different foreign endian.
22 set different foreign endian.
/Linux-v6.6/drivers/gpu/drm/i915/
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-v6.6/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()
/Linux-v6.6/include/asm-generic/
Dmm_hooks.h26 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/Linux-v6.6/arch/x86/include/asm/
Dmmu_context.h250 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
256 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/Linux-v6.6/drivers/xen/
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()
Dgrant-table.c871 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local
873 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()
874 if (!foreign) in gnttab_pages_set_private()
877 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()
1261 struct xen_page_foreign *foreign; in gnttab_map_refs() local
1264 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
1265 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
1266 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
341 memory regions, including grant maps and foreign pages. This avoids
/Linux-v6.6/arch/powerpc/include/asm/
Dmmu_context.h274 bool execute, bool foreign);
278 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/Linux-v6.6/arch/powerpc/mm/book3s64/
Dpkeys.c447 bool execute, bool foreign) in arch_vma_access_permitted() argument
454 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/Linux-v6.6/include/uapi/xen/
Dgntdev.h162 } foreign; member
/Linux-v6.6/arch/x86/mm/
Dfault.c887 bool foreign = false; in bad_area_access_from_pkeys() local
895 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1084 bool foreign = false; in access_error() local
1112 (error_code & X86_PF_INSTR), foreign)) in access_error()
/Linux-v6.6/tools/usb/usbip/
Dconfigure.ac15 AM_INIT_AUTOMAKE([foreign])
/Linux-v6.6/Documentation/devicetree/bindings/arm/
Dxen.txt16 Regions 1...N are extended regions (unused address space) for mapping foreign
/Linux-v6.6/lib/fonts/
DKconfig20 the questions about foreign fonts.
/Linux-v6.6/drivers/video/fbdev/core/
DKconfig108 bool "Framebuffer foreign endianness support"
/Linux-v6.6/mm/
Dgup.c1034 int foreign = (gup_flags & FOLL_REMOTE); in check_vma_flags() local
1086 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
1331 bool foreign = !!(fault_flags & FAULT_FLAG_REMOTE); in vma_permits_fault() local
1344 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
/Linux-v6.6/Documentation/bpf/
Ds390.rst85 --foreign \
/Linux-v6.6/Documentation/livepatch/
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-v6.6/Documentation/core-api/
Dlocal_ops.rst120 Those local counters can be read from foreign CPUs to sum the count. Note that
/Linux-v6.6/block/partitions/
DKconfig16 the questions about foreign partitioning schemes.
/Linux-v6.6/include/linux/
Dpage-flags.h488 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
/Linux-v6.6/drivers/scsi/megaraid/
Dmegaraid_sas.h629 u16 foreign:1; member
635 u16 foreign:1;
/Linux-v6.6/Documentation/networking/dsa/
Ddsa.rst842 - Static bridge FDB entries installed towards foreign (non-DSA) interfaces
846 - Dynamically learned FDB entries on foreign interfaces present in the same
987 of a VLAN only if a foreign bridge port is also a member of it (and
/Linux-v6.6/Documentation/admin-guide/
Dcgroup-v2.rst1913 associated with. These are called foreign pages. The writeback
1914 constantly keeps track of foreign pages and, if a particular foreign

12