| /linux/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 65 # 2015-05-29 12:49:28.655683 Adding foreign keys 894 printdate("Adding foreign keys") 896 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 897 'ADD CONSTRAINT processfk FOREIGN KEY (process_id) REFERENCES threads (id)') 899 'ADD CONSTRAINT threadfk FOREIGN KEY (c_thread_id) REFERENCES threads (id)') 901 'ADD CONSTRAINT commfk FOREIGN KEY (comm_id) REFERENCES comms (id),' 902 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id)') 904 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id)') 906 'ADD CONSTRAINT dsofk FOREIGN KEY (dso_id) REFERENCES dsos (id)') 908 'ADD CONSTRAINT evselfk FOREIGN KEY (evsel_id) REFERENCES selected_events (id),' [all …]
|
| /linux/arch/arm/xen/ |
| H A D | mm.c | 44 /* buffers in highmem or foreign pages cannot cross page boundaries */ 72 * pages, it is not possible for it to contain a mix of local and foreign Xen 73 * pages. Calling pfn_valid on a foreign mfn will always return false, so if 103 * - The Linux page refers to foreign memory in xen_arch_need_swiotlb() 107 * it's not possible to have a mix of local and foreign Xen page. in xen_arch_need_swiotlb()
|
| H A D | grant-table.c | 5 * Granting foreign access to our memory reservation.
|
| /linux/rust/kernel/ |
| H A D | types.rs | 21 /// Used to transfer ownership to and from foreign (non-Rust) languages. 23 /// Ownership is transferred from Rust to a foreign language by calling [`Self::into_foreign`] and 36 /// Type used to immutably borrow a value that is currently foreign-owned. 41 /// Type used to mutably borrow a value that is currently foreign-owned. 46 /// Converts a Rust-owned object to a foreign-owned one. 48 /// The foreign representation is a pointer to void. Aside from the guarantees listed below, 64 /// Converts a foreign-owned object back to a Rust-owned one. 74 /// Tries to convert a foreign-owned object back to a Rust-owned one. 94 /// Borrows a foreign-owned object immutably. 96 /// This method provides a way to access a foreign [all...] |
| H A D | fmt.rs | 18 /// Internal adapter used to route and allow implementations of formatting traits for foreign types. 50 /// A copy of [`core::fmt::Pointer`] that allows implementing pointer formatting for foreign types. 154 /// A copy of [`core::fmt::Display`] that allows us to implement it for foreign types. 157 /// [`Adapter`] type and [`fmt!`] macro, it allows for formatting foreign types (e.g. types from
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 16 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/Documentation/devicetree/bindings/display/ |
| H A D | sm501fb.txt | 20 set different foreign endian. 22 set different foreign endian.
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pvh.c | 65 * in the memory map in order to map grants or foreign addresses, and 68 * foreign mappings, but that's not yet implemented. 87 * Convert UNUSABLE ranges to RAM and reserve them for foreign mapping in pvh_reserve_extra_memory()
|
| /linux/include/xen/interface/ |
| H A D | grant_table.h | 5 * Interface for granting foreign access to page frames, and receiving 91 /* The domain being granted foreign privileges. [GST] */ 347 * GNTTABOP_transfer: Transfer <frame> to a foreign domain. The foreign domain 367 * source and destinations can be eithers MFNs or, for foreign domains, 368 * grant references. the foreign domain has to grant read/write access 504 * page granted to the calling domain by a foreign domain.
|
| /linux/include/xen/ |
| H A D | xen-ops.h | 75 * xen_remap_domain_gfn_array() - map an array of foreign frames by gfn 112 * xen_remap_domain_mfn_array() - map an array of foreign frames by mfn 139 /* xen_remap_domain_gfn_range() - map a range of foreign frames
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | page.h | 126 * bits (identity or foreign) are set. 128 * identity or foreign indicator will be still set. __pfn_to_mfn() is 275 * we are foreign-mapping the MFN, and the other domain as m2p(MFN) == PFN. 278 * NB2. When deliberately mapping foreign pages into the p2m table, you *must*
|
| /linux/drivers/net/xen-netback/ |
| H A D | rx.c | 199 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() 666 /* Queued packets may have foreign pages from other in xenvif_kthread_guest_rx()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mmu_context.h | 179 * foreign real address mapping (CP_ABORT) for the thread / process 262 bool execute, bool foreign); 266 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
| /linux/include/asm-generic/ |
| H A D | mm_hooks.h | 21 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
| /linux/drivers/xen/ |
| H A D | gntdev.c | 882 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg() 886 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg() 912 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg() 913 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg() 914 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg() 932 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg() 933 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg() 934 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
|
| H A D | xlate_mmu.c | 65 xen_pfn_t *fgfn; /* foreign domain's gfn */ 66 int nr_fgfn; /* Number of foreign gfn left to map */
|
| /linux/Documentation/livepatch/ |
| H A D | reliable-stacktrace.rst | 84 * Dynamically generated code (e.g. eBPF) or foreign code (e.g. EFI runtime 113 * Foreign code (e.g. EFI runtime services). 120 Kernel code including modules and eBPF can be distinguished from foreign code
|
| /linux/arch/sparc/include/asm/ |
| H A D | chafsr.h | 166 /* Foreign read to DRAM incurring correctable ECC error */ 169 /* Foreign read to DRAM incurring uncorrectable ECC error */ 212 /* Agenid Id of the foreign device causing the UE/CE errors */
|
| /linux/include/uapi/xen/ |
| H A D | gntdev.h | 162 } foreign; member 195 * EINVAL: A segment crosses the boundary of a foreign page. 227 * by the foreign domain @domid with flags @flags.
|
| /linux/arch/powerpc/kernel/ |
| H A D | mce.c | 411 "Instruction fetch (foreign/control memory)", in machine_check_print_event_info() 413 "Page table walk ifetch (foreign/control memory)", in machine_check_print_event_info() 417 "Page table walk Load/Store (foreign/control memory)", in machine_check_print_event_info() 418 "Load/Store (foreign/control memory)", in machine_check_print_event_info()
|
| /linux/rust/ |
| H A D | ffi.rs | 3 //! Foreign function interface (FFI) types.
|
| /linux/drivers/md/ |
| H A D | dm-builtin.c | 35 * Note that if the process that takes the foreign reference to dm kobject
|
| /linux/net/switchdev/ |
| H A D | switchdev.c | 746 * of foreign ones, and @dev is a bridge, do not recurse on the in __switchdev_handle_port_obj_add() 747 * foreign interface again, it was already visited. in __switchdev_handle_port_obj_add() 857 * of foreign ones, and @dev is a bridge, do not recurse on the in __switchdev_handle_port_obj_del() 858 * foreign interface again, it was already visited. in __switchdev_handle_port_obj_del()
|
| /linux/tools/usb/usbip/ |
| H A D | configure.ac | 15 AM_INIT_AUTOMAKE([foreign])
|
| /linux/fs/ |
| H A D | fs-writeback.c | 233 * Parameters for foreign inode detection, see wbc_detach_inode() to see 244 * avoiding too aggressive flip-flops from occasional foreign writes. 247 * half of that is foreign, trigger the switch. The recording is quantized 260 /* if foreign slots >= 8, switch */ 868 * wbc_detach_inode - disassociate wbc from inode and perform foreign detection 881 * behaviors (single foreign page can lead to gigabytes of writeback to be 887 * out the switch verdict only if the foreign usage pattern is stable over 900 * foreign or not and how much IO time the round consumed is recorded in 901 * inode->i_wb_frn_history. If the amount of recorded foreign IO time is 950 * The switch verdict is reached if foreign wb's consume in wbc_detach_inode() [all …]
|