Home
last modified time | relevance | path

Searched refs:anonymous (Results 1 – 25 of 55) sorted by relevance

123

/linux/Documentation/mm/
H A Dactive_mm.rst30 - we have "real address spaces" and "anonymous address spaces". The
31 difference is that an anonymous address space doesn't care about the
33 anonymous address space we just leave the previous address space
36 The obvious use for a "anonymous address space" is any thread that
44 - "tsk->mm" points to the "real address space". For an anonymous process,
45 tsk->mm will be NULL, for the logical reason that an anonymous process
49 "stole" for such an anonymous user. For that, we have "tsk->active_mm",
56 For a anonymous process, tsk->mm == NULL, and tsk->active_mm is the
57 "borrowed" mm while the anonymous process is running. When the
58 anonymous process gets scheduled away, the borrowed address space is
[all …]
H A Dovercommit-accounting.rst60 For an anonymous or ``/dev/zero`` map
H A Dswap-table.rst14 A swap entry contains the information required to serve the anonymous page
/linux/arch/powerpc/boot/dts/
H A Da3m071.dts19 model = "anonymous,a3m071";
20 compatible = "anonymous,a3m071";
128 compatible = "anonymous,a3m071-fpga";
H A Da4m072.dts20 model = "anonymous,a4m072";
21 compatible = "anonymous,a4m072";
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst15 Currently THP only works for anonymous memory mappings and tmpfs/shmem.
51 increments of a power-of-2 number of pages. mTHP can back anonymous
110 Transparent Hugepage Support for anonymous memory can be disabled
153 anonymous hugepages in case they're not immediately free to madvise
200 page fault to anonymous mapping. It's possible to disable huge zero
348 Alternatively, each supported anonymous THP size can be controlled by
351 supported anonymous THP) and ``<state>`` is one of ``always``, ``madvise``,
389 In the same manner as ``thp_anon`` controls each supported anonymous THP
410 it also supports smaller sizes just like anonymous memory, often referred
466 The mount internal tmpfs mount is used for SysV SHM, memfds, shared anonymous
[all …]
H A Dconcepts.rst143 The `anonymous memory` or `anonymous mappings` represent memory that
146 call. Usually, the anonymous mappings only define virtual memory areas
167 reclaimable pages are page cache and anonymous memory.
H A Duserfaultfd.rst131 supported for all memory types (e.g. anonymous memory vs. shmem vs.
228 For anonymous memory, ``ioctl(UFFDIO_WRITEPROTECT)`` will ignore none ptes
234 not be generated on anonymous memories by default.
236 If the application wants to be able to write protect none ptes on anonymous
240 write protected even upon anonymous memory.
271 anonymous (or ``MADV_REMOVE`` on a file mapping) will be treated as
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-swap12 will be used for swappable anonymous pages mapped in a
/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst583 * ``fd`` indicates an anonymous fd referring to the cache file, through
589 the requested cache file. With the given anonymous fd, the user daemon can
594 anonymous fds. The user daemon may duplicate anonymous fds from the initial
595 anonymous fd indicated by the @fd field through dup(). Thus each object_id can
596 be mapped to multiple anonymous fds, while the usr daemon itself needs to
622 sent to the user daemon. This tells the user daemon to close all anonymous fds
651 by using the CACHEFILES_IOC_READ_COMPLETE ioctl on one of the anonymous fds
659 * ``fd`` is one of the anonymous fds associated with the object_id
/linux/Documentation/userspace-api/gpio/
H A Dchardev_v1.rst69 via the anonymous file descriptor returned in
94 via the anonymous file descriptor returned in
H A Dchardev.rst72 via the anonymous file descriptor returned in
/linux/Documentation/hwmon/
H A Dftsteutates.rst39 …und at the `Kontron FTP Server <http://ftp.kontron.com/>`_ (username = "anonymous", no password re…
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-conn-info.rst55 - ``(anonymous)``
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst113 - (anonymous)
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2-mplane.rst98 - (anonymous)
H A Dvidioc-dv-timings-cap.rst122 - (anonymous)
H A Dvidioc-dbg-g-chip-info.rst91 - (anonymous)
H A Dvidioc-dbg-g-register.rst101 - (anonymous)
H A Dvidioc-enum-framesizes.rst150 - (anonymous)
/linux/Documentation/userspace-api/
H A Dmseal.rst107 risks when applied to anonymous memory by threads lacking write
111 operation on the anonymous memory.
/linux/tools/testing/selftests/vfio/
H A Dvfio_dma_mapping_test.c114 FIXTURE_VARIANT_ADD_ALL_IOMMU_MODES(anonymous, 0, 0);
/linux/Documentation/admin-guide/mm/damon/
H A Dreclaim.rst260 Skip anonymous pages reclamation.
262 If this parameter is set as ``Y``, DAMON_RECLAIM does not reclaim anonymous
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst20 hardware. For devices handling anonymous contacts (type A), the protocol
60 enumeration of the full set of anonymous contacts currently on the
327 the contact. This is a low-level anonymous grouping for type A devices, and
/linux/mm/
H A DKconfig.debug128 Check that anonymous page is not being mapped twice with read write
129 permissions. Check that anonymous and file pages are not being

123