Home
last modified time | relevance | path

Searched refs:rb_start (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/cardbus/
H A Drbus.c62 return rbus_space_alloc_subregion(rbt, rbt->rb_start, rbt->rb_end, in rbus_space_alloc()
210 if (start < parent->rb_start || end > parent->rb_end) { in rbus_new_body()
227 rb->rb_start = start; in rbus_new_body()
H A Drbus.h84 bus_addr_t rb_start; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c2730 unsigned long rb_start, unsigned long rb_len) in command_scan() argument
2737 gma_head = rb_start + rb_head; in command_scan()
2738 gma_tail = rb_start + rb_tail; in command_scan()
2739 gma_bottom = rb_start + rb_len; in command_scan()
2743 if (!(s->ip_gma >= rb_start) || in command_scan()
2747 s->ip_gma, rb_start, in command_scan()
2755 s->ip_gma, rb_start, in command_scan()
2779 if (WARN_ON(!IS_ALIGNED(workload->rb_start, I915_GTT_PAGE_SIZE))) in scan_workload()
2782 gma_head = workload->rb_start + workload->rb_head; in scan_workload()
2783 gma_tail = workload->rb_start + workload->rb_tail; in scan_workload()
[all …]
H A Dscheduler.h104 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
H A Dexeclist.h137 struct execlist_mmio_pair rb_start; member
H A Dscheduler.c580 vgpu_vreg_t(vgpu, RING_START(ring_base)) = workload->rb_start; in update_vreg_in_ctx()
1511 RING_CTX_OFF(rb_start.val), &start, 4); in intel_vgpu_create_workload()
1533 workload->rb_start = start; in intel_vgpu_create_workload()