/linux-2.4.37.9/include/asm-ppc64/ ! |
D | pgalloc.h | 43 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/ ! |
D | pgalloc.h | 39 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/ ! |
D | pgalloc.h | 58 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/ ! |
D | pgalloc.h | 26 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/ ! |
D | pgalloc.h | 229 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/ ! |
D | pgalloc.h | 41 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/ ! |
D | tpam_memory.c | 133 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()
|
D | tpam_commands.c | 552 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/ ! |
D | pgalloc.h | 281 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/ ! |
D | pci_hotplug_core.c | 606 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/ ! |
D | pgalloc.h | 210 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/ ! |
D | drivers.c | 64 if (!(page = (char*) __get_free_page(GFP_KERNEL))) in usb_driver_read()
|
D | rio500.c | 148 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/ ! |
D | select.c | 82 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/ ! |
D | pgalloc.h | 115 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
/linux-2.4.37.9/include/asm-sh/ ! |
D | pgalloc.h | 38 pte_t *pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
/linux-2.4.37.9/include/asm-m68k/ ! |
D | page.h | 31 #define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
|
D | motorola_pgalloc.h | 58 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
D | sun3_pgalloc.h | 87 unsigned long page = __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
/linux-2.4.37.9/include/asm-mips/ ! |
D | pgalloc.h | 154 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
/linux-2.4.37.9/include/asm-s390/ ! |
D | pgalloc.h | 109 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
/linux-2.4.37.9/fs/proc/ ! |
D | base.c | 348 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/ ! |
D | pgalloc.h | 148 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one()
|
/linux-2.4.37.9/fs/isofs/ ! |
D | dir.c | 257 tmpname = (char *) __get_free_page(GFP_KERNEL); in isofs_readdir()
|
/linux-2.4.37.9/drivers/char/ ! |
D | mem.c | 250 kbuf = (char *)__get_free_page(GFP_KERNEL); in read_kmem() 302 kbuf = (char *)__get_free_page(GFP_KERNEL); in write_kmem()
|