Home
last modified time | relevance | path

Searched defs:gfp (Results 1 – 25 of 25) sorted by relevance

/arch/powerpc/include/asm/
Dpgalloc.h8 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags()
15 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags()
/arch/arm64/mm/
Dpgd.c22 gfp_t gfp = GFP_PGTABLE_USER; in pgd_alloc() local
/arch/x86/mm/
Dpti.c175 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_p4d() local
202 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pmd() local
247 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pte() local
Dpgtable.c222 gfp_t gfp = GFP_PGTABLE_USER; in preallocate_pmds() local
/arch/ia64/kernel/
Ddma-mapping.c12 dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
/arch/m68k/kernel/
Ddma.c41 gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
/arch/sh/kernel/
Ddma-coherent.c13 gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
/arch/x86/include/asm/
Dpgalloc.h92 gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO; in pmd_alloc_one() local
152 gfp_t gfp = GFP_KERNEL_ACCOUNT; in pud_alloc_one() local
192 gfp_t gfp = GFP_KERNEL_ACCOUNT; in p4d_alloc_one() local
/arch/arm/mm/
Ddma-mapping.c47 gfp_t gfp; member
300 gfp_t gfp, int coherent_flag) in __dma_alloc_buffer()
361 gfp_t gfp = GFP_KERNEL | GFP_DMA; in atomic_pool_init() local
482 static void *__alloc_remap_buffer(struct device *dev, size_t size, gfp_t gfp, in __alloc_remap_buffer()
548 int coherent_flag, gfp_t gfp) in __alloc_from_contiguous()
600 static void *__alloc_simple_buffer(struct device *dev, size_t size, gfp_t gfp, in __alloc_simple_buffer()
688 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc()
772 gfp_t gfp, unsigned long attrs) in arm_dma_alloc()
781 dma_addr_t *handle, gfp_t gfp, unsigned long attrs) in arm_coherent_dma_alloc()
1237 gfp_t gfp, unsigned long attrs, in __iommu_alloc_buffer()
[all …]
Ddma-mapping-nommu.c34 dma_addr_t *dma_handle, gfp_t gfp, in arm_nommu_dma_alloc()
/arch/openrisc/kernel/
Ddma.c88 gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
/arch/c6x/mm/
Ddma-coherent.c75 gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
/arch/arm64/include/asm/
Dpgalloc.h24 gfp_t gfp = GFP_PGTABLE_USER; in pmd_alloc_one() local
/arch/x86/events/intel/
Dpt.c612 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc()
701 static int topa_insert_pages(struct pt_buffer *buf, int cpu, gfp_t gfp) in topa_insert_pages()
1150 unsigned long nr_pages, gfp_t gfp) in pt_buffer_init_topa()
/arch/sparc/mm/
Dio-unit.c215 dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) in iounit_alloc()
Diommu.c308 dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) in sbus_iommu_alloc()
/arch/sparc/kernel/
Dioport.c319 gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
Diommu.c198 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4u_alloc_coherent()
Dpci_sun4v.c180 dma_addr_t *dma_addrp, gfp_t gfp, in dma_4v_alloc_coherent()
/arch/x86/kernel/
Dmachine_kexec_64.c666 int arch_kexec_post_alloc_pages(void *vaddr, unsigned int pages, gfp_t gfp) in arch_kexec_post_alloc_pages()
/arch/powerpc/mm/book3s64/
Dpgtable.c292 gfp_t gfp = GFP_KERNEL_ACCOUNT | __GFP_ZERO; in __alloc_for_pmdcache() local
/arch/parisc/kernel/
Dpci-dma.c398 dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
/arch/mips/jazz/
Djazzdma.c564 dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) in jazz_dma_alloc()
/arch/alpha/kernel/
Dpci_iommu.c448 dma_addr_t *dma_addrp, gfp_t gfp, in alpha_pci_alloc_coherent()
/arch/powerpc/perf/
Dhv-24x7.c374 static char *memdup_to_str(char *maybe_str, int max_len, gfp_t gfp) in memdup_to_str()