Home
last modified time | relevance | path

Searched refs:get_zeroed_page (Results 1 – 25 of 104) 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()
/linux/drivers/s390/cio/
H A Dchsc_sch.c295 chsc_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_start()
343 on_close_chsc_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_on_close_set()
395 chsc_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_start_sync()
441 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_info_channel_path()
503 scucd_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_info_cu()
566 sscud_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_info_sch_cu()
628 sci_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_conf_info()
699 sccl_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_conf_comp_list()
759 scpd_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_chpd()
799 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL); in chsc_ioctl_dcal()
/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.c52 data = (void *) get_zeroed_page(GFP_KERNEL); in hypfs_sprp_create()
76 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_cmd.c176 sccb = (struct chp_cfg_sccb *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
239 sccb = (struct chp_info_sccb *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
H A Dsclp_ftp.c96 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
253 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
H A Dsclp_mem.c87 sccb = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage()
133 sccb = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage()
H A Dsclp_con.c297 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_console_init()
/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/openrisc/include/asm/
H A Dpgalloc.h61 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
/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()
175 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt()
213 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt()
243 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l2_pt()
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.c59 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
/linux/drivers/staging/media/ipu7/
H A Dipu7-mmu.c124 void *pt = (void *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in get_dummy_page()
158 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_dummy_l2_pt()
196 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); in alloc_l1_pt()
226 u32 *pt = (u32 *)get_zeroed_page(GFP_ATOMIC | GFP_DMA32); 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/net/ethernet/ibm/ehea/
H A Dehea_main.c356 cb2 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_update_stats()
980 cb0 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_sense_port_attr()
1065 cb4 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_set_portspeed()
1353 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_configure_port()
1728 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_set_mac_addr()
1794 cb7 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_promiscuous()
2098 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid()
2136 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_kill_vid()
2173 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_activate_qp()
2521 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_stop_qps()
[all …]
H A Dehea_qmr.c65 u8 *kpage = (u8 *)get_zeroed_page(GFP_KERNEL); in hw_queue_ctor()
866 pt = (void *)get_zeroed_page(GFP_KERNEL); in ehea_reg_kernel_mr()
978 rblock = (void *)get_zeroed_page(GFP_KERNEL); in ehea_error_data()
/linux/arch/s390/kernel/
H A Dipl.c1314 reipl_block_nss = (void *) get_zeroed_page(GFP_KERNEL); in reipl_nss_init()
1331 reipl_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in reipl_ccw_init()
1356 reipl_block_fcp = (void *) get_zeroed_page(GFP_KERNEL); in reipl_fcp_init()
1412 reipl_block_nvme = (void *) get_zeroed_page(GFP_KERNEL); in reipl_nvme_init()
1471 reipl_block_eckd = (void *)get_zeroed_page(GFP_KERNEL); in reipl_eckd_init()
1807 dump_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in dump_ccw_init()
1829 dump_block_fcp = (void *) get_zeroed_page(GFP_KERNEL); in dump_fcp_init()
1852 dump_block_nvme = (void *) get_zeroed_page(GFP_KERNEL); in dump_nvme_init()
1875 dump_block_eckd = (void *)get_zeroed_page(GFP_KERNEL); in dump_eckd_init()
H A Dperf_cpum_sf.c211 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
268 new = (unsigned long *)get_zeroed_page(gfp_flags); in realloc_sampling_buffer()
330 sfb->sdbt = (unsigned long *)get_zeroed_page(GFP_KERNEL); in alloc_sampling_buffer()
1630 sfb->sdbt = (unsigned long *)get_zeroed_page(GFP_KERNEL); in aux_buffer_setup()
1642 new = (unsigned long *)get_zeroed_page(GFP_KERNEL); in aux_buffer_setup()
/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/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c196 buf_page = (u32 *) get_zeroed_page(GFP_KERNEL); in get_best_energy_list()
/linux/arch/arm64/kernel/
H A Dvdso.c190 vdso_page = get_zeroed_page(GFP_KERNEL); in aarch32_alloc_kuser_vdso_page()
/linux/kernel/liveupdate/
H A Dkexec_handover.c129 void *elm __free(free_page) = (void *)get_zeroed_page(GFP_KERNEL); in xa_load_or_alloc()
365 chunk = (void *)get_zeroed_page(GFP_KERNEL); in new_chunk()
947 chunk = (struct kho_vmalloc_chunk *)get_zeroed_page(GFP_KERNEL); in new_vmalloc_chunk()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c129 array->page_list[p].page = (void **) get_zeroed_page(GFP_ATOMIC); in mthca_array_set()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c127 buf = (char *)get_zeroed_page(GFP_KERNEL); in ice_gnss_read()

12345