Searched refs:mmaped (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/kernel/bpf/preload/iterators/ |
| D | iterators.skel.h | 126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
|
| /Linux-v5.10/drivers/video/fbdev/aty/ |
| D | mach64_cursor.c | 75 if (par->mmaped) in atyfb_cursor()
|
| D | atyfb.h | 158 u8 mmaped; member
|
| D | atyfb_base.c | 1584 par->mmaped = 0; in atyfb_open() 1688 was_mmaped = par->mmaped; in atyfb_release() 1690 par->mmaped = 0; in atyfb_release() 1984 if (!par->mmaped) in atyfb_mmap() 1985 par->mmaped = 1; in atyfb_mmap()
|
| /Linux-v5.10/tools/lib/bpf/ |
| D | libbpf.c | 350 void *mmaped; member 1392 map->mmaped = mmap(NULL, bpf_map_mmap_sz(map), PROT_READ | PROT_WRITE, in bpf_object__init_internal_map() 1394 if (map->mmaped == MAP_FAILED) { in bpf_object__init_internal_map() 1396 map->mmaped = NULL; in bpf_object__init_internal_map() 1404 memcpy(map->mmaped, data, data_sz); in bpf_object__init_internal_map() 4096 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0); in bpf_object__populate_internal_map() 7174 kcfg_data = obj->maps[obj->kconfig_map_idx].mmaped; in bpf_object__resolve_externs() 7849 if (map->mmaped) { in bpf_map__destroy() 7850 munmap(map->mmaped, bpf_map_mmap_sz(map)); in bpf_map__destroy() 7851 map->mmaped = NULL; in bpf_map__destroy() [all …]
|
| D | libbpf.h | 720 void **mmaped; member
|
| /Linux-v5.10/Documentation/fb/ |
| D | deferred_io.rst | 12 - userspace app tries to write to mmaped vaddress
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-class-cxl | 45 Decimal value of the size of the MMIO space that may be mmaped 158 Decimal value of the size of the MMIO space that may be mmaped
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | gfs2-glocks.rst | 81 tends to show up most with shared mmaped files which are being written
|
| D | dax.txt | 259 Calling get_user_pages() on a range of user memory that has been mmaped
|
| D | proc.rst | 1026 files which have been mmaped, such as libraries
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-record.txt | 500 The maximal allowed value is a quarter of the size of mmaped data pages. 503 writing thread finds some new data in the mmaped buffer the data is extracted,
|
| /Linux-v5.10/Documentation/vm/ |
| D | unevictable-lru.rst | 476 and returns with ENOMEM while mmap(MAP_LOCKED) will not fail. The mmaped
|