MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kmem_alloc_contig

Function kmem_alloc_contig

freebsd/vm/vm_kern.c:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333vm_offset_t
334kmem_alloc_contig(vm_size_t size, int flags, vm_paddr_t low, vm_paddr_t high,
335 u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr)
336{
337
338 return (kmem_alloc_contig_domainset(DOMAINSET_RR(), size, flags, low,
339 high, alignment, boundary, memattr));
340}
341
342vm_offset_t
343kmem_alloc_contig_domainset(struct domainset *ds, vm_size_t size, int flags,

Callers 14

jzlcd_allocfbFunction · 0.50
bus_dmamem_allocFunction · 0.50
bounce_bus_dmamem_allocFunction · 0.50
pmap_pinitFunction · 0.50
bus_dmamem_allocFunction · 0.50
a10fb_allocfbFunction · 0.50
sdma_allocFunction · 0.50
boot_firmwareFunction · 0.50
load_fwFunction · 0.50
tegra_pcib_attach_msiFunction · 0.50
dc_init_clientFunction · 0.50
contigmallocFunction · 0.50

Calls 1

Tested by

no test coverage detected