OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmio_attribute
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gvt.h
261
u8 *
mmio_attribute
;
member in struct:intel_gvt_mmio
610
gvt->mmio.
mmio_attribute
[offset >> 2] |= F_ACCESSED;
622
return gvt->mmio.
mmio_attribute
[offset >> 2] & F_CMD_ACCESS;
634
return gvt->mmio.
mmio_attribute
[offset >> 2] & F_UNALIGN;
646
gvt->mmio.
mmio_attribute
[offset >> 2] |= F_CMD_ACCESSED;
661
return gvt->mmio.
mmio_attribute
[offset >> 2] & F_MODE_MASK;
676
return gvt->mmio.
mmio_attribute
[offset >> 2] & F_IN_CTX;
688
gvt->mmio.
mmio_attribute
[offset >> 2] |= F_IN_CTX;
handlers.c
141
gvt->mmio.
mmio_attribute
[info->offset / 4] = flags;
3347
vfree(gvt->mmio.
mmio_attribute
);
3348
gvt->mmio.
mmio_attribute
= NULL;
3376
int size = info->mmio_size / 4 * sizeof(*gvt->mmio.
mmio_attribute
);
3379
gvt->mmio.
mmio_attribute
= vzalloc(size);
3380
if (!gvt->mmio.
mmio_attribute
)
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026