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

123456

/linux-master/arch/openrisc/mm/
H A Dioremap.c39 pte = (pte_t *)get_zeroed_page(GFP_KERNEL);
/linux-master/arch/m68k/include/asm/
H A Dsun3_pgalloc.h46 new_pgd = (pgd_t *)get_zeroed_page(GFP_KERNEL);
/linux-master/arch/s390/hypfs/
H A Dhypfs_sprp.c53 data = (void *) get_zeroed_page(GFP_KERNEL);
77 data = (void *)get_zeroed_page(GFP_KERNEL);
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.c42 void *syscall_page = (void *)get_zeroed_page(GFP_ATOMIC);
/linux-master/drivers/s390/char/
H A Dsclp_ap.c30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_pci.c66 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
151 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_ftp.c97 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
254 info = get_zeroed_page(GFP_KERNEL);
H A Dsclp_config.c100 sccb = (struct sclp_ofb_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_con.c284 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Ddiag_ftp.c156 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_cmd.c200 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
255 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
561 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
635 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_32.c64 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL);
65 image->arch.pmd1 = (pmd_t *)get_zeroed_page(GFP_KERNEL);
67 image->arch.pte0 = (pte_t *)get_zeroed_page(GFP_KERNEL);
68 image->arch.pte1 = (pte_t *)get_zeroed_page(GFP_KERNEL);
H A Dmachine_kexec_64.c136 p4d = (p4d_t *)get_zeroed_page(GFP_KERNEL);
144 pud = (pud_t *)get_zeroed_page(GFP_KERNEL);
152 pmd = (pmd_t *)get_zeroed_page(GFP_KERNEL);
160 pte = (pte_t *)get_zeroed_page(GFP_KERNEL);
/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h63 return (pgd_t *)get_zeroed_page(GFP_KERNEL);
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c296 chsc_area = (void *)get_zeroed_page(GFP_KERNEL);
344 on_close_chsc_area = (void *)get_zeroed_page(GFP_KERNEL);
396 chsc_area = (void *)get_zeroed_page(GFP_KERNEL);
442 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL);
504 scucd_area = (void *)get_zeroed_page(GFP_KERNEL);
567 sscud_area = (void *)get_zeroed_page(GFP_KERNEL);
629 sci_area = (void *)get_zeroed_page(GFP_KERNEL);
700 sccl_area = (void *)get_zeroed_page(GFP_KERNEL);
760 scpd_area = (void *)get_zeroed_page(GFP_KERNEL);
800 sdcal_area = (void *)get_zeroed_page(GFP_KERNE
[all...]
/linux-master/drivers/hv/
H A Dhv.c126 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC);
149 (void *)get_zeroed_page(GFP_ATOMIC);
156 (void *)get_zeroed_page(GFP_ATOMIC);
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dpm.c69 vbr_new = get_zeroed_page(GFP_ATOMIC);
/linux-master/arch/nios2/mm/
H A Dinit.c91 vpage = get_zeroed_page(GFP_ATOMIC);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c70 unsigned long page = get_zeroed_page(GFP_KERNEL);
171 unsigned long page = get_zeroed_page(GFP_KERNEL);
250 unsigned long page = get_zeroed_page(GFP_KERNEL);
386 unsigned long page = get_zeroed_page(GFP_KERNEL);
460 unsigned long addr = get_zeroed_page(GFP_KERNEL);
514 unsigned long page = get_zeroed_page(GFP_KERNEL);
655 unsigned long addr = get_zeroed_page(GFP_KERNEL);
722 unsigned long addr = get_zeroed_page(GFP_KERNEL);
823 unsigned long addr = get_zeroed_page(GFP_KERNEL);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c38 unsigned long addr = get_zeroed_page(GFP_KERNEL);
99 unsigned long addr = get_zeroed_page(GFP_KERNEL);
168 unsigned long addr = get_zeroed_page(GFP_KERNEL);
231 buf = (char *)get_zeroed_page(GFP_KERNEL);
439 unsigned long addr = get_zeroed_page(GFP_KERNEL);
509 unsigned long addr = get_zeroed_page(GFP_KERNEL);
581 unsigned long addr = get_zeroed_page(GFP_KERNEL);
815 unsigned long addr = get_zeroed_page(GFP_KERNEL);
/linux-master/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c241 spm = (u32 **)get_zeroed_page(GFP_KERNEL);
250 spp = (u32 *)get_zeroed_page(GFP_KERNEL);
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h94 return (p4d_t *)get_zeroed_page(gfp);
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h120 return (p4d_t *)get_zeroed_page(gfp);
/linux-master/drivers/misc/cxl/
H A Dguest.c98 le = (struct sg_list *)get_zeroed_page(GFP_KERNEL);
105 vpd_buf[i] = (unsigned long *)get_zeroed_page(GFP_KERNEL);
430 cr = get_zeroed_page(GFP_KERNEL);
533 get_zeroed_page(GFP_KERNEL)))
686 tbuf = (void *) get_zeroed_page(GFP_KERNEL);

Completed in 273 milliseconds

123456