Home
last modified time | relevance | path

Searched refs:get_zeroed_page (Results 1 - 25 of 299) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmachine_kexec_32.c75 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
76 image->arch.pmd1 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
78 image->arch.pte0 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
79 image->arch.pte1 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()
H A Dmachine_kexec_64.c137 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
145 pud = (pud_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
153 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
161 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in init_transition_pgtable()
/kernel/linux/linux-6.6/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()
H A 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()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc_sch.c330 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start()
378 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set()
430 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync()
476 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path()
538 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu()
601 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu()
663 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info()
734 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
794 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd()
834 sdcal_area = (void *)get_zeroed_page(GFP_KERNE in chsc_ioctl_dcal()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc_sch.c296 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_KERNE in chsc_ioctl_dcal()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c82 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()
398 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_read()
469 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_regrdwr_read()
523 unsigned long page = get_zeroed_page(GFP_KERNEL); in mwifiex_debug_mask_read()
670 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_memrw_read()
734 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_rdeeprom_read()
835 unsigned long addr = get_zeroed_page(GFP_KERNEL); in mwifiex_hscfg_read()
/kernel/linux/linux-6.6/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()
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()
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv.c103 (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
109 hv_cpu->synic_event_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
115 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_cmd.c94 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in _sclp_get_core_info()
197 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage()
252 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage()
571 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
645 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
H A 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()
H A Dsclp_ftp.c94 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
252 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
/kernel/linux/linux-5.10/arch/s390/hypfs/
H A Dhypfs_sprp.c54 data = (void *) get_zeroed_page(GFP_KERNEL); in hypfs_sprp_create()
78 data = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __hypfs_sprp_ioctl()
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/s390/char/
H A 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()
H A 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()
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 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()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv.c126 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()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgalloc.h46 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
/kernel/linux/linux-6.6/arch/openrisc/mm/
H A Dioremap.c39 pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in pte_alloc_one_kernel()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgalloc.h47 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL); in pgd_alloc()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dvdso.c113 page_table = get_zeroed_page(GFP_KERNEL); in vdso_alloc_per_cpu()
114 page_frame = get_zeroed_page(GFP_KERNEL); in vdso_alloc_per_cpu()
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgalloc.h63 return (pgd_t *)get_zeroed_page(GFP_KERNEL);

Completed in 16 milliseconds

12345678910>>...12