Home
last modified time | relevance | path

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

12345

/linux/arch/x86/kernel/
H 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()
H A Dmachine_kexec_64.c182 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
190 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
198 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
206 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
/linux/drivers/s390/cio/
H 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_KERNE in chsc_ioctl_dcal()
[all...]
/linux/drivers/net/wireless/marvell/mwifiex/
H 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/
H 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/
H 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/
H A Dsclp_pci.c48 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure()
134 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_pci_report()
H 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()
H 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()
H A Dsclp_ap.c30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_ap_configure()
H A Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
H A Ddiag_ftp.c156 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
/linux/drivers/hv/
H A Dhv.c128 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
151 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
158 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
/linux/arch/openrisc/include/asm/
H A Dpgalloc.h61 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
/linux/arch/powerpc/mm/book3s64/
H 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/
H A Dvsyscall.c59 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
/linux/arch/s390/kernel/
H A Dsysinfo.c257 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show()
397 info = (void *) get_zeroed_page(GFP_KERNEL); in s390_adjust_jiffies()
450 file->private_data = (void *) get_zeroed_page(GFP_KERNEL); \
H A Dperf_cpum_sf.c212 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
269 new = (unsigned long *)get_zeroed_page(gfp_flags); in realloc_sampling_buffer()
331 sfb->sdbt = (unsigned long *)get_zeroed_page(GFP_KERNEL); in alloc_sampling_buffer()
1631 sfb->sdbt = (unsigned long *)get_zeroed_page(GFP_KERNEL); in aux_buffer_setup()
1643 new = (unsigned long *)get_zeroed_page(GFP_KERNEL); in aux_buffer_setup()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-mmu.c141 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page()
147 dev_dbg(mmu_info->dev, "dummy_page: get_zeroed_page() == %p\n", pt); in get_dummy_page()
175 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt()
182 dev_dbg(mmu_info->dev, "dummy_l2: get_zeroed_page() = %p\n", pt); in alloc_dummy_l2_pt()
213 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt()
220 dev_dbg(mmu_info->dev, "alloc_l1: get_zeroed_page() = %p\n", pt); in alloc_l1_pt()
243 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
249 dev_dbg(mmu_info->dev, "alloc_l2: get_zeroed_page() = %p\n", pt); in alloc_l2_pt()
/linux/arch/sh/boards/mach-hp6xx/
H A Dpm.c69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
/linux/drivers/staging/media/ipu7/
H A Dipu7-mmu.c124 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page()
130 dev_dbg(mmu_info->dev, "dummy_page: get_zeroed_page() == %p\n", pt); in get_dummy_page()
158 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt()
165 dev_dbg(mmu_info->dev, "dummy_l2: get_zeroed_page() = %p\n", pt); in alloc_dummy_l2_pt()
196 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt()
203 dev_dbg(mmu_info->dev, "alloc_l1: get_zeroed_page() = %p\n", pt); in alloc_l1_pt()
226 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
232 dev_dbg(mmu_info->dev, "alloc_l2: get_zeroed_page() = %p\n", pt); in alloc_l2_pt()
/linux/fs/ocfs2/dlm/
H A Ddlmdebug.c263 buf = (char *) get_zeroed_page(GFP_ATOMIC); in dlm_print_one_mle()
330 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_purgelist_open()
387 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_mle_open()
778 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_state_open()
/linux/arch/s390/pci/
H A Dpci_report.c122 report = (void *)get_zeroed_page(GFP_KERNEL); in zpci_report_status()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-go7007.c437 saa->top = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init()
440 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init()
/linux/drivers/auxdisplay/
H A Dcfag12864b.c316 cfag12864b_buffer = (unsigned char *) get_zeroed_page(GFP_KERNEL); in cfag12864b_init()

12345