Home
last modified time | relevance | path

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

1234567

/linux-6.1.9/drivers/misc/lkdtm/
Dheap.c136 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_WRITE_BUDDY_AFTER_FREE()
149 p = __get_free_page(GFP_KERNEL); in lkdtm_WRITE_BUDDY_AFTER_FREE()
156 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_READ_BUDDY_AFTER_FREE()
228 first = (u8 *)__get_free_page(GFP_KERNEL); in lkdtm_BUDDY_INIT_ON_ALLOC()
237 val = (u8 *)__get_free_page(GFP_KERNEL); in lkdtm_BUDDY_INIT_ON_ALLOC()
291 unsigned long p = __get_free_page(GFP_KERNEL); in lkdtm_SLAB_FREE_PAGE()
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.1.9/arch/csky/include/asm/
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.1.9/arch/m68k/include/asm/
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.1.9/arch/x86/mm/
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.1.9/arch/alpha/kernel/
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.1.9/arch/arm64/mm/
Dpgd.c25 return (pgd_t *)__get_free_page(gfp); in pgd_alloc()
/linux-6.1.9/arch/xtensa/include/asm/
Dpgalloc.h32 return (pgd_t*) __get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
/linux-6.1.9/arch/nios2/mm/
Dpgtable.c57 ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.1.9/arch/openrisc/include/asm/
Dpgalloc.h44 pgd_t *ret = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.1.9/arch/ia64/include/asm/
Dpgalloc.h29 return (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
/linux-6.1.9/arch/hexagon/include/asm/
Dpgalloc.h25 pgd = (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
/linux-6.1.9/drivers/hv/
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.1.9/arch/arc/include/asm/
Dpgalloc.h56 pgd_t *ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.1.9/arch/loongarch/include/asm/
Dpgalloc.h93 pud = (pud_t *) __get_free_page(GFP_KERNEL); in pud_alloc_one()
/linux-6.1.9/drivers/xen/events/
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.1.9/include/asm-generic/
Dpgalloc.h21 return (pte_t *)__get_free_page(GFP_PGTABLE_KERNEL); in __pte_alloc_one_kernel()
/linux-6.1.9/drivers/scsi/
Dscsi_proc.c62 page = (char *)__get_free_page(GFP_KERNEL); in proc_scsi_host_write()
320 buffer = (char *)__get_free_page(GFP_KERNEL); in proc_scsi_write()
/linux-6.1.9/arch/s390/mm/
Dcmm.c69 addr = __get_free_page(GFP_NOIO); in cmm_alloc_pages()
78 __get_free_page(GFP_NOIO); in cmm_alloc_pages()
/linux-6.1.9/kernel/power/
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.1.9/arch/loongarch/mm/
Dpgtable.c16 ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
/linux-6.1.9/arch/x86/um/
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.1.9/tools/virtio/linux/
Dkernel.h96 static inline unsigned long __get_free_page(gfp_t gfp) in __get_free_page() function
/linux-6.1.9/drivers/staging/media/ipu3/
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-6.1.9/drivers/acpi/
Dnvs.c159 entry->data = (void *)__get_free_page(GFP_KERNEL); in suspend_nvs_alloc()

1234567