Searched refs:pages (Results 1 - 25 of 158) sorted by last modified time

1234567

/external/valgrind/include/vki/
H A Dvki-xen-domctl.h249 vki_xen_uint64_aligned_t pages; member in struct:vki_xen_domctl_shadow_op
318 vki_xen_uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
/external/valgrind/solaris/
H A Dbuild_solaris_package104 printf "Making man pages... "
105 make --directory=docs man-pages > $TMPDIR/make-man-pages.log.stdout 2> $TMPDIR/make-man-pages.log.stderr
106 (( $? != 0 )) && fail "Failed to make man-pages."
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c3026 vki_pid_t, pid, unsigned long, nr_pages, const void **, pages,
3028 PRE_MEM_READ("move_pages(pages)", ARG3, ARG2 * sizeof(void *));
H A Dsyswrap-xen.c1110 PRE_XEN_DOMCTL_READ(shadow_op, pages);
1938 POST_XEN_DOMCTL_WRITE(shadow_op, pages);
1943 domctl->u.shadow_op.pages * sizeof(vki_uint8_t));
/external/v8/src/base/
H A Dsys-info.cc65 int pages, page_size;
66 size_t size = sizeof(pages);
67 sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0);
69 if (pages == -1 || page_size == -1) {
72 return static_cast<int64_t>(pages) * page_size;
92 long pages = sysconf(_SC_PHYS_PAGES); // NOLINT(runtime/int)
94 if (pages == -1 || page_size == -1) {
97 return static_cast<int64_t>(pages) * page_size;
/external/v8/src/heap/
H A Dmark-compact.cc133 // page->area_start() as start of range on all pages.
272 PrintF("[%s]: %d pages, %d (%.1f%%) free\n",
635 std::vector<LiveBytesPagePair> pages; local
636 pages.reserve(number_of_pages);
656 pages.push_back(std::make_pair(p->LiveBytesFromFreeList(), p));
664 for (size_t i = 0; i < pages.size(); i++) {
665 Page* p = pages[i].second;
668 total_live_bytes += pages[i].first;
674 for (size_t i = 0; i < pages.size(); i++) {
675 Page* p = pages[
3071 NumberOfParallelCompactionTasks(int pages, intptr_t live_bytes) argument
3607 NumberOfPointerUpdateTasks(int pages) argument
[all...]
H A Dmark-compact.h303 // Grey objects can happen on black pages when black objects transition to
635 // on various pages of the heap. Used by {RefillMarkingDeque} only.
683 // up other pages for sweeping. Does not start sweeper tasks.
692 int NumberOfParallelCompactionTasks(int pages, intptr_t live_bytes);
H A Dremembered-set.h117 size_t pages = (chunk->size() + Page::kPageSize - 1) / Page::kPageSize; local
119 for (size_t page = 0; page < pages; page++) {
H A Dspaces.cc130 // On some platforms, specifically Win64, we need to reserve some pages at
790 // Shrink pages to high water mark. The water mark points either to a filler
1013 // We are guarding code pages: the first OS page after the header
1023 // We are guarding code pages: the first OS page after the header
1029 // We are guarding code pages: the last OS page will be protected as
1093 size_t pages = (size + Page::kPageSize - 1) / Page::kPageSize; local
1094 DCHECK(pages > 0);
1095 SlotSet* slot_set = new SlotSet[pages];
1096 for (size_t i = 0; i < pages; i++) {
1220 // Only during compaction pages ca
[all...]
/external/v8/src/wasm/
H A Dwasm-module.cc2049 uint32_t pages) {
2052 if (pages == 0) return GetInstanceMemorySize(isolate, instance);
2065 new_size = pages * WasmModule::kPageSize;
2066 if (max_pages < pages) return -1;
2073 DCHECK(old_size + pages * WasmModule::kPageSize <=
2075 new_size = old_size + pages * WasmModule::kPageSize;
2048 GrowInstanceMemory(Isolate* isolate, Handle<JSObject> object, uint32_t pages) argument
H A Dwasm-module.h186 uint32_t min_mem_pages = 0; // minimum size of the memory in 64k pages
187 uint32_t max_mem_pages = 0; // maximum size of the memory in 64k pages
433 uint32_t pages);
/external/v8/tools/
H A Dll_prof.py218 SHIFT = 20 # 1M pages
260 self.pages = {}
267 pages = 0
269 if max_pages >= 0 and pages > max_pages:
274 if page_id in self.pages:
275 page = self.pages[page_id]
278 self.pages[page_id] = page
281 pages += 1
290 if page_id not in self.pages:
293 page = self.pages[page_i
[all...]
/external/toybox/toys/other/
H A Dmkswap.c27 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; local
34 swap[1] = pages;
48 pages*(unsigned long)(pagesize/1024),
/external/syslinux/com32/include/syslinux/
H A Dlinux.h154 uint16_t pages; /* 0x32 */ member in struct:screen_info
/external/syslinux/efi/
H A Dconsole.c148 si->pages = 1;
/external/syslinux/gpxe/src/drivers/net/
H A Dmtnic.c545 mtnic_map_cmd(struct mtnic *mtnic, u16 op, struct mtnic_pages pages) argument
556 len = PAGE_SIZE * pages.num;
557 pages.buf = (u32 *)umalloc(PAGE_SIZE * (pages.num + 1));
558 addr = PAGE_SIZE + ((virt_to_bus(pages.buf) & 0xfffff000) + PAGE_SIZE);
559 DBG("Mapping pages: size: %x address: %p\n", pages.num, pages.buf);
611 /* Get number of required FW (4k) pages */
646 DBG("Extra pages nu
[all...]
/external/syslinux/
H A Dsyslinux.spec132 - Add man pages.
/external/swiftshader/third_party/LLVM/autoconf/
H A Dltmain.sh6292 $echo "more information, such as the ld(1) and ld.so(8) manual pages."
/external/stressapptest/src/
H A Dos.cc388 int64 pages = strtoull(buf, NULL, 10); // NOLINT local
390 return pages;
399 int64 pages = sysconf(_SC_PHYS_PAGES);
402 int64 physsize = pages * pagesize;
408 if ((pages == -1) || (pagesize == -1)) {
429 minsize = ((pages * 85) / 100) * pagesize;
431 minsize = ((pages * 95) / 100) * pagesize - (192 * kMegabyte);
435 int64 totalsize = pages * pagesize;
H A Dsat.cc254 // Fetch and return empty and full pages into the empty and full pools.
323 // Set up the bitmap of physical pages in case we want to see which pages were
334 // Make a bitmask of this many pages. Assume that the memory is relatively
348 // Add the 4k pages in this block to the array of pages SAT has seen.
378 uint64 pages = page_bitmap_size_ / 4096;
385 for (uint64 i = 0; i < pages; i ++) {
401 // Initializes page lists and fills pages with data patterns.
413 // same queue and randomly traverse to find pages, th
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Dcache.c217 for (j = 0; j < cache->pages; j++)
254 cache->pages = block_size >> PAGE_CACHE_SHIFT;
266 entry->data = kcalloc(cache->pages, sizeof(void *), GFP_KERNEL);
272 for (j = 0; j < cache->pages; j++) {
400 int pages = (length + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; local
402 void **data = kcalloc(pages, sizeof(void *), GFP_KERNEL);
406 for (i = 0; i < pages; i++, buffer += PAGE_CACHE_SIZE)
H A Dsquashfs_fs_sb.h35 int pages; member in struct:squashfs_cache
/external/strace/tests/
H A Dmincore.c35 print_mincore(const unsigned int pages, void *const addr, argument
44 for (i = 0; i < pages; ++i) {
57 test_mincore(const unsigned int pages) argument
60 const size_t size = pages * page_size;
62 unsigned char *const vec = tail_alloc(pages);
68 print_mincore(pages, addr, size, vec);
70 print_mincore(pages, addr, size - page_size + 1, vec);
H A Dmove_pages.c42 print_page_array(const void **const pages, argument
47 printf("%s", pages ? "[]" : "NULL");
51 printf("%p", pages);
65 printf("%p", pages + i);
68 const void *const addr = pages[i];
137 const void **const pages, int *const status)
142 pid, count, pages, NULL, status, flags);
145 print_page_array(pages, count, 0);
162 const void **const pages,
170 pid, count, pages, node
136 print_stat_pages(const unsigned long pid, const unsigned long count, const void **const pages, int *const status) argument
159 print_move_pages(const unsigned long pid, unsigned long count, const unsigned int offset, const void **const pages, int *const nodes, int *const status) argument
193 const void **pages = tail_alloc(sizeof(*pages)); local
[all...]
/external/strace/tests-m32/
H A Dmincore.c35 print_mincore(const unsigned int pages, void *const addr, argument
44 for (i = 0; i < pages; ++i) {
57 test_mincore(const unsigned int pages) argument
60 const size_t size = pages * page_size;
62 unsigned char *const vec = tail_alloc(pages);
68 print_mincore(pages, addr, size, vec);
70 print_mincore(pages, addr, size - page_size + 1, vec);

Completed in 1254 milliseconds

1234567