Home
last modified time | relevance | path

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

/linux/kernel/bpf/preload/iterators/
A Diterators.skel.h126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
/linux/drivers/video/fbdev/aty/
A Dmach64_cursor.c75 if (par->mmaped) in atyfb_cursor()
A Datyfb.h158 u8 mmaped; member
A Datyfb_base.c1594 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/tools/lib/bpf/
A Dlibbpf.c395 void *mmaped; member
1540 map->mmaped = NULL; in bpf_object__init_internal_map()
7892 if (map->mmaped) { in bpf_map__destroy()
8992 if (!map->mmaped) in bpf_map__initial_value()
11346 void **mmaped = s->maps[i].mmaped; in bpf_object__open_skeleton() local
11356 *mmaped = (*map)->mmaped; in bpf_object__open_skeleton()
11387 void **mmaped = s->maps[i].mmaped; in bpf_object__load_skeleton() local
11389 if (!mmaped) in bpf_object__load_skeleton()
11393 *mmaped = NULL; in bpf_object__load_skeleton()
11412 *mmaped = mmap(map->mmaped, mmap_sz, prot, in bpf_object__load_skeleton()
[all …]
A Dlibbpf.h949 void **mmaped; member
/linux/Documentation/fb/
A Ddeferred_io.rst12 - userspace app tries to write to mmaped vaddress
/linux/Documentation/ABI/testing/
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
/linux/Documentation/filesystems/
A Ddax.rst278 mmaped from a `DAX` file will fail when there are no 'struct page' to describe
A Dgfs2-glocks.rst81 tends to show up most with shared mmaped files which are being written
A Dproc.rst1047 files which have been mmaped, such as libraries
/linux/tools/perf/Documentation/
A Dperf-record.txt509 The maximal allowed value is a quarter of the size of mmaped data pages.
512 writing thread finds some new data in the mmaped buffer the data is extracted,
/linux/Documentation/vm/
A Dunevictable-lru.rst470 and returns with ENOMEM while mmap(MAP_LOCKED) will not fail. The mmaped
/linux/Documentation/virt/kvm/
A Dapi.rst7312 mmaped into userspace; there is one dirty ring per vcpu.
7354 To harvest the dirty pages, userspace accesses the mmaped ring buffer

Completed in 56 milliseconds