Home
last modified time | relevance | path

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

12345

/linux/drivers/misc/lkdtm/
H A Dheap.c196 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_WRITE_BUDDY_AFTER_FREE()
209 p = __get_free_page(GFP_KERNEL); in lkdtm_WRITE_BUDDY_AFTER_FREE()
216 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_READ_BUDDY_AFTER_FREE()
288 first = (u8 *)__get_free_page(GFP_KERNEL); in lkdtm_BUDDY_INIT_ON_ALLOC()
297 val = (u8 *)__get_free_page(GFP_KERNEL); in lkdtm_BUDDY_INIT_ON_ALLOC()
351 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_SLAB_FREE_PAGE()
H A Dcore.c239 buf = (char *)__get_free_page(GFP_KERNEL); in lkdtm_debugfs_entry()
274 buf = (char *)__get_free_page(GFP_KERNEL); in lkdtm_debugfs_read()
316 buf = (char *)__get_free_page(GFP_KERNEL); in direct_entry()
/linux/arch/csky/include/asm/
H A Dpgalloc.h32 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one_kernel()
/linux/arch/x86/mm/
H A Dpti.c182 unsigned long new_p4d_page = __get_free_page(gfp); in pti_user_pagetable_walk_p4d()
211 unsigned long new_pud_page = __get_free_page(gfp); in pti_user_pagetable_walk_pmd()
225 unsigned long new_pmd_page = __get_free_page(gfp); in pti_user_pagetable_walk_pmd()
266 unsigned long new_pte_page = __get_free_page(gfp); in pti_user_pagetable_walk_pte()
/linux/arch/alpha/kernel/
H A Dsrm_env.c69 page = (char *)__get_free_page(GFP_USER); in srm_env_proc_show()
94 char *buf = (char *) __get_free_page(GFP_USER); in srm_env_proc_write()
/linux/drivers/char/tpm/
H A Dtpm-buf.c20 buf->data = (u8 *)__get_free_page(GFP_KERNEL); in tpm_buf_init()
59 buf->data = (u8 *)__get_free_page(GFP_KERNEL); in tpm_buf_init_sized()
/linux/arch/arm64/mm/
H A Dpgd.c
/linux/arch/xtensa/include/asm/
H A Dpgalloc.h
/linux/arch/nios2/mm/
H A Dpgtable.c
/linux/arch/openrisc/include/asm/
H A Dpgalloc.h
/linux/drivers/xen/events/
H A Devents_fifo.c158 array_page = (void *)__get_free_page(GFP_KERNEL); in evtchn_fifo_setup()
380 control_block = (void *)__get_free_page(GFP_KERNEL); in evtchn_fifo_alloc_control_block()
/linux/arch/hexagon/include/asm/
H A Dpgalloc.h
/linux/arch/arc/include/asm/
H A Dpgalloc.h
/linux/mm/
H A Dmmu_gather.c35 batch = (void *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_next_batch()
359 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN);
/linux/drivers/s390/char/
H A Dzcore.c230 zcore_ipl_block = (void *) __get_free_page(GFP_KERNEL); in zcore_reipl_init()
250 os_info = (void *)__get_free_page(GFP_KERNEL); in zcore_reipl_init()
/linux/kernel/power/
H A Dswap.c389 src = (void *)__get_free_page(GFP_NOIO | __GFP_NOWARN | in write_page()
397 src = (void *)__get_free_page(GFP_NOIO | in write_page()
720 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_compressed_image()
1028 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1308 page[i] = (void *)__get_free_page(i < CMP_PAGES ? in load_compressed_image()
1656 swsusp_header = (struct swsusp_header*) __get_free_page(GFP_KERNEL); in swsusp_header_init()
/linux/arch/s390/mm/
H A Dcmm.c69 addr = __get_free_page(GFP_NOIO); in cmm_alloc_pages()
78 __get_free_page(GFP_NOIO); in cmm_alloc_pages()
/linux/drivers/staging/media/ipu3/
H A Dipu3-mmu.c126 pt = (u32 *)__get_free_page(GFP_KERNEL); in imgu_mmu_alloc_page_table()
447 mmu->dummy_page = (void *)__get_free_page(GFP_KERNEL); in imgu_mmu_init()
/linux/drivers/scsi/
H A Dscsi_proc.c77 page = (char *)__get_free_page(GFP_KERNEL); in proc_scsi_host_write()
415 buffer = (char *)__get_free_page(GFP_KERNEL); in proc_scsi_write()
/linux/tools/virtio/linux/
H A Dkernel.h98 static inline unsigned long __get_free_page(gfp_t gfp) in __get_free_page() function
/linux/drivers/acpi/
H A Dnvs.c159 entry->data = (void *)__get_free_page(GFP_KERNEL); in suspend_nvs_alloc()
/linux/tools/testing/scatterlist/linux/
H A Dmm.h103 static inline unsigned long __get_free_page(unsigned int flags) in __get_free_page() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h28 return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP)); in radix__pgd_alloc()
/linux/fs/nfs/
H A Dnfs4namespace.c552 page = (char *) __get_free_page(GFP_USER); in nfs4_replace_transport()
555 page2 = (char *) __get_free_page(GFP_USER); in nfs4_replace_transport()
/linux/drivers/char/hw_random/
H A Ds390-trng.c71 p = (u8 *) __get_free_page(GFP_KERNEL); in trng_read()

12345