OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vmalloc
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/external/bsd/drm2/include/asm/
io.h
39
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/include/linux/
vmalloc.h
1
/* $NetBSD:
vmalloc
.h,v 1.12 2022/02/26 15:57:22 rillig Exp $ */
47
* XXX
vmalloc
and kvmalloc both use kmalloc. If you change that, be
48
* sure to update this so kvfree in <linux/mm.h> still works on
vmalloc
59
vmalloc
(unsigned long size)
function in typeref:typename:void *
/src/sys/external/bsd/drm2/dist/drm/
drm_memory.c
44
#include <linux/
vmalloc
.h>
94
/* note: use
vmalloc
() because num_pages could be large... */
95
page_map =
vmalloc
(array_size(num_pages, sizeof(struct page *)));
drm_hashtab.c
45
#include <linux/
vmalloc
.h>
drm_scatter.c
41
#include <linux/
vmalloc
.h>
drm_vm.c
44
#include <linux/
vmalloc
.h>
drm_bufs.c
43
#include <linux/
vmalloc
.h>
drm_fb_helper.c
43
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
os.h
21
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c
47
void *
vmalloc
;
member in struct:vmw_fb_par
174
* This function flushes the dirty regions of the
vmalloc
framebuffer to the
216
* Handle panning when copying from
vmalloc
to framebuffer.
244
src_ptr = (u8 *)par->
vmalloc
+
675
par->
vmalloc
= NULL;
691
par->
vmalloc
= vzalloc(fb_size);
692
if (unlikely(par->
vmalloc
== NULL)) {
714
info->screen_base = (char __iomem *)par->
vmalloc
;
770
vfree(par->
vmalloc
);
798
vfree(par->
vmalloc
);
[
all
...]
vmwgfx_fifo.c
118
fifo->static_buffer =
vmalloc
(fifo->static_buffer_size);
420
fifo_state->dynamic_buffer =
vmalloc
(bytes);
vmwgfx_execbuf.c
3357
sw_context->cmd_bounce =
vmalloc
(sw_context->cmd_bounce_size);
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ast2600-facebook-netbmc-common.dtsi
15
bootargs = "console=ttyS0,9600n8 root=/dev/ram rw
vmalloc
=640M";
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
firmware.c
237
mem =
vmalloc
(info->mmio_size);
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv84_fence.c
150
priv->suspend =
vmalloc
(array_size(sizeof(u32), drm->chan.nr));
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_gart.c
35
#include <linux/
vmalloc
.h>
534
rdev->gart.pages_entry =
vmalloc
(array_size(sizeof(uint64_t),
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shrinker.c
19
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
nouveau_nvkm_engine_falcon.c
126
void *p =
vmalloc
(len);
/src/sys/external/bsd/drm2/dist/drm/vgem/
vgem_drv.c
42
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v11_0.c
31
#include <linux/
vmalloc
.h>
1054
buf =
vmalloc
(sz);
amdgpu_gart.c
35
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c
44
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/via/
via_dmablit.c
45
#include <linux/
vmalloc
.h>
/src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c
17
#include <linux/
vmalloc
.h>
588
nodes =
vmalloc
(array_size(count, sizeof(*nodes)));
Completed in 29 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025