Searched refs:mmaped (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | iterators.skel.h | 126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | mach64_cursor.c | 75 if (par->mmaped) in atyfb_cursor()
|
| H A D | atyfb.h | 158 u8 mmaped; member
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 350 void *mmaped; member 1393 map->mmaped = mmap(NULL, bpf_map_mmap_sz(map), PROT_READ | PROT_WRITE, in bpf_object__init_internal_map() 1395 if (map->mmaped == MAP_FAILED) { in bpf_object__init_internal_map() 1397 map->mmaped = NULL; in bpf_object__init_internal_map() 1405 memcpy(map->mmaped, data, data_sz); in bpf_object__init_internal_map() 4144 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0); in bpf_object__populate_internal_map() 7243 kcfg_data = obj->maps[obj->kconfig_map_idx].mmaped; in bpf_object__resolve_externs() 7930 if (map->mmaped) { in bpf_map__destroy() 7931 munmap(map->mmaped, bpf_map_mmap_sz(map)); in bpf_map__destroy() 7932 map->mmaped = NULL; in bpf_map__destroy() [all …]
|
| H A D | libbpf.h | 721 void **mmaped; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endianess-header.patch | 94 /* check_ptr checks that a pointer is in the mmaped file and doesn't
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | deferred_io.rst | 12 - userspace app tries to write to mmaped vaddress
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch | 9 add an extra PT_LOAD section so that the new section is mmaped into memory
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | gfs2-glocks.rst | 81 tends to show up most with shared mmaped files which are being written
|
| H A D | dax.txt | 259 Calling get_user_pages() on a range of user memory that has been mmaped
|
| H A D | proc.rst | 1033 files which have been mmaped, such as libraries
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | unevictable-lru.rst | 476 and returns with ENOMEM while mmap(MAP_LOCKED) will not fail. The mmaped
|