Home
last modified time | relevance | path

Searched full:pages (Results 1 – 25 of 6603) sorted by relevance

12345678910>>...265

/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c33 * free_pages() - free an array of pages
34 * @pages: array of page pointers to be freed
35 * @num: no. of pages in the array
37 void free_pages(void **pages, unsigned int num) in free_pages() argument
44 if (pages[i] != NULL) { in free_pages()
45 numa_free(pages[i], onepage); in free_pages()
52 * alloc_pages_on_nodes() - allocate pages on specified NUMA nodes
53 * @pages: array in which the page pointers will be stored
54 * @num: no. of pages to allocate
58 * page pointers will be stored in @pages array.
[all …]
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DMemoryAllocationLib.h24 Allocates one or more 4KB pages of type EfiBootServicesData.
26 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
27 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
31 @param Pages The number of 4 KB pages to allocate.
39 IN UINTN Pages
43 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
45 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
46 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
50 @param Pages The number of 4 KB pages to allocate.
58 IN UINTN Pages
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DMemoryAllocationLib.h18 Allocates one or more 4KB pages of type EfiBootServicesData.
20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
25 @param Pages The number of 4 KB pages to allocate.
33 IN UINTN Pages
37 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
44 @param Pages The number of 4 KB pages to allocate.
52 IN UINTN Pages
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DMemoryAllocationLib.h18 Allocates one or more 4KB pages of type EfiBootServicesData.
20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
25 @param Pages The number of 4 KB pages to allocate.
33 IN UINTN Pages
37 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
44 @param Pages The number of 4 KB pages to allocate.
52 IN UINTN Pages
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DMemoryAllocationLib.h18 Allocates one or more 4KB pages of type EfiBootServicesData.
20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
25 @param Pages The number of 4 KB pages to allocate.
33 IN UINTN Pages
37 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
44 @param Pages The number of 4 KB pages to allocate.
52 IN UINTN Pages
[all …]
/external/rust/android-crates-io/crates/memmap2/src/
Dadvice.rs3 /// See [madvise()](https://man7.org/linux/man-pages/man2/madvise.2.html) map page.
20 /// Expect page references in sequential order. (Hence, pages
28 /// good idea to read some pages ahead.)
33 /// Do not make the pages in this range available to the child
51 /// Enable Kernel Samepage Merging (KSM) for the pages in the
54 /// mergeable, looking for pages with identical content.
58 /// anonymous pages (see mmap(2)).
75 /// the specified address range; KSM unmerges whatever pages
83 /// Enable Transparent Huge Pages (THP) for pages in the range
85 /// Pages work only with private anonymous pages (see
[all …]
/external/chromium-crossbench/crossbench/benchmarks/loading/config/
Dpages.py33 pages: Tuple[PageConfig, ...] = () variable in PagesConfig
38 for index, page in enumerate(self.pages):
40 f"pages[{index}] is not a PageConfig but {type(page).__name__}")
85 pages: List[PageConfig] = []
88 f"Parsing pages[{index}]: {repr(single_line_config)}"):
89 pages.append(PageConfig.parse_str(single_line_config))
90 return PagesConfig(pages=tuple(pages))
96 { "pages": { "LABEL": PAGE_CONFIG }, "secrets": { ... } }
99 if "pages" not in config:
101 "Config does not provide a 'pages' dict.")
[all …]
/external/ltp/testcases/kernel/syscalls/mlock2/
Dmlock201.c12 * and lock all pages including non-present.
16 * and just lock present pages.
29 #define PAGES 8 macro
30 #define HPAGES (PAGES / 2)
33 static unsigned char vec[PAGES+1];
46 /* lock all pages, expect all to be locked and present */
47 {0, PAGES, 0, PAGES, PAGES, 0},
49 /* mlock2() locks 3 pages if the specified
50 * range is little more than 2 pages.
54 /* mlock2() locks 2 pages if the specified
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-pages/test/
Dbasic.html15 <title>iron-pages-basic</title>
21 <link rel="import" href="../iron-pages.html">
28 <iron-pages>
33 </iron-pages>
40 var pages;
44 pages = fixture('basic');
48 assert.equal(pages.selected, undefined);
52 // `activateEvent` is not a useful feature for iron-pages and it can interfere
53 // with ux; ensure iron-pages has cleared any default `activateEvent`
54 assert.equal(pages.activateEvent, null);
[all …]
Dattr-for-selected.html15 <title>iron-pages-attr-for-selected</title>
21 <link rel="import" href="../iron-pages.html">
28 <iron-pages attr-for-selected="name" selected="page0">
33 </iron-pages>
40 var pages;
44 pages = fixture('basic');
48 assert.equal(pages.selected, 'page0');
54 assert.equal(pages.selectedItem, pages.items[0])
60 pages.items.forEach(function(p) {
61 assert.equal(getComputedStyle(p).display, p == pages.selectedItem ? 'block' : 'none');
[all …]
/external/chromium-crossbench/tests/crossbench/benchmarks/loading/config/
Dtest_pages.py20 from crossbench.benchmarks.loading.config.pages import (
54 self.assertEqual(len(config.pages), 1)
55 page_config = config.pages[0]
60 self.assertEqual(len(config.pages), 1)
61 page_config = config.pages[0]
67 self.assertEqual(len(config.pages), 2)
68 page_config_0, page_config_1 = config.pages
74 self.assertEqual(len(config.pages), 2)
75 page_config_0, page_config_1 = config.pages
81 self.assertEqual(len(config.pages), 2)
[all …]
/external/strace/tests/
Dmove_pages.c43 print_page_array(const void **const pages, in print_page_array() argument
48 printf("%s", pages ? "[]" : "NULL"); in print_page_array()
52 printf("%p", pages); in print_page_array()
66 printf("... /* %p */", pages + i); in print_page_array()
69 const void *const addr = pages[i]; in print_page_array()
138 const void **const pages, int *const status) in print_stat_pages() argument
143 pid, count, pages, NULL, status, flags); in print_stat_pages()
146 print_page_array(pages, count, 0); in print_stat_pages()
163 const void **const pages, in print_move_pages() argument
171 pid, count, pages, nodes, status, flags); in print_move_pages()
[all …]
/external/strace/tests-m32/
Dmove_pages.c43 print_page_array(const void **const pages, in print_page_array() argument
48 printf("%s", pages ? "[]" : "NULL"); in print_page_array()
52 printf("%p", pages); in print_page_array()
66 printf("... /* %p */", pages + i); in print_page_array()
69 const void *const addr = pages[i]; in print_page_array()
138 const void **const pages, int *const status) in print_stat_pages() argument
143 pid, count, pages, NULL, status, flags); in print_stat_pages()
146 print_page_array(pages, count, 0); in print_stat_pages()
163 const void **const pages, in print_move_pages() argument
171 pid, count, pages, nodes, status, flags); in print_move_pages()
[all …]
/external/strace/tests-mx32/
Dmove_pages.c43 print_page_array(const void **const pages, in print_page_array() argument
48 printf("%s", pages ? "[]" : "NULL"); in print_page_array()
52 printf("%p", pages); in print_page_array()
66 printf("... /* %p */", pages + i); in print_page_array()
69 const void *const addr = pages[i]; in print_page_array()
138 const void **const pages, int *const status) in print_stat_pages() argument
143 pid, count, pages, NULL, status, flags); in print_stat_pages()
146 print_page_array(pages, count, 0); in print_stat_pages()
163 const void **const pages, in print_move_pages() argument
171 pid, count, pages, nodes, status, flags); in print_move_pages()
[all …]
/external/trusty/lk/kernel/novm/
Dnovm.c39 size_t pages; member
44 // We divide the memory up into pages. If there is memory we can use before
71 if (arena[i].pages > 0) ranges_found = i + 1; in novm_get_arenas()
73 ranges[i].size = arena[i].pages << PAGE_SIZE_SHIFT; in novm_get_arenas()
135 n->pages = map_size; in novm_init_helper()
143 if (arena[i].pages == 0) { in novm_add_arena()
159 void *novm_alloc_helper(struct novm_arena *n, size_t pages) in novm_alloc_helper() argument
161 if (pages == 0 || pages > n->pages) in novm_alloc_helper()
165 for (size_t i = 0; i <= n->pages - pages; i++) { in novm_alloc_helper()
167 for (size_t j = 0; j < pages; j++) { in novm_alloc_helper()
[all …]
/external/sdv/vsomeip/third_party/boost/filesystem/doc/
Dpublish.bat2 copy /y styles.css ..\..\..\..\filesystem-gh-pages
3 copy /y deprecated.html ..\..\..\..\filesystem-gh-pages
4 copy /y design.htm ..\..\..\..\filesystem-gh-pages
5 copy /y faq.htm ..\..\..\..\filesystem-gh-pages
6 copy /y index.htm ..\..\..\..\filesystem-gh-pages
7 copy /y issue_reporting.html ..\..\..\..\filesystem-gh-pages
8 copy /y portability_guide.htm ..\..\..\..\filesystem-gh-pages
9 copy /y reference.html ..\..\..\..\filesystem-gh-pages
10 copy /y relative_proposal.html ..\..\..\..\filesystem-gh-pages
11 copy /y release_history.html ..\..\..\..\filesystem-gh-pages
[all …]
/external/sg3_utils/doc/
Dsg_logs.83 sg_logs \- access log pages with SCSI LOG SENSE command
39 outputs the response. The LOG SENSE command is used to fetch log pages which,
62 supported log pages (but not subpages) are listed out.
68 fetch and decode all the log pages and subpages supported by the \fIDEVICE\fR.
69 This requires a two stage process: first the "supported log pages and
75 Since some vendors don't list all log pages in the "supported log pages and
77 merge both "supported ..." log pages then, from that resultant merged list,
85 outputs all the log pages supported by the \fIDEVICE\fR. This requires a two
86 stage process: first the "supported log pages" log page is fetched, then for
88 displayed. When used twice (e.g. '\-aa') all log pages and subpages are
[all …]
Dsg_vpd.816 page and decodes it or outputs it in ASCII hexadecimal or binary. VPD pages
29 The reference document used for interpreting VPD pages (and the INQUIRY
34 VPD pages" (0x0) VPD page is fetched and decoded.
41 decode all VPD pages. When used with \fIDEVICE\fR the pages to be decoded
42 are found in the "Supported VPD pages" VPD page. Pages that cannot be
47 \fIFN\fR is assumed to contain 1 or more VPD pages (in ASCII hex or binary).
56 list the names of the known VPD pages, first the standard pages (i.e.
57 those defined by T10), then the vendor specific pages. Each group is sorted
61 summary lines of all VPD pages whose number matches \fIPG\fR. May be used
62 with \fI\-\-vendor=VP\fR to restrict output to known vendor specific pages
[all …]
/external/cpuinfo/src/x86/cache/
Ddescriptor.c39 * "Instruction TLB: 4 KByte pages, 4-way set in cpuinfo_x86_decode_cache_descriptor()
41 * "Instruction TLB: 4-KB Pages, 4-way set in cpuinfo_x86_decode_cache_descriptor()
47 .pages = CPUINFO_PAGE_SIZE_4KB, in cpuinfo_x86_decode_cache_descriptor()
53 * "Instruction TLB: 4 MByte pages, fully in cpuinfo_x86_decode_cache_descriptor()
55 * "Instruction TLB: 4-MB Pages, fully associative, in cpuinfo_x86_decode_cache_descriptor()
61 .pages = CPUINFO_PAGE_SIZE_4MB, in cpuinfo_x86_decode_cache_descriptor()
67 * "Data TLB: 4 KByte pages, 4-way set associative, in cpuinfo_x86_decode_cache_descriptor()
69 * Pages, 4-way set associative, 64 entries" in cpuinfo_x86_decode_cache_descriptor()
74 .pages = CPUINFO_PAGE_SIZE_4KB, in cpuinfo_x86_decode_cache_descriptor()
80 * "Data TLB: 4 MByte pages, 4-way set associative, in cpuinfo_x86_decode_cache_descriptor()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.storelayoutpages.html91 <p class="firstline">Retrieves the details of all pages in the store.</p>
130 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
132pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
153 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
155pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
174 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
176pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
190 <pre>Retrieves the details of all pages in the store.
204 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
206pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-pages/demo/
Dindex.html15 <title>iron-pages demo</title>
25 <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html">
26 <link rel="import" href="../iron-pages.html">
28 <style is="custom-style" include="demo-pages-shared-styles"></style>
32 <h3>iron-pages shows only one of its children at a time.</h3>
36 iron-pages {
43 iron-pages div {
48 iron-pages div:nth-child(1) {
51 iron-pages div:nth-child(2) {
54 iron-pages div:nth-child(3) {
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-pages/
DREADME.md5 iron-pages.html
15 …s://travis-ci.org/PolymerElements/iron-pages.svg?branch=master)](https://travis-ci.org/PolymerElem…
17 _[Demo and API docs](https://elements.polymer-project.org/elements/iron-pages)_
20 ##&lt;iron-pages&gt;
22 `iron-pages` is used to select one of its children to show. One use is to cycle through a list of
23 children "pages".
28 <iron-pages selected="0">
32 </iron-pages>
36 var pages = document.querySelector('iron-pages');
37 pages.selectNext();
/external/iamf_tools/.github/workflows/
Ddeploy_gh_pages.yml1 # Simple workflow for deploying static content to GitHub Pages
2 name: Deploy gh_pages folder to Pages
12 # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15 pages: write
21 group: "pages"
28 name: github-pages
34 - name: Setup Pages
35 uses: actions/configure-pages@v5
37 uses: actions/upload-pages-artifact@v3
41 - name: Deploy to GitHub Pages
[all …]
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/
DAnnotateFileRequestOrBuilder.java151 * Pages of the file to perform image annotation.
152 * Pages starts from 1, we assume the first page of the file is page 1.
153 * At most 5 pages are supported per request. Pages can be negative.
160 * for the first 5 pages of the file.
163 * <code>repeated int32 pages = 4;</code>
165 * @return A list containing the pages.
172 * Pages of the file to perform image annotation.
173 * Pages starts from 1, we assume the first page of the file is page 1.
174 * At most 5 pages are supported per request. Pages can be negative.
181 * for the first 5 pages of the file.
[all …]
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/
DAnnotateFileRequestOrBuilder.java152 * Pages of the file to perform image annotation.
153 * Pages starts from 1, we assume the first page of the file is page 1.
154 * At most 5 pages are supported per request. Pages can be negative.
161 * for the first 5 pages of the file.
164 * <code>repeated int32 pages = 4;</code>
166 * @return A list containing the pages.
173 * Pages of the file to perform image annotation.
174 * Pages starts from 1, we assume the first page of the file is page 1.
175 * At most 5 pages are supported per request. Pages can be negative.
182 * for the first 5 pages of the file.
[all …]

12345678910>>...265