Searched refs:alloc_pages (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/ofed/include/linux/
H A Dgfp.h111 alloc_pages(gfp_t gfp_mask, unsigned int order) function
124 #define alloc_pages_node(node, mask, order) alloc_pages(mask, order)
/freebsd-10.0-release/sys/arm/sa11x0/
H A Dassabet_machdep.c220 alloc_pages((var).pv_pa, (np)); \
223 #define alloc_pages(var, np) \ macro
232 alloc_pages(sa1_cache_clean_addr, CPU_SA110_CACHE_CLEAN_SIZE / PAGE_SIZE);
/freebsd-10.0-release/sys/arm/xscale/i80321/
H A Dep80219_machdep.c190 alloc_pages((var).pv_pa, (np)); \
193 #define alloc_pages(var, np) \ macro
231 alloc_pages(minidataclean.pv_pa, 1);
H A Diq31244_machdep.c191 alloc_pages((var).pv_pa, (np)); \
194 #define alloc_pages(var, np) \ macro
232 alloc_pages(minidataclean.pv_pa, 1);
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Davila_machdep.c245 #define alloc_pages(var, np) do { \ macro
252 alloc_pages((var).pv_pa, (np)); \
299 alloc_pages(minidataclean.pv_pa, 1);
/freebsd-10.0-release/sys/arm/xscale/pxa/
H A Dpxa_machdep.c172 alloc_pages((var).pv_pa, (np)); \
175 #define alloc_pages(var, np) \ macro
213 alloc_pages(minidataclean.pv_pa, 1);
/freebsd-10.0-release/sys/arm/econa/
H A Decona_machdep.c192 alloc_pages((var).pv_va, (np)); \
195 #define alloc_pages(var, np) \ macro
/freebsd-10.0-release/sys/arm/s3c2xx0/
H A Ds3c24x0_machdep.c242 alloc_pages((var).pv_va, (np)); \
245 #define alloc_pages(var, np) \ macro
/freebsd-10.0-release/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c190 alloc_pages((var).pv_pa, (np)); \
193 #define alloc_pages(var, np) \ macro
/freebsd-10.0-release/sys/arm/at91/
H A Dat91_machdep.c476 alloc_pages((var).pv_va, (np)); \
479 #define alloc_pages(var, np) \ macro
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dicm.c103 page = alloc_pages(gfp_mask, order);
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_os.c818 if (offset >= bktr->alloc_pages * PAGE_SIZE)
1323 if ((vaddr_t)offset >= bktr->alloc_pages * PAGE_SIZE)
H A Dbktr_reg.h569 int alloc_pages; /* number of pages in bigbuf */ member in struct:bktr_softc
H A Dbktr_core.c548 bktr->alloc_pages = BROOKTREE_ALLOC_PAGES;
551 bktr->alloc_pages = 0;
890 if ((u_int) bktr->alloc_pages * PAGE_SIZE
1786 if ((int) temp > bktr->alloc_pages
1807 (bktr->alloc_pages * PAGE_SIZE),
1812 bktr->alloc_pages = temp;
/freebsd-10.0-release/sys/arm/arm/
H A Dmachdep.c1326 alloc_pages((var).pv_va, (np)); \
1329 #define alloc_pages(var, np) \ macro
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c114 page = alloc_pages(gfp_mask | __GFP_ZERO, order);

Completed in 212 milliseconds