Searched refs:mmaped (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.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 | 1593 par->mmaped = 0; in atyfb_open() 1697 was_mmaped = par->mmaped; in atyfb_release() 1699 par->mmaped = 0; in atyfb_release() 1993 if (!par->mmaped) in atyfb_mmap() 1994 par->mmaped = 1; in atyfb_mmap()
|
/linux-5.19.10/Documentation/fb/ |
D | deferred_io.rst | 12 - userspace app tries to write to mmaped vaddress
|
/linux-5.19.10/tools/lib/bpf/ |
D | libbpf.c | 382 void *mmaped; member 1560 map->mmaped = mmap(NULL, bpf_map_mmap_sz(map), PROT_READ | PROT_WRITE, in bpf_object__init_internal_map() 1562 if (map->mmaped == MAP_FAILED) { in bpf_object__init_internal_map() 1564 map->mmaped = NULL; in bpf_object__init_internal_map() 1576 memcpy(map->mmaped, data, data_sz); in bpf_object__init_internal_map() 4962 map->mmaped, map->def.value_size); in bpf_object__populate_internal_map() 4967 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0); in bpf_object__populate_internal_map() 7790 kcfg_data = obj->maps[obj->kconfig_map_idx].mmaped; in bpf_object__resolve_externs() 8510 if (map->mmaped) { in bpf_map__destroy() 8511 munmap(map->mmaped, bpf_map_mmap_sz(map)); in bpf_map__destroy() [all …]
|
D | libbpf.h | 1551 void **mmaped; member
|
/linux-5.19.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-5.19.10/tools/bpf/bpftool/ |
D | gen.c | 816 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped) in codegen_maps_skeleton() argument 852 if (mmaped && is_internal_mmapable_map(map, ident, sizeof(ident))) { in codegen_maps_skeleton()
|
/linux-5.19.10/Documentation/filesystems/ |
D | gfs2-glocks.rst | 81 tends to show up most with shared mmaped files which are being written
|
D | dax.rst | 294 mmaped from a `DAX` file will fail when there are no 'struct page' to describe
|
D | proc.rst | 1071 files which have been mmaped, such as libraries
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-record.txt | 511 The maximal allowed value is a quarter of the size of mmaped data pages. 514 writing thread finds some new data in the mmaped buffer the data is extracted,
|
/linux-5.19.10/Documentation/vm/ |
D | unevictable-lru.rst | 462 The mmaped area will still have properties of the locked area - pages will not
|
/linux-5.19.10/Documentation/virt/kvm/ |
D | api.rst | 7746 mmaped into userspace; there is one dirty ring per vcpu. 7788 To harvest the dirty pages, userspace accesses the mmaped ring buffer
|