Home
last modified time | relevance | path

Searched refs:mmapable (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/Documentation/translations/zh_CN/PCI/
Dsysfs-pci.rst78 行操作(例如,改变配置空间,分离设备)。 mmapable文件可以通过偏移量为0的文件的mmap获得,
/linux-6.6.21/Documentation/PCI/
Dsysfs-pci.rst61 mmap - file is mmapable
71 mmapable files are available via an mmap of the file at offset 0 and can be
/linux-6.6.21/kernel/bpf/
Dsyscall.c275 static void *__bpf_map_area_alloc(u64 size, int numa_node, bool mmapable) in __bpf_map_area_alloc() argument
296 if (mmapable) { in __bpf_map_area_alloc()