/linux/arch/x86/kernel/ |
H A D | machine_kexec_32.c | 64 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 D | machine_kexec_64.c | 182 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 D | chsc_sch.c | 296 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 D | debugfs.c | 70 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 D | hypfs_sprp.c | 53 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 D | debugfs.c | 38 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 D | sclp_pci.c | 48 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 D | sclp_cmd.c | 203 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 D | sclp_ftp.c | 97 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 D | sclp_ap.c | 30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_ap_configure()
|
H A D | sclp_ctl.c | 66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
|
H A D | diag_ftp.c | 156 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
|
/linux/drivers/hv/ |
H A D | hv.c | 128 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 D | pgalloc.h | 61 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 241 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 D | vsyscall.c | 59 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
|
/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 257 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 D | perf_cpum_sf.c | 212 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 D | ipu6-mmu.c | 141 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 D | pm.c | 69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
|
/linux/drivers/staging/media/ipu7/ |
H A D | ipu7-mmu.c | 124 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 D | dlmdebug.c | 263 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 D | pci_report.c | 122 report = (void *)get_zeroed_page(GFP_KERNEL); in zpci_report_status()
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-go7007.c | 437 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 D | cfag12864b.c | 316 cfag12864b_buffer = (unsigned char *) get_zeroed_page(GFP_KERNEL); in cfag12864b_init()
|