/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | sm501fb.txt | 20 set different foreign endian. 22 set different foreign endian.
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | rx.c | 173 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-v4.19/include/asm-generic/ |
D | mm_hooks.h | 32 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/Linux-v4.19/drivers/xen/ |
D | grant-table.c | 782 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()
|
D | gntdev.c | 924 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg() 928 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg() 954 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg() 955 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg() 956 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg() 973 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg() 974 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg() 975 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
|
D | Kconfig | 166 use and grant references coming from a foreign domain can be 183 buffers and mapping foreign grant references on top of it. 188 This is useful for sharing foreign buffers with HW drivers which
|
/Linux-v4.19/arch/x86/include/asm/ |
D | mmu_context.h | 311 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-v4.19/arch/powerpc/include/asm/ |
D | mmu_context.h | 249 bool execute, bool foreign); 252 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | mmu_context.h | 102 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/Linux-v4.19/arch/um/include/asm/ |
D | mmu_context.h | 35 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pkeys.c | 405 bool execute, bool foreign) in arch_vma_access_permitted() argument 412 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
|
/Linux-v4.19/include/uapi/xen/ |
D | gntdev.h | 156 } foreign; member
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 941 bool foreign = false; in bad_area_access_from_pkeys() local 949 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys() 1146 bool foreign = false; in access_error() local 1162 (error_code & X86_PF_INSTR), foreign)) in access_error()
|
/Linux-v4.19/tools/usb/usbip/ |
D | configure.ac | 15 AM_INIT_AUTOMAKE([foreign])
|
/Linux-v4.19/mm/ |
D | gup.c | 558 int foreign = (gup_flags & FOLL_REMOTE); in check_vma_flags() local 596 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags() 767 bool foreign = !!(fault_flags & FAULT_FLAG_REMOTE); in vma_permits_fault() local 780 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
|
/Linux-v4.19/lib/fonts/ |
D | Kconfig | 19 the questions about foreign fonts.
|
/Linux-v4.19/Documentation/core-api/ |
D | local_ops.rst | 120 Those local counters can be read from foreign CPUs to sum the count. Note that
|
/Linux-v4.19/include/linux/ |
D | page-flags.h | 291 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 626 u16 foreign:1; member 632 u16 foreign:1;
|
/Linux-v4.19/block/partitions/ |
D | Kconfig | 14 the questions about foreign partitioning schemes.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1442 associated with. These are called foreign pages. The writeback 1443 constantly keeps track of foreign pages and, if a particular foreign
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 851 Typically this will be necessary when the server tells the netfs of a foreign
|
/Linux-v4.19/Documentation/cdrom/ |
D | cdrom-standard.tex | 15 \def\fo{\sl} % foreign words
|
/Linux-v4.19/drivers/video/fbdev/ |
D | Kconfig | 150 bool "Framebuffer foreign endianness support"
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1392 preferred work items may be put on foreign CPUs. Kernel
|