target_cmd_index 1316 drivers/gpu/drm/i915/i915_cmd_parser.c u32 target_cmd_offset, target_cmd_index; target_cmd_index 1348 drivers/gpu/drm/i915/i915_cmd_parser.c target_cmd_index = target_cmd_offset / sizeof(u32); target_cmd_index 1352 drivers/gpu/drm/i915/i915_cmd_parser.c if (target_cmd_index == offset) target_cmd_index 1355 drivers/gpu/drm/i915/i915_cmd_parser.c if (ctx->jump_whitelist_cmds <= target_cmd_index) { target_cmd_index 1358 drivers/gpu/drm/i915/i915_cmd_parser.c } else if (!test_bit(target_cmd_index, ctx->jump_whitelist)) {