/linux-4.4.14/arch/x86/kernel/ |
D | machine_kexec_32.c | 84 image->arch.pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables() 86 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables() 87 image->arch.pmd1 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables() 89 image->arch.pte0 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables() 90 image->arch.pte1 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
|
D | machine_kexec_64.c | 56 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 64 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 72 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
|
D | ldt.c | 61 new_ldt->entries = (void *)get_zeroed_page(GFP_KERNEL); in alloc_ldt_struct()
|
D | amd_gart_64.c | 844 scratch = get_zeroed_page(GFP_KERNEL); in gart_iommu_init()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | debugfs.c | 82 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_info_read() 204 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_getlog_read() 283 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_histogram_read() 416 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read() 450 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_write() 494 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_read() 548 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_read() 575 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_write() 612 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_write() 661 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read() [all …]
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | debugfs.c | 37 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_dev_info() 62 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_sleepparams_write() 102 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_sleepparams_read() 130 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_host_sleep_write() 175 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_host_sleep_read() 238 buf = (char *)get_zeroed_page(GFP_KERNEL); in lbs_threshold_read() 290 buf = (char *)get_zeroed_page(GFP_KERNEL); in lbs_threshold_write() 452 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_rdmac_read() 476 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_rdmac_write() 501 unsigned long addr = get_zeroed_page(GFP_KERNEL); in lbs_wrmac_write() [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc_sch.c | 335 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start() 383 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set() 435 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync() 481 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path() 543 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu() 606 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu() 668 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info() 739 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list() 799 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd() 839 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
|
D | chsc.c | 864 css->cub_addr1 = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_secm() 865 css->cub_addr2 = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_secm() 1060 sei_page = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_init() 1061 chsc_page = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_init()
|
D | qdio_main.c | 1271 irq_ptr = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in qdio_allocate() 1285 irq_ptr->chsc_page = get_zeroed_page(GFP_KERNEL); in qdio_allocate() 1290 irq_ptr->qdr = (struct qdr *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in qdio_allocate() 1782 rr = (struct chsc_pnso_area *)get_zeroed_page(GFP_KERNEL); in qdio_pnso_brinfo()
|
D | qdio_setup.c | 61 buf[pos] = (void *) get_zeroed_page(GFP_KERNEL); in qdio_alloc_buffers()
|
/linux-4.4.14/arch/s390/hypfs/ |
D | hypfs_sprp.c | 54 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-4.4.14/drivers/s390/char/ |
D | sclp_cmd.c | 116 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_get_core_info() 220 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage() 276 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage() 604 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure() 664 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure() 739 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
|
D | sclp_ftp.c | 93 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7() 251 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
|
D | sclp_ctl.c | 65 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
|
D | diag_ftp.c | 154 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
|
D | sclp_async.c | 180 sccb = (struct sclp_async_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_async_init()
|
D | hmcdrv_ftp.c | 195 ftp.buf = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in hmcdrv_ftp_probe()
|
D | sclp_con.c | 330 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_console_init()
|
D | sclp_cpi_sys.c | 87 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in cpi_prepare_req()
|
D | sclp_tty.c | 523 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_tty_init()
|
D | sclp_vt220.c | 710 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __sclp_vt220_init()
|
D | vmlogrdr.c | 875 sys_ser[i].buffer = (char *) get_zeroed_page(GFP_KERNEL); in vmlogrdr_init()
|
D | con3270.c | 629 cbuf = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in con3270_init()
|
/linux-4.4.14/fs/afs/ |
D | mntpt.c | 140 devname = (char *) get_zeroed_page(GFP_KERNEL); in afs_mntpt_do_automount() 144 options = (char *) get_zeroed_page(GFP_KERNEL); in afs_mntpt_do_automount()
|
/linux-4.4.14/arch/s390/kernel/ |
D | vdso.c | 105 page_table = get_zeroed_page(GFP_KERNEL | GFP_DMA); in vdso_alloc_per_cpu() 106 page_frame = get_zeroed_page(GFP_KERNEL); in vdso_alloc_per_cpu()
|
D | suspend.c | 83 pk = (struct page_key_data *) get_zeroed_page(GFP_KERNEL); in page_key_alloc()
|
D | sysinfo.c | 258 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show() 422 info = (void *) get_zeroed_page(GFP_KERNEL); in s390_adjust_jiffies()
|
D | ipl.c | 1162 reipl_block_nss = (void *) get_zeroed_page(GFP_KERNEL); in reipl_nss_init() 1194 reipl_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in reipl_ccw_init() 1235 reipl_block_fcp = (void *) get_zeroed_page(GFP_KERNEL); in reipl_fcp_init() 1472 dump_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in dump_ccw_init() 1496 dump_block_fcp = (void *) get_zeroed_page(GFP_KERNEL); in dump_fcp_init()
|
D | perf_cpum_sf.c | 161 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block() 219 new = (unsigned long *) get_zeroed_page(gfp_flags); in realloc_sampling_buffer() 271 sfb->sdbt = (unsigned long *) get_zeroed_page(GFP_KERNEL); in alloc_sampling_buffer()
|
D | time.c | 1462 stp_page = (void *) get_zeroed_page(GFP_ATOMIC); in stp_reset()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_pcixcc.c | 175 reply = (void *) get_zeroed_page(GFP_KERNEL); in zcrypt_pcixcc_mcl() 226 ap_msg.message = (void *) get_zeroed_page(GFP_KERNEL); in zcrypt_pcixcc_rng_supported()
|
D | zcrypt_msgtype6.c | 921 ap_msg.message = (void *) get_zeroed_page(GFP_KERNEL); in zcrypt_msgtype6_modexpo() 965 ap_msg.message = (void *) get_zeroed_page(GFP_KERNEL); in zcrypt_msgtype6_modexpo_crt()
|
D | zcrypt_api.c | 1378 zcrypt_rng_buffer = (u32 *) get_zeroed_page(GFP_KERNEL); in zcrypt_rng_device_add()
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | vsyscall.c | 45 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgalloc.h | 17 return (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | subpage-prot.c | 225 spm = (u32 **)get_zeroed_page(GFP_KERNEL); in sys_subpage_prot() 234 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in sys_subpage_prot()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ipz_pt_fn.c | 108 kpage = (u8 *)get_zeroed_page(GFP_KERNEL); in alloc_queue_pages() 143 page->page = get_zeroed_page(GFP_KERNEL); in alloc_small_queue_page()
|
D | ehca_iverbs.h | 212 #define ehca_alloc_fw_ctrlblock(flags) ((void *)get_zeroed_page(flags))
|
/linux-4.4.14/drivers/hv/ |
D | hv.c | 436 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc() 444 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc() 452 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgalloc.h | 31 pgd_t *pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgalloc.h | 65 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
|
/linux-4.4.14/arch/nios2/mm/ |
D | init.c | 108 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_kuser_page()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 93 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
D | pm.c | 71 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
|
/linux-4.4.14/security/selinux/ |
D | selinuxfs.c | 160 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_write_enforce() 292 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_write_disable() 632 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_write_checkreqprot() 1057 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_read_bool() 1104 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_write_bool() 1158 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_commit_bools_write() 1221 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_make_bools() 1313 page = (char *)get_zeroed_page(GFP_KERNEL); in sel_write_avc_cache_threshold()
|
D | hooks.c | 2555 nosec = (char *)get_zeroed_page(GFP_KERNEL); in selinux_sb_copy_data()
|
/linux-4.4.14/fs/kernfs/ |
D | symlink.c | 118 unsigned long page = get_zeroed_page(GFP_KERNEL); in kernfs_iop_follow_link()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgalloc.h | 32 return (pmd_t *)get_zeroed_page(GFP_KERNEL | __GFP_REPEAT); in pmd_alloc_one()
|
/linux-4.4.14/arch/m68k/mm/ |
D | memory.c | 78 if (!(page = (void *)get_zeroed_page(GFP_KERNEL))) in get_pointer_table()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdebug.c | 332 buf = (char *) get_zeroed_page(GFP_NOFS); in dlm_print_one_mle() 419 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_purgelist_open() 476 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_mle_open() 867 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_state_open()
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | mmu.c | 57 stack = get_zeroed_page(GFP_KERNEL); in init_new_context()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgalloc.h | 128 return (pud_t *)get_zeroed_page(GFP_KERNEL|__GFP_REPEAT); in pud_alloc_one()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 367 cb2 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_update_stats() 1003 cb0 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_sense_port_attr() 1088 cb4 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_set_portspeed() 1377 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_configure_port() 1756 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_set_mac_addr() 1822 cb7 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_promiscuous() 2134 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid() 2172 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_kill_vid() 2209 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_activate_qp() 2555 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_stop_qps() [all …]
|
D | ehea_qmr.c | 79 u8 *kpage = (u8 *)get_zeroed_page(GFP_KERNEL); in hw_queue_ctor() 889 pt = (void *)get_zeroed_page(GFP_KERNEL); in ehea_reg_kernel_mr() 1001 rblock = (void *)get_zeroed_page(GFP_KERNEL); in ehea_error_data()
|
/linux-4.4.14/drivers/lguest/ |
D | page_tables.c | 322 ptepage = get_zeroed_page(GFP_KERNEL); in find_spte() 354 ptepage = get_zeroed_page(GFP_KERNEL); in find_spte() 761 (pgd_t *)get_zeroed_page(GFP_KERNEL); in new_pgdir()
|
D | lguest_user.c | 173 cpu->regs_page = get_zeroed_page(GFP_KERNEL); in lg_cpu_start()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 141 buf = (void *)get_zeroed_page(GFP_KERNEL); in spufs_arch_write_note()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 450 saa->top = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init() 453 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | vdso.c | 67 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_vectors_page()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | main.c | 103 ctx->sstp = (struct cxl_sste *)get_zeroed_page(GFP_KERNEL); in cxl_alloc_sst()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | pseries_energy.c | 123 buf_page = (u32 *) get_zeroed_page(GFP_KERNEL); in get_best_energy_list()
|
/linux-4.4.14/drivers/auxdisplay/ |
D | cfag12864b.c | 342 cfag12864b_buffer = (unsigned char *) get_zeroed_page(GFP_KERNEL); in cfag12864b_init()
|
/linux-4.4.14/arch/arm/xen/ |
D | enlighten.c | 219 shared_info_page = (struct shared_info *)get_zeroed_page(GFP_KERNEL); in xen_guest_init()
|
/linux-4.4.14/fs/configfs/ |
D | file.c | 72 buffer->page = (char *) get_zeroed_page(GFP_KERNEL); in fill_read_buffer()
|
D | symlink.c | 284 unsigned long page = get_zeroed_page(GFP_KERNEL); in configfs_follow_link()
|
/linux-4.4.14/drivers/s390/block/ |
D | scm_blk_cluster.c | 47 scmrq->cluster.buf[i] = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq_cluster()
|
D | dasd_eer.c | 230 buf[i] = (char *) get_zeroed_page(GFP_KERNEL); in dasd_eer_allocate_buffer_pages()
|
D | scm_blk.c | 76 scmrq->aob = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq()
|
D | dasd_diag.c | 397 label = (struct vtoc_cms_label *) get_zeroed_page(GFP_KERNEL); in dasd_diag_check_device()
|
D | dasd_fba.c | 480 page = (char *) get_zeroed_page(GFP_ATOMIC); in dasd_fba_dump_sense()
|
D | dasd_eckd.c | 4184 page = (char *) get_zeroed_page(GFP_ATOMIC); in dasd_eckd_dump_sense_ccw() 4288 page = (char *) get_zeroed_page(GFP_ATOMIC); in dasd_eckd_dump_sense_tcw()
|
D | dasd.c | 105 device->erp_mem = (void *) get_zeroed_page(GFP_ATOMIC | GFP_DMA); in dasd_alloc_device()
|
/linux-4.4.14/drivers/power/ |
D | power_supply_sysfs.c | 293 prop_buf = (char *)get_zeroed_page(GFP_KERNEL); in power_supply_uevent()
|
/linux-4.4.14/drivers/net/wan/ |
D | z85230.c | 882 c->rx_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); in z8530_sync_dma_open() 887 c->tx_dma_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); in z8530_sync_dma_open() 1072 c->tx_dma_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); in z8530_sync_txdma_open()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 134 array->page_list[p].page = (void **) get_zeroed_page(GFP_ATOMIC); in mthca_array_set()
|
/linux-4.4.14/net/rds/ |
D | cong.c | 152 zp = get_zeroed_page(GFP_KERNEL); in rds_cong_from_addr()
|
/linux-4.4.14/sound/oss/ |
D | vidc.c | 471 dma_buf[i] = get_zeroed_page(GFP_KERNEL); in attach_vidc()
|
/linux-4.4.14/arch/s390/oprofile/ |
D | hwsampler.c | 260 sdbt = (unsigned long *)get_zeroed_page(GFP_KERNEL); in allocate_sdbt() 282 sdb = get_zeroed_page(GFP_KERNEL); in allocate_sdbt()
|
/linux-4.4.14/drivers/iommu/ |
D | rockchip-iommu.c | 577 page_table = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in rk_dte_get_page_table() 841 rk_domain->dt = (u32 *)get_zeroed_page(GFP_KERNEL | GFP_DMA32); in rk_iommu_domain_alloc()
|
D | amd_iommu_v2.c | 184 *ptr = (void *)get_zeroed_page(GFP_ATOMIC); in __get_pasid_state_ptr() 797 dev_state->states = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_init_device()
|
D | amd_iommu.c | 1202 pte = (void *)get_zeroed_page(gfp); in increase_address_space() 1236 page = (u64 *)get_zeroed_page(gfp); in alloc_pte() 1458 dma_dom->aperture[index]->bitmap = (void *)get_zeroed_page(gfp); in alloc_new_range() 1854 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL); in dma_ops_domain_alloc() 2937 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_domain_alloc() 3248 domain->gcr3_tbl = (void *)get_zeroed_page(GFP_ATOMIC); in amd_iommu_domain_enable_v2() 3390 root = (void *)get_zeroed_page(GFP_ATOMIC); in __get_gcr3_pte()
|
/linux-4.4.14/include/linux/ |
D | gfp.h | 477 extern unsigned long get_zeroed_page(gfp_t gfp_mask);
|
D | security.h | 1621 return (char *)get_zeroed_page(GFP_KERNEL); in alloc_secdata()
|
/linux-4.4.14/drivers/char/agp/ |
D | efficeon-agp.c | 217 page = get_zeroed_page(GFP_KERNEL); in efficeon_create_gatt_table()
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr.c | 887 pte_t *pte = (pte_t *)get_zeroed_page(GFP_KERNEL | __GFP_NOTRACK); in alloc_pte_page() 897 pmd_t *pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL | __GFP_NOTRACK); in alloc_pmd_page() 1096 pud = (pud_t *)get_zeroed_page(GFP_KERNEL | __GFP_NOTRACK); in populate_pgd()
|
D | init_64.c | 219 ptr = (void *) get_zeroed_page(GFP_ATOMIC | __GFP_NOTRACK); in spp_getpage()
|
/linux-4.4.14/drivers/tty/ |
D | tty_port.c | 104 port->xmit_buf = (unsigned char *)get_zeroed_page(GFP_KERNEL); in tty_port_alloc_xmit_buf()
|
D | amiserial.c | 523 page = get_zeroed_page(GFP_KERNEL); in startup()
|
D | cyclades.c | 1276 page = get_zeroed_page(GFP_KERNEL); in cy_startup()
|
D | synclink.c | 1761 info->xmit_buf = (unsigned char *)get_zeroed_page(GFP_KERNEL); in startup()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_buf.c | 131 buf->virt_addr = (void *)get_zeroed_page(GFP_KERNEL); in __comedi_buf_alloc()
|
/linux-4.4.14/arch/x86/xen/ |
D | pmu.c | 524 xenpmu_data = (struct xen_pmu_data *)get_zeroed_page(GFP_KERNEL); in xen_pmu_init()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 370 page = get_zeroed_page(GFP_KERNEL); in activate()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_aux.c | 573 addr = (void *) get_zeroed_page(GFP_KERNEL); in zfcp_sg_setup_table()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 296 buf = (char *)get_zeroed_page(GFP_KERNEL); in b43legacy_debugfs_write()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_ibmvtpm.c | 585 crq_q->crq_addr = (struct ibmvtpm_crq *)get_zeroed_page(GFP_KERNEL); in tpm_ibmvtpm_probe()
|
/linux-4.4.14/net/atm/ |
D | proc.c | 385 page = get_zeroed_page(GFP_KERNEL); in proc_dev_atm_read()
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 101 res = (void *)get_zeroed_page(gfp_mask); in get_image_page() 107 res = (void *)get_zeroed_page(gfp_mask); in get_image_page() 2384 lp = (struct linked_page *)get_zeroed_page(GFP_ATOMIC); in prepare_image()
|
D | swap.c | 402 handle->cur = (struct swap_map_page *)get_zeroed_page(GFP_KERNEL); in get_swap_writer()
|
/linux-4.4.14/arch/s390/kvm/ |
D | priv.c | 541 mem = get_zeroed_page(GFP_KERNEL); in handle_stsi() 550 mem = get_zeroed_page(GFP_KERNEL); in handle_stsi()
|
D | kvm-s390.c | 1101 kvm->arch.sca = (struct sca_block *) get_zeroed_page(GFP_KERNEL); in kvm_arch_init_vm() 1125 (struct kvm_s390_fac *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in kvm_arch_init_vm() 1368 vcpu->arch.sie_block->cbrlo = get_zeroed_page(GFP_KERNEL); in kvm_s390_vcpu_setup_cmma() 1446 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL); in kvm_arch_vcpu_create()
|
/linux-4.4.14/fs/bfs/ |
D | inode.c | 303 char *tmpbuf = (char *)get_zeroed_page(GFP_KERNEL); in bfs_dump_imap()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe.c | 710 page = get_zeroed_page(GFP_KERNEL); in xenstored_local_init()
|
/linux-4.4.14/drivers/char/xilinx_hwicap/ |
D | xilinx_hwicap.c | 384 kbuf = (u32 *) get_zeroed_page(GFP_KERNEL); in hwicap_read()
|
/linux-4.4.14/drivers/dma/sh/ |
D | rcar-dmac.c | 472 page = (void *)get_zeroed_page(gfp); in rcar_dmac_desc_alloc() 603 page = (void *)get_zeroed_page(gfp); in rcar_dmac_xfer_chunk_alloc()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | device.c | 145 inuse = (unsigned long *) get_zeroed_page(GFP_KERNEL); in alloc_name()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | irq_64.c | 1040 page = get_zeroed_page(GFP_KERNEL); in init_cpu_send_mondo_info()
|
D | pci_sun4v.c | 941 unsigned long page = get_zeroed_page(GFP_KERNEL); in pci_sun4v_probe()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | debugfs.c | 594 buf = (char *)get_zeroed_page(GFP_KERNEL); in b43_debugfs_write()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-dbg.c | 685 buf->page = (char *)get_zeroed_page(GFP_KERNEL); in fill_buffer()
|
/linux-4.4.14/drivers/spi/ |
D | spi-ep93xx.c | 803 espi->zeropage = (void *)get_zeroed_page(GFP_KERNEL); in ep93xx_spi_setup_dma()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 573 adapter->buffer_list_addr = (void*) get_zeroed_page(GFP_KERNEL); in ibmveth_open() 574 adapter->filter_list_addr = (void*) get_zeroed_page(GFP_KERNEL); in ibmveth_open()
|
/linux-4.4.14/drivers/extcon/ |
D | extcon.c | 296 prop_buf = (char *)get_zeroed_page(GFP_ATOMIC); in extcon_update_state()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 1111 priv->sndbuf = (void *) get_zeroed_page(GFP_KERNEL); in hvc_iucv_alloc()
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 1542 txs = (struct xen_netif_tx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); in setup_netfront() 1556 rxs = (struct xen_netif_rx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); in setup_netfront()
|
/linux-4.4.14/fs/ |
D | libfs.c | 703 ar = (struct simple_transaction_argresp *)get_zeroed_page(GFP_KERNEL); in simple_transaction_get()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_qp.c | 88 unsigned long page = get_zeroed_page(GFP_KERNEL); in get_map_page()
|
/linux-4.4.14/sound/drivers/ |
D | dummy.c | 636 dummy_page[i] = (void *)get_zeroed_page(GFP_KERNEL); in alloc_fake_buffer()
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 1311 vaddr = get_zeroed_page(GFP_KERNEL); in mon_alloc_buff()
|
/linux-4.4.14/drivers/xen/events/ |
D | events_base.c | 135 evtchn_to_irq[row] = (int *)get_zeroed_page(GFP_KERNEL); in set_evtchn_to_irq()
|
/linux-4.4.14/drivers/dma/ |
D | nbpfaxi.c | 662 struct nbpf_desc_page *dpage = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in nbpf_desc_page_alloc()
|
/linux-4.4.14/fs/affs/ |
D | file.c | 55 char *ptr = (char *)get_zeroed_page(GFP_NOFS); in affs_grow_extcache()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 106 unsigned long page = get_zeroed_page(gfp); in get_map_page()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 1303 p = get_zeroed_page(GFP_KERNEL); in cs_char_open()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_driver.c | 325 mem = (void *)get_zeroed_page(GFP_KERNEL); in jpg_fbuffer_alloc() 356 mem = (void *)get_zeroed_page(GFP_KERNEL); in jpg_fbuffer_alloc()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 904 ip->rxr = (unsigned long *) get_zeroed_page(GFP_ATOMIC); in ioc3_alloc_rings()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mr.c | 895 pas = (__be64 *)get_zeroed_page(GFP_ATOMIC); in mlx5_ib_update_mtt()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.c | 775 rhte = (struct sisl_rht_entry *)get_zeroed_page(GFP_KERNEL); in create_context()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qp.c | 123 unsigned long page = get_zeroed_page(GFP_KERNEL); in get_map_page()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_logmgr.c | 1840 buffer = (char *) get_zeroed_page(GFP_KERNEL); in lbmLogInit()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoecmd.c | 1753 p = (void *) get_zeroed_page(GFP_KERNEL | __GFP_REPEAT); in aoecmd_init()
|
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 711 stat->pages = (void *)get_zeroed_page(GFP_KERNEL); in ftrace_profile_pages_init() 733 pg->next = (void *)get_zeroed_page(GFP_KERNEL); in ftrace_profile_pages_init()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 345 queue->msgs = (struct viosrp_crq *)get_zeroed_page(GFP_KERNEL); in ibmvscsi_init_crq_queue()
|
D | ibmvfc.c | 4516 crq->msgs = (struct ibmvfc_crq *)get_zeroed_page(GFP_KERNEL); in ibmvfc_init_crq() 4610 async_q->msgs = (struct ibmvfc_async_crq *)get_zeroed_page(GFP_KERNEL); in ibmvfc_alloc_mem()
|
/linux-4.4.14/arch/x86/kvm/ |
D | lapic.c | 1793 apic->regs = (void *)get_zeroed_page(GFP_KERNEL); in kvm_create_lapic()
|
D | mmu.c | 3209 lm_root = (void*)get_zeroed_page(GFP_KERNEL); in mmu_alloc_shadow_roots()
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 3297 unsigned long get_zeroed_page(gfp_t gfp_mask) in get_zeroed_page() function 3301 EXPORT_SYMBOL(get_zeroed_page);
|
D | slub.c | 5282 buffer = (char *) get_zeroed_page(GFP_KERNEL); in memcg_propagate_slab_attrs()
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_core.c | 155 page = get_zeroed_page(GFP_KERNEL); in uart_port_startup()
|
D | crisv10.c | 2596 xmit_page = get_zeroed_page(GFP_KERNEL); in startup()
|
/linux-4.4.14/drivers/atm/ |
D | eni.c | 908 eni_dev->rx_map = (struct atm_vcc **) get_zeroed_page(GFP_KERNEL); in start_rx()
|
D | lanai.c | 1448 lanai->vccs = (struct lanai_vcc **) get_zeroed_page(GFP_KERNEL); in vcc_table_allocate()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 584 otheropts = (char *)get_zeroed_page(GFP_KERNEL); in smack_sb_copy_data()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1280 info->tx_buf = (unsigned char *)get_zeroed_page(GFP_KERNEL); in startup()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 3034 char *buf = (char *) get_zeroed_page(GFP_NOFS); in ext4_calculate_overhead()
|
/linux-4.4.14/net/netfilter/ |
D | nf_tables_api.c | 2414 inuse = (unsigned long *)get_zeroed_page(GFP_KERNEL); in nf_tables_set_alloc_name()
|
/linux-4.4.14/net/core/ |
D | dev.c | 1040 inuse = (unsigned long *) get_zeroed_page(GFP_ATOMIC); in __dev_alloc_name()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | main.c | 6326 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL); in wlcore_alloc_hw()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_main.c | 3164 unsigned long info = get_zeroed_page(GFP_KERNEL); in qeth_get_trap_id()
|