Searched refs:mux_regs (Results 1 – 4 of 4) sorted by relevance
3656 uint32_t mux_regs[] = { 0x9888 /* NOA_WRITE */, 0x0 }; in test_invalid_create_userspace_config() local3666 config.mux_regs_ptr = to_user_pointer(mux_regs); in test_invalid_create_userspace_config()3684 config.mux_regs_ptr = to_user_pointer(mux_regs); in test_invalid_create_userspace_config()3716 uint32_t mux_regs[] = { 0x9888 /* NOA_WRITE */, 0x0 }; in test_invalid_remove_userspace_config() local3733 config.mux_regs_ptr = to_user_pointer(mux_regs); in test_invalid_remove_userspace_config()3758 uint32_t mux_regs[] = { 0x9888 /* NOA_WRITE */, 0x0 }; in test_create_destroy_userspace_config() local3792 config.mux_regs_ptr = to_user_pointer(mux_regs); in test_create_destroy_userspace_config()3845 uint32_t mux_regs[200]; in test_whitelisted_registers_userspace_config() local3900 mux_regs[i++] = 0x9800; in test_whitelisted_registers_userspace_config()3901 mux_regs[i++] = 0; in test_whitelisted_registers_userspace_config()[all …]
43281 static const struct gen_perf_query_register_prog mux_regs[] = { in hsw_register_render_basic_counter_query() local43343 query->config.mux_regs = mux_regs; in hsw_register_render_basic_counter_query()43344 query->config.n_mux_regs = ARRAY_SIZE(mux_regs); in hsw_register_render_basic_counter_query()44205 static const struct gen_perf_query_register_prog mux_regs[] = { in hsw_register_compute_basic_counter_query() local44240 query->config.mux_regs = mux_regs; in hsw_register_compute_basic_counter_query()44241 query->config.n_mux_regs = ARRAY_SIZE(mux_regs); in hsw_register_compute_basic_counter_query()44898 static const struct gen_perf_query_register_prog mux_regs[] = { in hsw_register_compute_extended_counter_query() local44916 query->config.mux_regs = mux_regs; in hsw_register_compute_extended_counter_query()44917 query->config.n_mux_regs = ARRAY_SIZE(mux_regs); in hsw_register_compute_extended_counter_query()45218 static const struct gen_perf_query_register_prog mux_regs[] = { in hsw_register_memory_reads_counter_query() local[all …]
331 i915_config.mux_regs_ptr = to_const_user_pointer(config->mux_regs); in i915_add_config()800 … config->mux_regs = rzalloc_array(config, struct gen_perf_query_register_prog, config->n_mux_regs); in gen_perf_load_configuration()809 i915_config.mux_regs_ptr = to_const_user_pointer(config->mux_regs); in gen_perf_load_configuration()835 if (config->mux_regs) { in gen_perf_store_configuration()836 _mesa_sha1_update(&sha1_ctx, config->mux_regs, in gen_perf_store_configuration()837 sizeof(config->mux_regs[0]) * in gen_perf_store_configuration()
196 const struct gen_perf_query_register_prog *mux_regs; member