| /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()
|
| /linux/drivers/s390/cio/ |
| H A D | chsc_sch.c | 295 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 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 | 52 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 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_cmd.c | 176 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 D | sclp_ftp.c | 96 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 D | sclp_mem.c | 87 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 D | sclp_con.c | 297 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_console_init()
|
| /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/openrisc/include/asm/ |
| H A D | pgalloc.h | 61 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
|
| /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() 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 D | vsyscall.c | 59 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
|
| /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() 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 D | pm.c | 69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_main.c | 356 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 D | ehea_qmr.c | 65 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 D | ipl.c | 1314 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 D | perf_cpum_sf.c | 211 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 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/arch/powerpc/platforms/pseries/ |
| H A D | pseries_energy.c | 196 buf_page = (u32 *) get_zeroed_page(GFP_KERNEL); in get_best_energy_list()
|
| /linux/arch/arm64/kernel/ |
| H A D | vdso.c | 190 vdso_page = get_zeroed_page(GFP_KERNEL); in aarch32_alloc_kuser_vdso_page()
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 129 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 D | mthca_allocator.c | 129 array->page_list[p].page = (void **) get_zeroed_page(GFP_ATOMIC); in mthca_array_set()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_gnss.c | 127 buf = (char *)get_zeroed_page(GFP_KERNEL); in ice_gnss_read()
|