Searched refs:pages (Results 1 – 3 of 3) sorted by relevance
| /sys/amd64/include/ |
| D | pmap.h | 70 bool PMap_Map(AS *as, uint64_t phys, uint64_t virt, uint64_t pages, uint64_t flags); 72 bool PMap_Unmap(AS *as, uint64_t virt, uint64_t pages); 77 bool PMap_SystemMap(uint64_t phys, uint64_t virt, uint64_t pages, uint64_t flags); 78 bool PMap_SystemUnmap(uint64_t virt, uint64_t pages);
|
| /sys/amd64/ |
| D | pmap.c | 355 PMap_Map(AS *as, uint64_t phys, uint64_t virt, uint64_t pages, uint64_t flags) in PMap_Map() argument 360 for (i = 0; i < pages; i++) { in PMap_Map() 387 PMap_Unmap(AS *as, uint64_t va, uint64_t pages) in PMap_Unmap() argument 392 for (i = 0; i < pages; i++) { in PMap_Unmap() 426 uint64_t pages = (len + PGSIZE - 1) / PGSIZE; in PMap_AllocMap() local 431 for (i = 0; i < pages; i++) { in PMap_AllocMap() 514 PMap_SystemMap(uint64_t phys, uint64_t virt, uint64_t pages, uint64_t flags) in PMap_SystemMap() argument 519 for (i = 0; i < pages; i++) { in PMap_SystemMap() 539 PMap_SystemUnmap(uint64_t virt, uint64_t pages) in PMap_SystemUnmap() argument
|
| /docs/ |
| D | Doxyfile | 42 # title of most generated pages and in a few other places. 434 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 448 # Man pages) or section (for LaTeX and RTF). 793 # layout of pages" for information. 1630 # If you want full control over the layout of the generated HTML pages it might 2133 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 2139 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 2149 # man pages. In case the manual section does not start with a number, the number 2158 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 2183 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a [all …]
|