aux_offset       3358 drivers/gpu/drm/i915/display/intel_display.c 	u32 aux_offset = plane_state->color_plane[1].offset;
aux_offset       3361 drivers/gpu/drm/i915/display/intel_display.c 	while (aux_offset >= main_offset && aux_y <= main_y) {
aux_offset       3367 drivers/gpu/drm/i915/display/intel_display.c 		if (aux_offset == 0)
aux_offset       3372 drivers/gpu/drm/i915/display/intel_display.c 		aux_offset = intel_plane_adjust_aligned_offset(&x, &y, plane_state, 1,
aux_offset       3373 drivers/gpu/drm/i915/display/intel_display.c 							       aux_offset, aux_offset - alignment);
aux_offset       3381 drivers/gpu/drm/i915/display/intel_display.c 	plane_state->color_plane[1].offset = aux_offset;
aux_offset       3399 drivers/gpu/drm/i915/display/intel_display.c 	u32 alignment, offset, aux_offset = plane_state->color_plane[1].offset;
aux_offset       3423 drivers/gpu/drm/i915/display/intel_display.c 	if (offset > aux_offset)
aux_offset       3425 drivers/gpu/drm/i915/display/intel_display.c 							   offset, aux_offset & ~(alignment - 1));
aux_offset         37 drivers/gpu/drm/i915/gt/intel_renderstate.c 	u32 aux_offset;
aux_offset        124 drivers/gpu/drm/i915/gt/intel_renderstate.c 	so->aux_offset = i * sizeof(u32);
aux_offset        154 drivers/gpu/drm/i915/gt/intel_renderstate.c 	so->aux_size = i * sizeof(u32) - so->aux_offset;
aux_offset        155 drivers/gpu/drm/i915/gt/intel_renderstate.c 	so->aux_offset += so->batch_offset;
aux_offset        218 drivers/gpu/drm/i915/gt/intel_renderstate.c 					    so.aux_offset, so.aux_size,
aux_offset         44 drivers/gpu/drm/radeon/radeon_dp_auxch.c static const u32 aux_offset[] =
aux_offset        104 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	tmp = RREG32(AUX_CONTROL + aux_offset[instance]);
aux_offset        110 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_CONTROL + aux_offset[instance], tmp);
aux_offset        113 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_CONTROL + aux_offset[instance],
aux_offset        115 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_CONTROL + aux_offset[instance],
aux_offset        121 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_DATA + aux_offset[instance],
aux_offset        125 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_DATA + aux_offset[instance],
aux_offset        129 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_DATA + aux_offset[instance],
aux_offset        133 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_DATA + aux_offset[instance],
aux_offset        139 drivers/gpu/drm/radeon/radeon_dp_auxch.c 			WREG32(AUX_SW_DATA + aux_offset[instance],
aux_offset        145 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_INTERRUPT_CONTROL + aux_offset[instance], AUX_SW_DONE_ACK);
aux_offset        148 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_CONTROL + aux_offset[instance],
aux_offset        153 drivers/gpu/drm/radeon/radeon_dp_auxch.c 		tmp = RREG32(AUX_SW_STATUS + aux_offset[instance]);
aux_offset        179 drivers/gpu/drm/radeon/radeon_dp_auxch.c 		WREG32(AUX_SW_DATA + aux_offset[instance],
aux_offset        182 drivers/gpu/drm/radeon/radeon_dp_auxch.c 		tmp = RREG32(AUX_SW_DATA + aux_offset[instance]);
aux_offset        186 drivers/gpu/drm/radeon/radeon_dp_auxch.c 			tmp = RREG32(AUX_SW_DATA + aux_offset[instance]);
aux_offset        194 drivers/gpu/drm/radeon/radeon_dp_auxch.c 	WREG32(AUX_SW_INTERRUPT_CONTROL + aux_offset[instance], AUX_SW_DONE_ACK);
aux_offset         20 drivers/staging/media/tegra-vde/uapi.h 	__u32 aux_offset;
aux_offset        578 drivers/staging/media/tegra-vde/vde.c 				      src->aux_offset, csize, SZ_256,
aux_offset        628 include/uapi/linux/perf_event.h 	__u64	aux_offset;
aux_offset       5737 kernel/events/core.c 		u64 aux_offset, aux_size;
aux_offset       5751 kernel/events/core.c 		aux_offset = READ_ONCE(rb->user_page->aux_offset);
aux_offset       5754 kernel/events/core.c 		if (aux_offset < perf_data_size(rb) + PAGE_SIZE)
aux_offset       5757 kernel/events/core.c 		if (aux_offset != vma->vm_pgoff << PAGE_SHIFT)
aux_offset        628 tools/include/uapi/linux/perf_event.h 	__u64	aux_offset;
aux_offset        245 tools/perf/lib/include/perf/event.h 	__u64			 aux_offset;
aux_offset         92 tools/perf/util/auxtrace.c 	pc->aux_offset = mp->offset;
aux_offset        353 tools/perf/util/event.c 		       event->aux.aux_offset, event->aux.aux_size,
aux_offset        626 tools/perf/util/session.c 	event->aux.aux_offset = bswap_64(event->aux.aux_offset);