Searched refs:backed (Results 1 – 25 of 55) sorted by relevance
123
/Linux-v4.19/Documentation/devicetree/bindings/pmem/ |
D | pmem-region.txt | 36 backed by non-persistent memory. This lets the OS know that it 41 is backed by non-volatile memory. 48 * 0x5000 to 0x5fff that is backed by non-volatile memory. 56 * This node specifies two 4KB regions that are backed by
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 21 In the MMU case: VM regions backed by arbitrary pages; copy-on-write 24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of 36 In the MMU case: VM regions backed by pages read from file; changes to 64 the mapping's backing pages. The page is then backed by swap instead. 71 In the MMU case: VM regions backed by pages read from file; changes to 77 (#) Memory backed regular file, MAP_SHARED, PROT_READ / PROT_EXEC / PROT_WRITE 81 In the no-MMU case: The filesystem providing the memory-backed file 88 (#) Memory backed blockdev, MAP_SHARED, PROT_READ / PROT_EXEC / PROT_WRITE 92 In the no-MMU case: As for memory backed regular files, but the 97 (#) Memory backed chardev, MAP_SHARED, PROT_READ / PROT_EXEC / PROT_WRITE [all …]
|
D | rtc.txt | 6 something that tracks wall clock time and is battery backed so that it 113 than expecting a single battery-backed MC146818 clone on every system. 134 example, maybe the low-power battery-backed RTC is a discrete I2C chip, but
|
D | isa.txt | 110 everything is backed out again and the error, or -ENODEV, is returned.
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | Kconfig | 18 is backed by pages from the buddy allocator. If in doubt, say Y. 25 are backed by memory reserved from the system. Allocation times are 42 Choose this option to enable CMA heaps with Ion. This heap is backed
|
/Linux-v4.19/fs/romfs/ |
D | Kconfig | 29 bool "Block device-backed ROM file system support" 39 bool "MTD-backed ROM file system support"
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | gtt.c | 336 const char *name, int backed, u32 align) in psb_gtt_alloc_range() argument 344 if (backed) { in psb_gtt_alloc_range() 358 gt->stolen = backed; in psb_gtt_alloc_range() 359 gt->in_gart = backed; in psb_gtt_alloc_range()
|
D | gtt.h | 59 const char *name, int backed,
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | atmel-gpbr.txt | 3 The GPBR are a set of battery-backed registers.
|
/Linux-v4.19/security/loadpin/ |
D | Kconfig | 10 have a root filesystem backed by a read-only device such as
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | TODO | 8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | LoadPin.rst | 7 the expectation that such a filesystem is backed by a read-only device
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | pagemap.rst | 139 ie. for file backed page: (in-memory data revision >= on-disk one) 142 i.e. for file backed page: (in-memory data revision > on-disk one) 168 page is backed by swap/RAM
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 23 The default backing dev, used for non-block device backed
|
D | sysfs-firmware-dmi-entries | 87 typically backed by nvram, but the implementation
|
/Linux-v4.19/Documentation/vm/ |
D | hmm.rst | 37 regular file backed memory). From here on I will refer to this aspect as split 264 addresses that were backed by device memory. It turns out that this ended up 351 Finally, the migration of the struct page might fail (for file backed page) for 364 file backed page or shmem if device page is used for shared memory). This is a 386 is dropped in case of shared memory or file backed memory.
|
D | overcommit-accounting.rst | 58 For a file backed map
|
D | transhuge.rst | 25 backed by regular pages should be relocated on hugepages 53 hugepage backed mappings.
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 29 allowing the kernel mapping to be backed by large pages on some
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 285 shared number of pages that are shared (i.e. backed by a file, same 453 "AnonHugePages" shows the ammount of memory backed by transparent hugepage. 454 "ShmemPmdMapped" shows the ammount of shared (shmem/tmpfs) memory backed by 456 "Shared_Hugetlb" and "Private_Hugetlb" show the ammounts of memory backed by 919 AnonPages: Non-file backed pages mapped into userspace page tables 922 AnonHugePages: Non-file backed huge pages mapped into userspace page tables 1605 accurate for block-backed filesystems. <please add status regarding NFS and 1647 Conversely, sometimes we want to save file-backed memory segments into a core 1658 - (bit 2) file-backed private memory 1659 - (bit 3) file-backed shared memory [all …]
|
D | dax.txt | 49 - brd: RAM backed block device driver
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | arm-vgic-its.txt | 67 -EACCES: The virtual ITS is backed by a physical GICv4 ITS, and the
|
/Linux-v4.19/Documentation/target/ |
D | tcmu-design.txt | 200 where "tcm-user" is common for all TCMU-backed UIO devices. <hba_num> 211 TCMU device as expecting to be backed by a certain handler, and <path>
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 83 These hvas may be backed using any method available to the host: anonymous 84 memory, file backed memory, and device memory. Memory might be paged by the 137 Examples include real mode translation, large guest pages backed by small
|
/Linux-v4.19/Documentation/core-api/ |
D | kernel-api.rst | 334 be backed by hardware clock gating, where clocks are gated without being
|
123