Home
last modified time | relevance | path

Searched refs:mmapped (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/drivers/i2c/busses/
Di2c-elektor.c43 static int mmapped; variable
135 if (!mmapped) { in pcf_isa_init()
227 mmapped = 1; in elektor_match()
243 if (mmapped && base < 0xc8000) { in elektor_match()
274 if (!mmapped) { in elektor_probe()
293 if (!mmapped) { in elektor_remove()
320 module_param_hw(mmapped, int, other, 0);
/linux-6.12.1/fs/kernfs/
Dfile.c475 if (of->mmapped && of->vm_ops != vma->vm_ops) in kernfs_fop_mmap()
486 if (!of->mmapped) { in kernfs_fop_mmap()
487 of->mmapped = true; in kernfs_fop_mmap()
579 if (of->mmapped) in kernfs_unlink_open_file()
808 if (of->mmapped) { in kernfs_drain_open_files()
810 of->mmapped = false; in kernfs_drain_open_files()
/linux-6.12.1/Documentation/translations/zh_CN/PCI/
Dsysfs-pci.rst108 找所需的端口(例如0x3e8),并进行1、2或4字节的读或写。legacy_mem文件应该被mmapped,其偏移
/linux-6.12.1/Documentation/fb/
Ddeferred_io.rst12 - userspace app tries to write to mmapped vaddress
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-cxl45 Decimal value of the size of the MMIO space that may be mmapped
158 Decimal value of the size of the MMIO space that may be mmapped
Dima_policy122 all files mmapped executable in file_mmap, and all files
/linux-6.12.1/Documentation/misc-devices/
Duacce.rst117 Each region can be mmapped only once, otherwise -EEXIST returns.
/linux-6.12.1/include/linux/
Dkernfs.h266 bool mmapped:1; member
/linux-6.12.1/Documentation/PCI/
Dsysfs-pci.rst114 file should be mmapped with an offset corresponding to the memory offset
/linux-6.12.1/drivers/base/
DKconfig72 Notice: If enabled, things like /dev/mem cannot be mmapped
/linux-6.12.1/Documentation/filesystems/
Drelay.rst201 created for it in the host filesystem, which can be and mmapped or
474 is mmapped from user space and buf_unmapped() is called when it's
Dgfs2-glocks.rst79 tends to show up most with shared mmapped files which are being written
Ddax.rst294 mmapped from a `DAX` file will fail when there are no 'struct page' to describe
Dproc.rst1135 files which have been mmapped, such as libraries
/linux-6.12.1/Documentation/mm/
Dunevictable-lru.rst282 (3) when the page is truncated from the last VM_LOCKED VMA of an mmapped file;
466 The mmapped area will still have properties of the locked area - pages will not
/linux-6.12.1/Documentation/block/
Dublk.rst241 the driver. A fixed mmapped area (array) on ``/dev/ublkc*`` is provided for
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/
Dmemory.rst817 | | and swaps of tmpfs file) mmapped by the target task. Unlike the case of |
818 | | anonymous pages, file pages (and swaps) in the range mmapped by the task |
/linux-6.12.1/drivers/misc/
DKconfig307 contains memory that can be mmapped into the user address space.
/linux-6.12.1/Documentation/gpu/
Ddrm-uapi.rst285 mmapped regular files. Threads cause additional pain with signal
/linux-6.12.1/Documentation/admin-guide/mm/
Dtranshuge.rst100 madvise(MADV_HUGEPAGE) on their critical mmapped regions.
/linux-6.12.1/Documentation/admin-guide/LSM/
DSmack.rst94 Don't allow the file to be mmapped by a process whose Smack
/linux-6.12.1/mm/
DKconfig385 bool "Allow mmapped anonymous memory to be uninitialized"
/linux-6.12.1/Documentation/networking/
Daf_xdp.rst145 calls and mmapped to user-space using the appropriate offset to mmap()
/linux-6.12.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1707 mandatory. ``dma_area`` is necessary when the buffer is mmapped. If
3450 mmapped. The examples are GUS's GF1 PCM or emu8000's wavetable PCM.
/linux-6.12.1/tools/perf/Documentation/
Dperf-intel-pt.txt878 perf event ring buffer mmapped per cpu

12