/openbmc/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 | 167 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 175 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 183 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable() 191 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | chsc_sch.c | 296 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start() 344 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set() 396 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync() 442 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path() 504 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu() 567 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu() 629 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info() 700 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list() 760 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd() 800 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
|
/openbmc/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() 661 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read() 728 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_rdeeprom_read() 829 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_hscfg_read()
|
/openbmc/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 | GFP_DMA); in __hypfs_sprp_ioctl()
|
/openbmc/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()
|
/openbmc/linux/drivers/s390/char/ |
H 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()
|
H A D | sclp_cmd.c | 198 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage() 253 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage() 536 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure() 610 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()
|
H A D | sclp_config.c | 100 sccb = (struct sclp_ofb_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ofb_send_req()
|
/openbmc/linux/drivers/hv/ |
H A D | hv.c | 126 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc() 149 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc() 156 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | ioremap.c | 39 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in pte_alloc_one_kernel()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgalloc.h | 46 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgalloc.h | 63 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
|
/openbmc/linux/arch/sh/kernel/vsyscall/ |
H A D | vsyscall.c | 42 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
|
/openbmc/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()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 283 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show() 423 info = (void *) get_zeroed_page(GFP_KERNEL); in s390_adjust_jiffies() 483 file->private_data = (void *) get_zeroed_page(GFP_KERNEL); \
|
/openbmc/linux/arch/nios2/mm/ |
H A D | init.c | 91 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_kuser_page()
|
/openbmc/linux/arch/sh/boards/mach-hp6xx/ |
H A D | pm.c | 69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | guest.c | 98 le = (struct sg_list *)get_zeroed_page(GFP_KERNEL); in guest_collect_vpd() 105 vpd_buf[i] = (unsigned long *)get_zeroed_page(GFP_KERNEL); in guest_collect_vpd() 430 cr = get_zeroed_page(GFP_KERNEL); in _guest_afu_cr_readXX() 533 get_zeroed_page(GFP_KERNEL))) in attach_afu_directed() 686 tbuf = (void *) get_zeroed_page(GFP_KERNEL); in guest_afu_read_err_buffer()
|
/openbmc/linux/fs/ocfs2/dlm/ |
H 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()
|
/openbmc/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 …]
|