Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/drivers/misc/lkdtm/
A Dheap.c137 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_WRITE_BUDDY_AFTER_FREE()
150 p = __get_free_page(GFP_KERNEL); in lkdtm_WRITE_BUDDY_AFTER_FREE()
157 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_READ_BUDDY_AFTER_FREE()
229 first = (u8 *)__get_free_page(GFP_KERNEL); in lkdtm_BUDDY_INIT_ON_ALLOC()
238 val = (u8 *)__get_free_page(GFP_KERNEL); in lkdtm_BUDDY_INIT_ON_ALLOC()
292 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_SLAB_FREE_PAGE()
A Dcore.c236 buf = (char *)__get_free_page(GFP_KERNEL); in lkdtm_debugfs_entry()
271 buf = (char *)__get_free_page(GFP_KERNEL); in lkdtm_debugfs_read()
312 buf = (char *)__get_free_page(GFP_KERNEL); in direct_entry()
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgalloc.h32 pte = (pte_t *) __get_free_page(GFP_KERNEL); in pte_alloc_one_kernel()
47 ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmcf_pgalloc.h17 unsigned long page = __get_free_page(GFP_DMA); in pte_alloc_one_kernel()
85 new_pgd = (pgd_t *)__get_free_page(GFP_DMA | __GFP_NOWARN); in pgd_alloc()
/linux-6.3-rc2/arch/x86/mm/
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()
261 unsigned long new_pte_page = __get_free_page(gfp); in pti_user_pagetable_walk_pte()
/linux-6.3-rc2/arch/alpha/kernel/
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-6.3-rc2/arch/arm64/mm/
A Dpgd.c25 return (pgd_t *)__get_free_page(gfp); in pgd_alloc()
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dpgalloc.h32 return (pgd_t*) __get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
/linux-6.3-rc2/arch/nios2/mm/
A Dpgtable.c57 ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgalloc.h44 pgd_t *ret = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgalloc.h29 return (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgalloc.h25 pgd = (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
/linux-6.3-rc2/drivers/hv/
A Dhv.c56 return (void *)__get_free_page(GFP_KERNEL); in hv_alloc_hyperv_page()
64 return (void *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in hv_alloc_hyperv_zeroed_page()
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgalloc.h56 pgd_t *ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgalloc.h84 pud = (pud_t *) __get_free_page(GFP_KERNEL); in pud_alloc_one()
/linux-6.3-rc2/drivers/xen/events/
A Devents_fifo.c158 array_page = (void *)__get_free_page(GFP_KERNEL); in evtchn_fifo_setup()
382 control_block = (void *)__get_free_page(GFP_KERNEL); in evtchn_fifo_alloc_control_block()
/linux-6.3-rc2/include/asm-generic/
A Dpgalloc.h21 return (pte_t *)__get_free_page(GFP_PGTABLE_KERNEL); in __pte_alloc_one_kernel()
/linux-6.3-rc2/arch/s390/mm/
A Dcmm.c69 addr = __get_free_page(GFP_NOIO); in cmm_alloc_pages()
78 __get_free_page(GFP_NOIO); in cmm_alloc_pages()
A Dmaccess.c164 bounce = (void *)__get_free_page(GFP_ATOMIC); in xlate_dev_mem_ptr()
/linux-6.3-rc2/kernel/power/
A Dswap.c387 src = (void *)__get_free_page(GFP_NOIO | __GFP_NOWARN | in write_page()
395 src = (void *)__get_free_page(GFP_NOIO | in write_page()
703 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_image_lzo()
998 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1267 page[i] = (void *)__get_free_page(i < LZO_CMP_PAGES ? in load_image_lzo()
1609 swsusp_header = (struct swsusp_header*) __get_free_page(GFP_KERNEL); in swsusp_header_init()
/linux-6.3-rc2/arch/loongarch/mm/
A Dpgtable.c16 ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.3-rc2/arch/x86/um/
A Dldt.c164 __get_free_page(GFP_KERNEL|__GFP_ZERO); in write_ldt()
344 page = __get_free_page(GFP_KERNEL|__GFP_ZERO); in init_new_ldt()
/linux-6.3-rc2/tools/virtio/linux/
A Dkernel.h97 static inline unsigned long __get_free_page(gfp_t gfp) in __get_free_page() function
/linux-6.3-rc2/drivers/scsi/
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-6.3-rc2/drivers/staging/media/ipu3/
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()

Completed in 44 milliseconds

1234567