Home
last modified time | relevance | path

Searched defs:intel_ring (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h76095 struct intel_ring { struct
76096 struct kref ref;
76097 struct i915_vma *vma;
76098 void *vaddr;
76099 atomic_t pin_count;
76100 u32 head;
76101 u32 tail;
76102 u32 emit;
76103 u32 space;
76104 u32 size;
[all …]
Dvmlinux.h76095 struct intel_ring { struct
76096 struct kref ref;
76097 struct i915_vma *vma;
76098 void *vaddr;
76099 atomic_t pin_count;
76100 u32 head;
76101 u32 tail;
76102 u32 emit;
76103 u32 space;
76104 u32 size;
[all …]