Home
last modified time | relevance | path

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

123456

/linux/arch/x86/kernel/
A Dmachine_kexec_32.c64 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
65 image->arch.pmd1 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
67 image->arch.pte0 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
68 image->arch.pte1 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
A Dmachine_kexec_64.c163 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
171 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
179 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
187 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
/linux/drivers/s390/cio/
A Dchsc_sch.c296 chsc_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_start()
344 on_close_chsc_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_on_close_set()
396 chsc_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_start_sync()
442 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_info_channel_path()
504 scucd_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_info_cu()
567 sscud_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_info_sch_cu()
629 sci_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_conf_info()
700 sccl_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_conf_comp_list()
760 scpd_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_chpd()
800 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_dcal()
/linux/drivers/net/wireless/marvell/mwifiex/
A Ddebugfs.c70 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_info_read()
171 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_getlog_read()
250 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_histogram_read()
386 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read()
460 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_read()
514 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_read()
655 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read()
722 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_rdeeprom_read()
823 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_hscfg_read()
/linux/arch/s390/hypfs/
A Dhypfs_sprp.c53 data = (void *) get_zeroed_page(GFP_KERNEL); in hypfs_sprp_create()
77 data = (void *)get_zeroed_page(GFP_KERNEL); in __hypfs_sprp_ioctl()
/linux/drivers/net/wireless/marvell/libertas/
A 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()
815 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_debugfs_read()
/linux/drivers/s390/char/
A Dsclp_pci.c66 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure()
151 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_pci_report()
A Dsclp_cmd.c203 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage()
258 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage()
564 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
638 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
A Dsclp_ftp.c97 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
254 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
A Dsclp_ap.c30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_ap_configure()
A Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
A Ddiag_ftp.c156 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
A Dsclp_config.c100 sccb = (struct sclp_ofb_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ofb_send_req()
/linux/arch/openrisc/mm/
A Dioremap.c39 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in pte_alloc_one_kernel()
/linux/drivers/hv/
A Dhv.c126 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
149 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
156 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
/linux/arch/m68k/include/asm/
A Dsun3_pgalloc.h46 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
/linux/arch/openrisc/include/asm/
A Dpgalloc.h63 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
/linux/arch/powerpc/mm/book3s64/
A Dsubpage_prot.c241 spm = (u32 **)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
250 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
/linux/arch/sh/kernel/vsyscall/
A Dvsyscall.c46 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
/linux/drivers/media/pci/intel/ipu6/
A Dipu6-mmu.c139 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page()
173 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt()
211 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt()
241 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
/linux/arch/sh/boards/mach-hp6xx/
A Dpm.c69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
/linux/arch/nios2/mm/
A Dinit.c96 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_kuser_page()
/linux/arch/s390/kernel/
A Dsysinfo.c293 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show()
433 info = (void *) get_zeroed_page(GFP_KERNEL); in s390_adjust_jiffies()
486 file->private_data = (void *) get_zeroed_page(GFP_KERNEL); \
/linux/drivers/misc/cxl/
A Dguest.c98 le = (struct sg_list *)get_zeroed_page(GFP_KERNEL); in guest_collect_vpd()
105 vpd_buf[i] = (unsigned long *)get_zeroed_page(GFP_KERNEL); in guest_collect_vpd()
430 cr = get_zeroed_page(GFP_KERNEL); in _guest_afu_cr_readXX()
533 get_zeroed_page(GFP_KERNEL))) in attach_afu_directed()
686 tbuf = (void *) get_zeroed_page(GFP_KERNEL); in guest_afu_read_err_buffer()
/linux/fs/ocfs2/dlm/
A Ddlmdebug.c315 buf = (char *) get_zeroed_page(GFP_ATOMIC); in dlm_print_one_mle()
382 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_purgelist_open()
439 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_mle_open()
830 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_state_open()

Completed in 50 milliseconds

123456