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

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c229 #define alloc_pages(var, np) do { \ macro
236 alloc_pages((var).pv_pa, (np)); \
283 alloc_pages(minidataclean.pv_pa, 1);
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c167 alloc_pages((var).pv_pa, (np)); \
170 #define alloc_pages(var, np) \ macro
208 alloc_pages(minidataclean.pv_pa, 1);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h103 alloc_pages(gfp_t flags, unsigned int order) function
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c180 alloc_pages((var).pv_va, (np)); \
183 #define alloc_pages(var, np) \ macro
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c180 alloc_pages((var).pv_pa, (np)); \
183 #define alloc_pages(var, np) \ macro
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c461 alloc_pages((var).pv_va, (np)); \
464 #define alloc_pages(var, np) \ macro
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c105 page = alloc_pages(gfp_mask, order);
/freebsd-11-stable/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.c547 bktr->alloc_pages = BROOKTREE_ALLOC_PAGES;
550 bktr->alloc_pages = 0;
889 if ((u_int) bktr->alloc_pages * PAGE_SIZE
1785 if ((int) temp > bktr->alloc_pages
1806 (bktr->alloc_pages * PAGE_SIZE),
1811 bktr->alloc_pages = temp;
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c870 alloc_pages((var).pv_va, (np)); \
873 #define alloc_pages(var, np) \ macro
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c652 #define alloc_pages(var, np) \ macro
658 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE);
662 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.c114 page = alloc_pages(gfp_mask | __GFP_ZERO, order);
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c807 #define alloc_pages(var, np) \ macro
813 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE);
817 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE);

Completed in 204 milliseconds