Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 13 of 13) sorted by relevance

/components/drivers/virtio/
A Dvirtio.c93 void *pages; in virtio_queue_init() local
109 pages = rt_malloc_align(pages_total_size, VIRTIO_PAGE_SIZE); in virtio_queue_init()
111 if (pages == RT_NULL) in virtio_queue_init()
120 rt_free_align(pages); in virtio_queue_init()
124 rt_memset(pages, 0, pages_total_size); in virtio_queue_init()
130 dev->mmio_config->queue_pfn = VIRTIO_VA2PA(pages) >> VIRTIO_PAGE_SHIFT; in virtio_queue_init()
133 queue->desc = (struct virtq_desc *)((rt_ubase_t)pages); in virtio_queue_init()
134 queue->avail = (struct virtq_avail *)(((rt_ubase_t)pages) + VIRTQ_DESC_TOTAL_SIZE(ring_size)); in virtio_queue_init()
/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dreadme.txt2 httpd for given html pages (or other files) in a directory.
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dreadme.txt2 httpd for given html pages (or other files) in a directory.
/components/dfs/
A DKconfig238 int "page cache max total pages."
242 int "aspace max active pages."
246 int "max pre load pages."
/components/mm/
A DKconfig12 int "Max order of pages allocatable by page allocator"
/components/drivers/nvme/
A Dnvme.c357 rt_size_t prps_per_page, prps, pages; in nvme_blk_rw() local
379 pages = RT_DIV_ROUND_UP(prps - 1, prps_per_page - 1); in nvme_blk_rw()
388 prp_list = rt_malloc_align(pages * page_size, page_size); in nvme_blk_rw()
397 prp_list_size = pages * (prps_per_page - 1) + 1; in nvme_blk_rw()
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile32 # title of most generated pages and in a few other places.
374 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
388 # Man pages) or section (for LaTeX and RTF).
1424 # If you want full control over the layout of the generated HTML pages it might
1870 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1876 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1886 # man pages. In case the manual section does not start with a number, the number
1895 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1920 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
2178 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile32 # title of most generated pages and in a few other places.
383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
397 # Man pages) or section (for LaTeX and RTF).
1435 # If you want full control over the layout of the generated HTML pages it might
1881 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1887 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1897 # man pages. In case the manual section does not start with a number, the number
1906 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1931 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
2201 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
[all …]
A Dlwip.Doxyfile.cmake.in32 # title of most generated pages and in a few other places.
383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
397 # Man pages) or section (for LaTeX and RTF).
1435 # If you want full control over the layout of the generated HTML pages it might
1881 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1887 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1897 # man pages. In case the manual section does not start with a number, the number
1906 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1931 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
2201 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
[all …]
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP287 2013-06-10 - chat, pppd: Use \e instead of \\ in man pages
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP287 2013-06-10 - chat, pppd: Use \e instead of \\ in man pages
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt241 Removed some code pages actually not exist on the standard systems. (_CODE_PAGE)
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt241 Removed some code pages actually not exist on the standard systems. (_CODE_PAGE)

Completed in 19 milliseconds