Home
last modified time | relevance | path

Searched refs:__get_free_page (Results 1 – 25 of 92) sorted by relevance

1234

/linux-2.4.37.9/include/asm-ppc64/ !
Dpgalloc.h43 pgd = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc()
76 pmd_t *pmd = (pmd_t *) __get_free_page(GFP_KERNEL); in pmd_alloc_one()
110 pte_t *pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-i386/ !
Dpgalloc.h39 unsigned long pmd = __get_free_page(GFP_KERNEL); in get_pgd_slow()
61 pgd_t *pgd = (pgd_t *)__get_free_page(GFP_KERNEL); in get_pgd_slow()
111 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-ia64/ !
Dpgalloc.h58 pgd = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc()
96 pmd_t *pmd = (pmd_t *) __get_free_page(GFP_KERNEL); in pmd_alloc_one()
134 pte_t *pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-cris/ !
Dpgalloc.h26 pgd_t *ret = (pgd_t *)__get_free_page(GFP_KERNEL); in get_pgd_slow()
65 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-parisc/ !
Dpgalloc.h229 pgd = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc()
257 pmd_t *pmd = (pmd_t *) __get_free_page(GFP_KERNEL); in pmd_alloc_one()
296 pte_t *pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-sh64/ !
Dpgalloc.h41 pte_t *pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
81 pmd = (pmd_t *) __get_free_page(GFP_KERNEL); in pmd_alloc_one()
/linux-2.4.37.9/drivers/isdn/tpam/ !
Dtpam_memory.c133 if (!(page = (void *)__get_free_page(GFP_KERNEL))) { in copy_from_pam_to_user()
179 if (!(page = (void *)__get_free_page(GFP_KERNEL))) { in copy_from_user_to_pam()
Dtpam_commands.c552 if (!(finaldata = (void *)__get_free_page(GFP_ATOMIC))) { in tpam_writebuf_skb()
568 if (!(tempdata = (void *)__get_free_page(GFP_ATOMIC))) { in tpam_writebuf_skb()
895 if (!(tempdata = (void *)__get_free_page(GFP_ATOMIC))) { in tpam_recv_U3DataInd()
/linux-2.4.37.9/include/asm-alpha/ !
Dpgalloc.h281 pmd_t *ret = (pmd_t *)__get_free_page(GFP_KERNEL); in pmd_alloc_one()
313 pte_t *pte = (pte_t *)__get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/drivers/hotplug/ !
Dpci_hotplug_core.c606 page = (unsigned char *)__get_free_page(GFP_KERNEL); in GET_STATUS()
717 page = (unsigned char *)__get_free_page(GFP_KERNEL); in attention_read_file()
811 page = (unsigned char *)__get_free_page(GFP_KERNEL); in latch_read_file()
855 page = (unsigned char *)__get_free_page(GFP_KERNEL); in presence_read_file()
899 page = (unsigned char *)__get_free_page(GFP_KERNEL); in address_read_file()
949 page = (unsigned char *)__get_free_page(GFP_KERNEL); in max_bus_speed_read_file()
1000 page = (unsigned char *)__get_free_page(GFP_KERNEL); in cur_bus_speed_read_file()
/linux-2.4.37.9/include/asm-sparc64/ !
Dpgalloc.h210 ret = (unsigned long *) __get_free_page(GFP_KERNEL); in get_pgd_fast()
236 pmd_t *pmd = (pmd_t *)__get_free_page(GFP_KERNEL); in pmd_alloc_one()
/linux-2.4.37.9/drivers/usb/ !
Ddrivers.c64 if (!(page = (char*) __get_free_page(GFP_KERNEL))) in usb_driver_read()
Drio500.c148 buffer = (unsigned char *) __get_free_page(GFP_KERNEL); in ioctl_rio()
218 buffer = (unsigned char *) __get_free_page(GFP_KERNEL); in ioctl_rio()
/linux-2.4.37.9/fs/ !
Dselect.c82 new_table = (struct poll_table_page *) __get_free_page(GFP_KERNEL); in __pollwait()
449 fds[nchunks] = (struct pollfd *)__get_free_page(GFP_KERNEL); in sys_poll()
456 fds[nchunks] = (struct pollfd *)__get_free_page(GFP_KERNEL); in sys_poll()
/linux-2.4.37.9/include/asm-ppc/ !
Dpgalloc.h115 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-sh/ !
Dpgalloc.h38 pte_t *pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-m68k/ !
Dpage.h31 #define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
Dmotorola_pgalloc.h58 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
Dsun3_pgalloc.h87 unsigned long page = __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-mips/ !
Dpgalloc.h154 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/include/asm-s390/ !
Dpgalloc.h109 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/fs/proc/ !
Dbase.c348 if (!(page = __get_free_page(GFP_KERNEL))) in proc_info_read()
393 page = (char *)__get_free_page(GFP_USER); in mem_read()
455 page = (char *)__get_free_page(GFP_USER); in mem_write()
535 char * tmp = (char*)__get_free_page(GFP_KERNEL), *path; in do_proc_readlink()
/linux-2.4.37.9/include/asm-s390x/ !
Dpgalloc.h148 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
/linux-2.4.37.9/fs/isofs/ !
Ddir.c257 tmpname = (char *) __get_free_page(GFP_KERNEL); in isofs_readdir()
/linux-2.4.37.9/drivers/char/ !
Dmem.c250 kbuf = (char *)__get_free_page(GFP_KERNEL); in read_kmem()
302 kbuf = (char *)__get_free_page(GFP_KERNEL); in write_kmem()

1234