Home
last modified time | relevance | path

Searched refs:get_zeroed_page (Results 1 – 25 of 151) sorted by relevance

1234567

/Linux-v6.1/arch/x86/kernel/
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()
Dmachine_kexec_64.c139 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
147 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
155 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
163 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
/Linux-v6.1/drivers/s390/cio/
Dchsc_sch.c295 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start()
343 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set()
395 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync()
441 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path()
503 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu()
566 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu()
628 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info()
699 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
759 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd()
799 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
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()
381 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read()
452 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_read()
506 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_read()
653 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read()
717 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_rdeeprom_read()
818 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_hscfg_read()
/Linux-v6.1/arch/s390/hypfs/
Dhypfs_sprp.c53 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-v6.1/drivers/hv/
Dhv.c152 (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-v6.1/drivers/net/wireless/marvell/libertas/
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-v6.1/drivers/s390/char/
Dsclp_pci.c66 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()
Dsclp_cmd.c198 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()
540 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
614 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
Dsclp_ftp.c97 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
254 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
Dsclp_ap.c30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_ap_configure()
Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
Ddiag_ftp.c156 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
Dsclp_config.c100 sccb = (struct sclp_ofb_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ofb_send_req()
/Linux-v6.1/arch/m68k/include/asm/
Dsun3_pgalloc.h46 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
/Linux-v6.1/arch/openrisc/include/asm/
Dpgalloc.h63 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
/Linux-v6.1/arch/sh/kernel/vsyscall/
Dvsyscall.c42 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); in vsyscall_init()
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dsubpage_prot.c238 spm = (u32 **)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
247 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
/Linux-v6.1/arch/um/kernel/skas/
Dmmu.c24 stack = get_zeroed_page(GFP_KERNEL); in init_new_context()
/Linux-v6.1/arch/openrisc/mm/
Dioremap.c121 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in pte_alloc_one_kernel()
/Linux-v6.1/arch/nios2/mm/
Dinit.c91 vpage = get_zeroed_page(GFP_ATOMIC); in alloc_kuser_page()
/Linux-v6.1/include/asm-generic/
Dpgalloc.h156 return (pud_t *)get_zeroed_page(gfp); in __pud_alloc_one()
/Linux-v6.1/arch/s390/kernel/
Dsysinfo.c283 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); \
/Linux-v6.1/arch/sh/boards/mach-hp6xx/
Dpm.c69 vbr_new = get_zeroed_page(GFP_ATOMIC); in pm_enter()
/Linux-v6.1/drivers/misc/cxl/
Dguest.c98 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()

1234567