Searched refs:mmaped (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/aty/ |
A D | mach64_cursor.c | 75 if (par->mmaped) in atyfb_cursor()
|
A D | atyfb.h | 158 u8 mmaped; member
|
A D | atyfb_base.c | 1594 par->mmaped = 0; in atyfb_open() 1698 was_mmaped = par->mmaped; in atyfb_release() 1700 par->mmaped = 0; in atyfb_release() 1994 if (!par->mmaped) in atyfb_mmap() 1995 par->mmaped = 1; in atyfb_mmap()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.c | 507 void *mmaped; member 1622 map->mmaped = NULL; in bpf_object__init_internal_map() 8155 if (map->mmaped) { in bpf_map__destroy() 9300 if (!map->mmaped) in bpf_map__initial_value() 12199 void **mmaped = maps[i].mmaped; in populate_skeleton_maps() local 12209 *mmaped = (*map)->mmaped; in populate_skeleton_maps() 12362 void **mmaped = s->maps[i].mmaped; in bpf_object__load_skeleton() local 12364 if (!mmaped) in bpf_object__load_skeleton() 12368 *mmaped = NULL; in bpf_object__load_skeleton() 12387 *mmaped = mmap(map->mmaped, mmap_sz, prot, in bpf_object__load_skeleton() [all …]
|
A D | libbpf.h | 1413 void **mmaped; member
|
/linux-6.3-rc2/Documentation/fb/ |
A D | deferred_io.rst | 12 - userspace app tries to write to mmaped vaddress
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
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
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | gen.c | 818 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped) in codegen_maps_skeleton() argument 854 if (mmaped && is_internal_mmapable_map(map, ident, sizeof(ident))) { in codegen_maps_skeleton()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | gfs2-glocks.rst | 81 tends to show up most with shared mmaped files which are being written
|
A D | dax.rst | 294 mmaped from a `DAX` file will fail when there are no 'struct page' to describe
|
A D | proc.rst | 1081 files which have been mmaped, such as libraries
|
/linux-6.3-rc2/Documentation/block/ |
A D | ublk.rst | 241 the driver. A fixed mmaped area (array) on ``/dev/ublkc*`` is provided for
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-record.txt | 529 The maximal allowed value is a quarter of the size of mmaped data pages. 532 writing thread finds some new data in the mmaped buffer the data is extracted,
|
/linux-6.3-rc2/Documentation/mm/ |
A D | unevictable-lru.rst | 464 The mmaped area will still have properties of the locked area - pages will not
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | api.rst | 8056 mmaped into userspace; there is one dirty ring per vcpu. 8098 To harvest the dirty pages, userspace accesses the mmaped ring buffer
|
Completed in 52 milliseconds