Searched refs:mmaped (Results 1 – 14 of 14) sorted by relevance
126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
75 if (par->mmaped) in atyfb_cursor()
158 u8 mmaped; member
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()
395 void *mmaped; member1540 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() local11356 *mmaped = (*map)->mmaped; in bpf_object__open_skeleton()11387 void **mmaped = s->maps[i].mmaped; in bpf_object__load_skeleton() local11389 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 …]
949 void **mmaped; member
12 - userspace app tries to write to mmaped vaddress
45 Decimal value of the size of the MMIO space that may be mmaped158 Decimal value of the size of the MMIO space that may be mmaped
278 mmaped from a `DAX` file will fail when there are no 'struct page' to describe
81 tends to show up most with shared mmaped files which are being written
1047 files which have been mmaped, such as libraries
509 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,
470 and returns with ENOMEM while mmap(MAP_LOCKED) will not fail. The mmaped
7312 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