Home
last modified time | relevance | path

Searched refs:get_zeroed_page (Results 1 – 25 of 158) sorted by relevance

1234567

/Linux-v4.19/arch/x86/kernel/
Dmachine_kexec_32.c78 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
79 image->arch.pmd1 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
81 image->arch.pte0 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
82 image->arch.pte1 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
Dmachine_kexec_64.c64 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
72 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
80 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
88 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
/Linux-v4.19/drivers/s390/cio/
Dchsc_sch.c330 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start()
378 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set()
430 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync()
476 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path()
538 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu()
601 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu()
663 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info()
734 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
794 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd()
834 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c82 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_info_read()
183 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_getlog_read()
262 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_histogram_read()
395 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read()
466 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_read()
520 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_read()
667 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read()
731 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_rdeeprom_read()
832 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_hscfg_read()
/Linux-v4.19/arch/s390/hypfs/
Dhypfs_sprp.c54 data = (void *) get_zeroed_page(GFP_KERNEL); in hypfs_sprp_create()
82 data = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __hypfs_sprp_ioctl()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Ddebugfs.c38 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_dev_info()
99 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_sleepparams_read()
168 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_host_sleep_read()
231 buf = (char *)get_zeroed_page(GFP_KERNEL); in lbs_threshold_read()
439 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_rdmac_read()
509 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_rdbbp_read()
581 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_rdrf_read()
821 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_debugfs_read()
/Linux-v4.19/drivers/s390/char/
Dsclp_cmd.c94 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in _sclp_get_core_info()
197 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage()
252 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage()
580 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
654 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
Dsclp_pci.c65 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure()
145 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_pci_report()
Dsclp_ftp.c94 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
252 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
Ddiag_ftp.c155 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
Dsclp_config.c99 sccb = (struct sclp_ofb_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ofb_send_req()
/Linux-v4.19/drivers/hv/
Dhv.c217 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
223 hv_cpu->synic_event_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
229 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
/Linux-v4.19/fs/afs/
Dmntpt.c88 devname = (char *) get_zeroed_page(GFP_KERNEL); in afs_mntpt_do_automount()
92 options = (char *) get_zeroed_page(GFP_KERNEL); in afs_mntpt_do_automount()
/Linux-v4.19/arch/x86/include/asm/
Dpgalloc.h150 return (pud_t *)get_zeroed_page(gfp); in pud_alloc_one()
182 return (p4d_t *)get_zeroed_page(gfp); in p4d_alloc_one()
/Linux-v4.19/arch/s390/kernel/
Dvdso.c160 page_table = get_zeroed_page(GFP_KERNEL); in vdso_alloc_per_cpu()
161 page_frame = get_zeroed_page(GFP_KERNEL); in vdso_alloc_per_cpu()
Dsysinfo.c279 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show()
419 info = (void *) get_zeroed_page(GFP_KERNEL); in s390_adjust_jiffies()
479 file->private_data = (void *) get_zeroed_page(GFP_KERNEL); \
Dsuspend.c84 pk = (struct page_key_data *) get_zeroed_page(GFP_KERNEL); in page_key_alloc()
/Linux-v4.19/arch/sh/kernel/vsyscall/
Dvsyscall.c45 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
/Linux-v4.19/arch/powerpc/mm/
Dsubpage-prot.c230 spm = (u32 **)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
239 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
/Linux-v4.19/arch/openrisc/include/asm/
Dpgalloc.h64 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
/Linux-v4.19/arch/nios2/mm/
Dinit.c108 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_kuser_page()
/Linux-v4.19/arch/m68k/include/asm/
Dsun3_pgalloc.h94 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
/Linux-v4.19/arch/sh/boards/mach-hp6xx/
Dpm.c71 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
/Linux-v4.19/arch/arm/include/asm/
Dpgalloc.h32 return (pmd_t *)get_zeroed_page(GFP_KERNEL); in pmd_alloc_one()

1234567