Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/translations/zh_CN/PCI/
Dsysfs-pci.rst78 行操作(例如,改变配置空间,分离设备)。 mmapable文件可以通过偏移量为0的文件的mmap获得,
/linux-5.19.10/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-5.19.10/kernel/bpf/
Dsyscall.c300 static void *__bpf_map_area_alloc(u64 size, int numa_node, bool mmapable) in __bpf_map_area_alloc() argument
321 if (mmapable) { in __bpf_map_area_alloc()