| /linux/arch/x86/kernel/ |
| 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()
|
| A D | machine_kexec_64.c | 138 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 146 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 154 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 162 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
|
| /linux/drivers/s390/cio/ |
| A D | chsc_sch.c | 300 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start() 348 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set() 400 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync() 446 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path() 508 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu() 571 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu() 633 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info() 704 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list() 764 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd() 804 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | debugfs.c | 82 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_info_read() 183 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_getlog_read() 262 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_histogram_read() 393 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read() 464 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_read() 518 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_read() 665 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read() 729 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_rdeeprom_read() 830 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_hscfg_read()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| 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/arch/s390/hypfs/ |
| 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 | GFP_DMA); in __hypfs_sprp_ioctl()
|
| /linux/drivers/hv/ |
| A D | hv.c | 152 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc() 159 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc() 166 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
|
| /linux/drivers/s390/char/ |
| A D | sclp_pci.c | 66 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure() 151 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_pci_report()
|
| A D | sclp_cmd.c | 199 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage() 254 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage() 541 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure() 615 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
|
| 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()
|
| A D | sclp_ap.c | 30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_ap_configure()
|
| A D | sclp_ctl.c | 66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
|
| /linux/arch/m68k/include/asm/ |
| A D | sun3_pgalloc.h | 46 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
|
| /linux/arch/openrisc/include/asm/ |
| A D | pgalloc.h | 63 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
|
| /linux/arch/powerpc/mm/book3s64/ |
| A D | subpage_prot.c | 247 spm = (u32 **)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3() 256 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
|
| /linux/arch/sh/kernel/vsyscall/ |
| A D | vsyscall.c | 42 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
|
| /linux/arch/um/kernel/skas/ |
| A D | mmu.c | 24 stack = get_zeroed_page(GFP_KERNEL); in init_new_context()
|
| /linux/arch/nios2/mm/ |
| A D | init.c | 92 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_kuser_page()
|
| /linux/arch/openrisc/mm/ |
| A D | ioremap.c | 121 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in pte_alloc_one_kernel()
|
| /linux/arch/s390/kernel/ |
| A D | sysinfo.c | 282 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show() 422 info = (void *) get_zeroed_page(GFP_KERNEL); in s390_adjust_jiffies() 482 file->private_data = (void *) get_zeroed_page(GFP_KERNEL); \
|
| /linux/include/asm-generic/ |
| A D | pgalloc.h | 166 return (pud_t *)get_zeroed_page(gfp); in pud_alloc_one()
|
| /linux/drivers/misc/cxl/ |
| A D | guest.c | 96 le = (struct sg_list *)get_zeroed_page(GFP_KERNEL); in guest_collect_vpd() 103 vpd_buf[i] = (unsigned long *)get_zeroed_page(GFP_KERNEL); in guest_collect_vpd() 428 cr = get_zeroed_page(GFP_KERNEL); in _guest_afu_cr_readXX() 531 get_zeroed_page(GFP_KERNEL))) in attach_afu_directed() 684 tbuf = (void *) get_zeroed_page(GFP_KERNEL); in guest_afu_read_err_buffer()
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_main.c | 353 cb2 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_update_stats() 977 cb0 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_sense_port_attr() 1062 cb4 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_set_portspeed() 1350 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_configure_port() 1725 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_set_mac_addr() 1791 cb7 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_promiscuous() 2095 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid() 2133 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_kill_vid() 2170 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_activate_qp() 2518 cb0 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_stop_qps() [all …]
|
| /linux/arch/sh/boards/mach-hp6xx/ |
| A D | pm.c | 69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
|
| /linux/fs/ocfs2/dlm/ |
| A D | dlmdebug.c | 315 buf = (char *) get_zeroed_page(GFP_ATOMIC); in dlm_print_one_mle() 382 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_purgelist_open() 439 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_mle_open() 830 buf = (char *) get_zeroed_page(GFP_NOFS); in debug_state_open()
|