/linux-6.6.21/drivers/misc/lkdtm/ |
D | heap.c | 137 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()
|
D | core.c | 236 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.6.21/arch/csky/include/asm/ |
D | pgalloc.h | 32 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.6.21/arch/x86/mm/ |
D | pti.c | 182 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.6.21/arch/alpha/kernel/ |
D | srm_env.c | 69 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.6.21/arch/arm64/mm/ |
D | pgd.c | 25 return (pgd_t *)__get_free_page(gfp); in pgd_alloc()
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | pgalloc.h | 32 return (pgd_t*) __get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
|
/linux-6.6.21/arch/nios2/mm/ |
D | pgtable.c | 57 ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | pgalloc.h | 44 pgd_t *ret = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc()
|
/linux-6.6.21/mm/ |
D | mmu_gather.c | 35 batch = (void *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_next_batch() 263 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pgalloc.h | 29 return (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | pgalloc.h | 25 pgd = (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
|
/linux-6.6.21/drivers/hv/ |
D | hv_common.c | 104 return (void *)__get_free_page(GFP_KERNEL); in hv_alloc_hyperv_page() 113 return (void *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in hv_alloc_hyperv_zeroed_page()
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgalloc.h | 56 pgd_t *ret = (pgd_t *) __get_free_page(GFP_KERNEL); in pgd_alloc()
|
/linux-6.6.21/drivers/s390/char/ |
D | zcore.c | 233 zcore_ipl_block = (void *) __get_free_page(GFP_KERNEL); in zcore_reipl_init() 253 os_info = (void *)__get_free_page(GFP_KERNEL); in zcore_reipl_init()
|
/linux-6.6.21/drivers/xen/events/ |
D | events_fifo.c | 158 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.6.21/arch/s390/mm/ |
D | cmm.c | 69 addr = __get_free_page(GFP_NOIO); in cmm_alloc_pages() 78 __get_free_page(GFP_NOIO); in cmm_alloc_pages()
|
/linux-6.6.21/kernel/power/ |
D | swap.c | 387 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() 1613 swsusp_header = (struct swsusp_header*) __get_free_page(GFP_KERNEL); in swsusp_header_init()
|
/linux-6.6.21/arch/x86/um/ |
D | ldt.c | 164 __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.6.21/tools/virtio/linux/ |
D | kernel.h | 98 static inline unsigned long __get_free_page(gfp_t gfp) in __get_free_page() function
|
/linux-6.6.21/drivers/scsi/ |
D | scsi_proc.c | 77 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.6.21/drivers/staging/media/ipu3/ |
D | ipu3-mmu.c | 126 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.6.21/drivers/acpi/ |
D | nvs.c | 159 entry->data = (void *)__get_free_page(GFP_KERNEL); in suspend_nvs_alloc()
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 28 return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP)); in radix__pgd_alloc()
|
/linux-6.6.21/tools/testing/scatterlist/linux/ |
D | mm.h | 103 static inline unsigned long __get_free_page(unsigned int flags) in __get_free_page() function
|