/system/core/toolbox/ |
r.c | 17 unsigned long mmap_start, mmap_size; local 60 mmap_size = endaddr - mmap_start + 1; 61 mmap_size = (mmap_size + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1); 63 page = mmap(0, mmap_size, PROT_READ | PROT_WRITE,
|
/external/linux-tools-perf/util/ |
session.c | 987 u64 head, size_t mmap_size, char *buf) 995 if (head + sizeof(event->header) > mmap_size) 1003 if (head + event->header.size > mmap_size) 1016 size_t page_size, mmap_size; local 1037 mmap_size = session->mmap_window; 1038 if (mmap_size > file_size) 1039 mmap_size = file_size; 1051 buf = mmap(NULL, mmap_size, mmap_prot, mmap_flags, session->fd, 1063 event = fetch_mmaped_event(session, head, mmap_size, buf); 1066 munmap(mmaps[map_idx], mmap_size); [all...] |
/external/e2fsprogs/intl/ |
gettextP.h | 88 size_t mmap_size; member in struct:loaded_domain
|
loadmsgcat.c | 1028 domain->mmap_size = size; [all...] |
/external/qemu/ |
kvm-all.c | 150 long mmap_size; local 164 mmap_size = kvm_ioctl(s, KVM_GET_VCPU_MMAP_SIZE, 0); 165 if (mmap_size < 0) { 170 env->kvm_run = mmap(NULL, mmap_size, PROT_READ | PROT_WRITE, MAP_SHARED,
|
/external/netperf/ |
netlib.c | 1391 int mmap_size; local [all...] |