OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_gma
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
trace.h
231
TP_PROTO(u8 vgpu_id, u8 ring_id, u32
ip_gma
, u32 *cmd_va,
235
TP_ARGS(vgpu_id, ring_id,
ip_gma
, cmd_va, cmd_len, buf_type,
241
__field(u32,
ip_gma
)
253
__entry->
ip_gma
=
ip_gma
;
263
TP_printk("vgpu%d ring %d: address_type %u, buf_type %u,
ip_gma
%08x,cmd (name=%s,len=%u,raw cmd=%s), workload=%p\n",
268
__entry->
ip_gma
,
cmd_parser.c
484
unsigned long
ip_gma
;
member in struct:parser_exec_state
722
gvt_dbg_cmd(" %s %s
ip_gma
(%08lx) ",
726
"GTT" : "PPGTT", s->
ip_gma
);
763
if (s->
ip_gma
>= s->ring_head && s->
ip_gma
< ring_top)
764
len = (s->
ip_gma
- s->ring_head);
765
else if (s->
ip_gma
>= s->ring_start &&
766
s->
ip_gma
<= s->ring_tail)
768
(s->
ip_gma
- s->ring_start);
770
len = (s->
ip_gma
- s->ring_head)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025