Home
last modified time | relevance | path

Searched refs:mmaped (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/
H A Diterators.skel.h126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dmach64_cursor.c75 if (par->mmaped) in atyfb_cursor()
H A Datyfb.h158 u8 mmaped; member
H A Datyfb_base.c1584 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 Dlibbpf.c350 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 Dlibbpf.h721 void **mmaped; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch94 /* check_ptr checks that a pointer is in the mmaped file and doesn't
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Ddeferred_io.rst12 - userspace app tries to write to mmaped vaddress
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-cxl45 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 D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch9 add an extra PT_LOAD section so that the new section is mmaped into memory
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dgfs2-glocks.rst81 tends to show up most with shared mmaped files which are being written
H A Ddax.txt259 Calling get_user_pages() on a range of user memory that has been mmaped
H A Dproc.rst1033 files which have been mmaped, such as libraries
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-record.txt500 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 Dunevictable-lru.rst476 and returns with ENOMEM while mmap(MAP_LOCKED) will not fail. The mmaped