Searched refs:__get_free_page (Results 26 - 50 of 159) sorted by path

1234567

/linux-master/arch/s390/crypto/
H A Ddes_s390.c471 ctrblk = (u8 *) __get_free_page(GFP_KERNEL);
H A Dpaes_s390.c786 ctrblk = (u8 *) __get_free_page(GFP_KERNEL);
H A Dprng.c153 pg = (u8 *) __get_free_page(GFP_KERNEL);
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag_fs.c367 diag224_cpu_names = (char *)__get_free_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/kernel/
H A Dsthyi.c218 sysinfo = (void *)__get_free_page(GFP_KERNEL);
331 diag224_buf = (void *)__get_free_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/kvm/
H A Dpv.c124 sida_addr = (void *)__get_free_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO);
/linux-master/arch/s390/mm/
H A Dcmm.c69 addr = __get_free_page(GFP_NOIO);
78 __get_free_page(GFP_NOIO);
H A Dmaccess.c165 bounce = (void *)__get_free_page(GFP_ATOMIC);
/linux-master/arch/um/kernel/
H A Dmem.c204 pgd_t *pgd = (pgd_t *)__get_free_page(GFP_KERNEL);
/linux-master/arch/x86/hyperv/
H A Divm.c295 __get_free_page(GFP_KERNEL | __GFP_ZERO);
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1352 sp->spt = (void *)__get_free_page(gfp);
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c7127 __get_free_page(GFP_KERNEL);
H A Dsgx.c277 contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL_ACCOUNT);
H A Dvmx.c2923 __get_free_page(GFP_KERNEL_ACCOUNT);
/linux-master/arch/x86/mm/
H A Dpgtable.c823 pmd_sv = (pmd_t *)__get_free_page(GFP_KERNEL);
H A Dpti.c182 unsigned long new_p4d_page = __get_free_page(gfp);
211 unsigned long new_pud_page = __get_free_page(gfp);
225 unsigned long new_pmd_page = __get_free_page(gfp);
261 unsigned long new_pte_page = __get_free_page(gfp);
/linux-master/arch/x86/pci/
H A Dpcbios.c375 page = __get_free_page(GFP_KERNEL);
/linux-master/arch/x86/um/
H A Dldt.c164 __get_free_page(GFP_KERNEL|__GFP_ZERO);
344 page = __get_free_page(GFP_KERNEL|__GFP_ZERO);
/linux-master/arch/x86/xen/
H A Dmmu_pv.c1412 user_pgd = (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO);
H A Dp2m.c189 return (void *)__get_free_page(GFP_KERNEL);
/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h32 return (pgd_t*) __get_free_page(GFP_KERNEL | __GFP_ZERO);
/linux-master/block/partitions/
H A Dcore.c122 state->pp_buf = (char *)__get_free_page(GFP_KERNEL);
/linux-master/crypto/
H A Dskcipher.c369 walk->page = (void *)__get_free_page(gfp);
H A Dtcrypt.c83 buf[i] = (void *)__get_free_page(GFP_KERNEL);
2821 tvmem[i] = (void *)__get_free_page(GFP_KERNEL);
/linux-master/drivers/acpi/
H A Dnvs.c159 entry->data = (void *)__get_free_page(GFP_KERNEL);

Completed in 469 milliseconds

1234567