Home
last modified time | relevance | path

Searched refs:page (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvPCIMEM.c204 struct pci_page *page; in pool_alloc_page() local
211 page = (struct pci_page *) kmalloc (mapsize + sizeof(struct pci_page), mem_flags); in pool_alloc_page()
212 INIT_LIST_HEAD(&page->page_list); in pool_alloc_page()
213 if (!page) in pool_alloc_page()
216 page->vaddr = ncmem_alloc_page(&page->dma); in pool_alloc_page()
218 if (page->vaddr) { in pool_alloc_page()
219 memset (page->bitmap, ((U32)-1), mapsize); // bit set == free in pool_alloc_page()
220 list_add (&page->page_list, &pool->page_list); in pool_alloc_page()
222 kfree (page); in pool_alloc_page()
223 page = 0; in pool_alloc_page()
[all …]
H A DdrvMM.c170 int map, page; in ncmem_alloc_page() local
183 page = ffz (~ ncmem_pool.bitmap [map]); in ncmem_alloc_page()
184 if ((i + page) < ncmem_pool.pages_per_pool) { in ncmem_alloc_page()
185 clear_bit ( page, &ncmem_pool.bitmap [map],U32); in ncmem_alloc_page()
186 offset = (BITS_PER_LONG * map) + page; in ncmem_alloc_page()
218 int map, page; in ncmem_free_page() local
220 page = addr - ncmem_pool.base_addr; in ncmem_free_page()
221 page /= PAGE_SIZE; in ncmem_free_page()
222 map = page / BITS_PER_LONG; in ncmem_free_page()
223 page %= BITS_PER_LONG; in ncmem_free_page()
[all …]
H A DdrvMassStor.h235 #define sg_address(psg) (page_address((psg).page) + (psg).offset)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMM.c176 int map, page; in ncmem_alloc_page() local
189 page = ms_find_1st_zero (~ ncmem_pool.bitmap [map]); in ncmem_alloc_page()
190 if ((i + page) < ncmem_pool.pages_per_pool) in ncmem_alloc_page()
192 ms_clear_bit ( page, &ncmem_pool.bitmap [map],U32); in ncmem_alloc_page()
193 offset = (BITS_PER_LONG * map) + page; in ncmem_alloc_page()
225 int map, page; in ncmem_free_page() local
227 page = addr - ncmem_pool.base_addr; in ncmem_free_page()
228 page /= PAGE_SIZE; in ncmem_free_page()
229 map = page / BITS_PER_LONG; in ncmem_free_page()
230 page %= BITS_PER_LONG; in ncmem_free_page()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dtextbox.c33 static const char *page; variable
64 page = buf; /* page is pointer to start of page to be displayed */ in dialog_textbox()
139 page = buf; in dialog_textbox()
149 page = buf + strlen(buf); in dialog_textbox()
278 if (*page == '\0') { in back_lines()
284 if (page == buf) { in back_lines()
288 page--; in back_lines()
290 if (page == buf) { in back_lines()
294 page--; in back_lines()
295 } while (*page != '\n'); in back_lines()
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile176 # a new page for each member. If set to NO, the documentation of a member will
475 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
482 # Namespaces page. This will remove the Namespaces entry from the Quick Index
797 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
803 # each generated HTML page. If it is left blank doxygen will generate a
809 # each generated HTML page. If it is left blank doxygen will generate a
815 # style sheet that is used by each HTML page. It can be used to
831 # page has loaded. For this to work a browser that supports
940 # top of each HTML page. The value NO (the default) enables the index and
1033 # contain links (just like the HTML output) instead of page references
[all …]
H A Dbsp.dxyfile175 # a new page for each member. If set to NO, the documentation of a member will
474 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
481 # Namespaces page. This will remove the Namespaces entry from the Quick Index
796 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
802 # each generated HTML page. If it is left blank doxygen will generate a
808 # each generated HTML page. If it is left blank doxygen will generate a
814 # style sheet that is used by each HTML page. It can be used to
830 # page has loaded. For this to work a browser that supports
939 # top of each HTML page. The value NO (the default) enables the index and
1032 # contain links (just like the HTML output) instead of page references
[all …]
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd257 $(wildcard include/config/mp/cma/patch/do/fork/page/pool.h) \
258 $(wildcard include/config/mp/cma/patch/do/fork/page/pool/debug.h) \
259 $(wildcard include/config/mp/cma/patch/smaller/slab/page.h) \
260 $(wildcard include/config/mp/cma/patch/smaller/slab/page/debug.h) \
267 $(wildcard include/config/mp/cma/patch/agressive/kill/process/to/free/cma/page.h) \
268 $(wildcard include/config/mp/cma/patch/agressive/kill/process/to/free/cma/page/debug.h) \
311 $(wildcard include/config/mp/ntfs/page/cache/readahead.h) \
312 $(wildcard include/config/mp/ntfs/page/cache/readahead/debug.h) \
365 $(wildcard include/config/mp/page/global/directory/speedup.h) \
366 $(wildcard include/config/mp/page/global/directory/speedup/debug.h) \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h1712 int reiserfs_commit_page(struct inode *inode, struct page *page,
1828 struct page *page, loff_t new_file_size);
1840 struct inode *p_s_inode, struct page *,
1958 struct page *, struct treepath *, const struct cpu_key *,
H A Dvideotext.h86 int page; /* number of requested page (hexadecimal) */ member
H A Di2o-dev.h87 unsigned int page; /* HTML page */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped288 /* The OS might guarantee only one guard page at the bottom of the stack,
289 and a page size can be as small as 4096 bytes. So we cannot safely
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped308 /* The OS might guarantee only one guard page at the bottom of the stack,
309 and a page size can be as small as 4096 bytes. So we cannot safely
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c_shipped326 /* The OS might guarantee only one guard page at the bottom of the stack,
327 and a page size can be as small as 4096 bytes. So we cannot safely