/openbmc/linux/drivers/soundwire/ |
H A D | intel_init.c | 32 struct sdw_intel_ctx *ctx, in intel_link_dev_register() 117 static int sdw_intel_cleanup(struct sdw_intel_ctx *ctx) in sdw_intel_cleanup() 143 struct sdw_intel_ctx *ctx = dev_id; in sdw_intel_thread() local 158 struct sdw_intel_ctx *ctx; in sdw_intel_probe_controller() local 284 sdw_intel_startup_controller(struct sdw_intel_ctx *ctx) in sdw_intel_startup_controller() 346 int sdw_intel_startup(struct sdw_intel_ctx *ctx) in sdw_intel_startup() 357 void sdw_intel_exit(struct sdw_intel_ctx *ctx) in sdw_intel_exit() 366 void sdw_intel_process_wakeen_event(struct sdw_intel_ctx *ctx) in sdw_intel_process_wakeen_event()
|
/openbmc/linux/net/tls/ |
H A D | tls_sw.c | 192 struct tls_sw_context_rx *ctx; in tls_decrypt_done() local 243 static int tls_decrypt_async_wait(struct tls_sw_context_rx *ctx) in tls_decrypt_async_wait() 262 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_do_decryption() local 311 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_trim_both_msgs() local 323 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_alloc_encrypted_msg() local 334 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_clone_plaintext_msg() local 358 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_get_rec() local 398 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_free_open_rec() local 410 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_tx_records() local 468 struct tls_sw_context_tx *ctx; in tls_encrypt_done() local [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context.c | 103 static void lut_close(struct i915_gem_context *ctx) in lut_close() 145 lookup_user_engine(struct i915_gem_context *ctx, in lookup_user_engine() 959 struct i915_gem_context *ctx, in intel_context_set_gem() 1064 struct i915_gem_context *ctx = engines->ctx; in engines_notify() local 1101 static struct i915_gem_engines *default_engines(struct i915_gem_context *ctx, in default_engines() 1184 static struct i915_gem_engines *user_engines(struct i915_gem_context *ctx, in user_engines() 1269 struct i915_gem_context *ctx = container_of(work, typeof(*ctx), in i915_gem_context_release_work() local 1304 struct i915_gem_context *ctx = container_of(ref, typeof(*ctx), ref); in i915_gem_context_release() local 1310 __context_engines_static(const struct i915_gem_context *ctx) in __context_engines_static() 1315 static void __reset_context(struct i915_gem_context *ctx, in __reset_context() [all …]
|
/openbmc/linux/drivers/staging/media/imx/ |
H A D | imx-media-csc-scaler.c | 69 static struct ipu_csc_scaler_q_data *get_q_data(struct ipu_csc_scaler_ctx *ctx, in get_q_data() 84 struct ipu_csc_scaler_ctx *ctx = _ctx; in job_abort() local 92 struct ipu_csc_scaler_ctx *ctx = _ctx; in ipu_ic_pp_complete() local 115 struct ipu_csc_scaler_ctx *ctx = _ctx; in device_run() local 182 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_g_fmt() local 195 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_try_fmt() local 244 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_s_fmt() local 299 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_g_selection() local 337 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_s_selection() local 424 struct ipu_csc_scaler_ctx *ctx = vb2_get_drv_priv(vq); in ipu_csc_scaler_queue_setup() local [all …]
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | bxt-sst.c | 40 static unsigned int bxt_get_errorcode(struct sst_dsp *ctx) in bxt_get_errorcode() 46 bxt_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in bxt_load_library() 94 static int sst_bxt_prepare_fw(struct sst_dsp *ctx, in sst_bxt_prepare_fw() 167 static int sst_transfer_fw_host_dma(struct sst_dsp *ctx) in sst_transfer_fw_host_dma() 181 static int bxt_load_base_firmware(struct sst_dsp *ctx) in bxt_load_base_firmware() 266 static int bxt_d0i3_target_state(struct sst_dsp *ctx) in bxt_d0i3_target_state() 290 struct sst_dsp *ctx = skl->dsp; in bxt_set_dsp_D0i3() local 329 static int bxt_schedule_dsp_D0i3(struct sst_dsp *ctx) in bxt_schedule_dsp_D0i3() 346 static int bxt_set_dsp_D0i0(struct sst_dsp *ctx) in bxt_set_dsp_D0i0() 387 static int bxt_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) in bxt_set_dsp_D0() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 23 static int cpu_set(struct context *ctx, unsigned long offset, u32 v) in cpu_set() 56 static int cpu_get(struct context *ctx, unsigned long offset, u32 *v) in cpu_get() 86 static int gtt_set(struct context *ctx, unsigned long offset, u32 v) in gtt_set() 119 static int gtt_get(struct context *ctx, unsigned long offset, u32 *v) in gtt_get() 152 static int wc_set(struct context *ctx, unsigned long offset, u32 v) in wc_set() 175 static int wc_get(struct context *ctx, unsigned long offset, u32 *v) in wc_get() 196 static int gpu_set(struct context *ctx, unsigned long offset, u32 v) in gpu_set() 254 static bool always_valid(struct context *ctx) in always_valid() 259 static bool needs_fence_registers(struct context *ctx) in needs_fence_registers() 269 static bool needs_mi_store_dword(struct context *ctx) in needs_mi_store_dword() [all …]
|
H A D | mock_context.c | 16 struct i915_gem_context *ctx; in mock_context() local 67 void mock_context_close(struct i915_gem_context *ctx) in mock_context_close() 82 struct i915_gem_context *ctx; in live_context() local 114 struct i915_gem_context *ctx; in live_context_for_engine() local 152 struct i915_gem_context *ctx; in kernel_context() local 177 void kernel_context_close(struct i915_gem_context *ctx) in kernel_context_close()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-visionox-rm69299.c | 32 static int visionox_rm69299_power_on(struct visionox_rm69299 *ctx) in visionox_rm69299_power_on() 55 static int visionox_rm69299_power_off(struct visionox_rm69299 *ctx) in visionox_rm69299_power_off() 64 struct visionox_rm69299 *ctx = panel_to_ctx(panel); in visionox_rm69299_unprepare() local 89 struct visionox_rm69299 *ctx = panel_to_ctx(panel); in visionox_rm69299_prepare() local 168 struct visionox_rm69299 *ctx = panel_to_ctx(panel); in visionox_rm69299_get_modes() local 195 struct visionox_rm69299 *ctx; in visionox_rm69299_probe() local 261 struct visionox_rm69299 *ctx = mipi_dsi_get_drvdata(dsi); in visionox_rm69299_remove() local
|
H A D | panel-leadtek-ltk050h3146w.c | 246 static int ltk050h3146w_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_init_sequence() 335 static int ltk050h3146w_a2_select_page(struct ltk050h3146w *ctx, int page) in ltk050h3146w_a2_select_page() 343 static int ltk050h3146w_a2_write_page(struct ltk050h3146w *ctx, int page, in ltk050h3146w_a2_write_page() 368 static int ltk050h3146w_a2_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_a2_init_sequence() 431 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_unprepare() local 460 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_prepare() local 521 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_get_modes() local 547 struct ltk050h3146w *ctx; in ltk050h3146w_probe() local 610 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_shutdown() local 624 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_remove() local
|
H A D | panel-truly-nt35597.c | 227 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_dcs_write() local 243 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_dcs_write_buf() local 258 static int truly_35597_power_on(struct truly_nt35597 *ctx) in truly_35597_power_on() 288 static int truly_nt35597_power_off(struct truly_nt35597 *ctx) in truly_nt35597_power_off() 313 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_disable() local 331 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_unprepare() local 363 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_prepare() local 424 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_enable() local 444 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_get_modes() local 471 static int truly_nt35597_panel_add(struct truly_nt35597 *ctx) in truly_nt35597_panel_add() [all …]
|
H A D | panel-sony-td4353-jdi.c | 48 static int sony_td4353_jdi_on(struct sony_td4353_jdi *ctx) in sony_td4353_jdi_on() 109 static int sony_td4353_jdi_off(struct sony_td4353_jdi *ctx) in sony_td4353_jdi_off() 140 static void sony_td4353_assert_reset_gpios(struct sony_td4353_jdi *ctx, int mode) in sony_td4353_assert_reset_gpios() 149 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_prepare() local 180 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_unprepare() local 215 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_get_modes() local 245 struct sony_td4353_jdi *ctx; in sony_td4353_jdi_probe() local 300 struct sony_td4353_jdi *ctx = mipi_dsi_get_drvdata(dsi); in sony_td4353_jdi_remove() local
|
/openbmc/linux/drivers/thermal/ |
H A D | khadas_mcu_fan.c | 25 static int khadas_mcu_fan_set_level(struct khadas_mcu_fan_ctx *ctx, in khadas_mcu_fan_set_level() 51 struct khadas_mcu_fan_ctx *ctx = cdev->devdata; in khadas_mcu_fan_get_cur_state() local 62 struct khadas_mcu_fan_ctx *ctx = cdev->devdata; in khadas_mcu_fan_set_cur_state() local 84 struct khadas_mcu_fan_ctx *ctx; in khadas_mcu_fan_probe() local 109 struct khadas_mcu_fan_ctx *ctx = platform_get_drvdata(pdev); in khadas_mcu_fan_shutdown() local 117 struct khadas_mcu_fan_ctx *ctx = dev_get_drvdata(dev); in khadas_mcu_fan_suspend() local 132 struct khadas_mcu_fan_ctx *ctx = dev_get_drvdata(dev); in khadas_mcu_fan_resume() local
|
/openbmc/linux/drivers/media/platform/rockchip/rga/ |
H A D | rga-buf.c | 23 struct rga_ctx *ctx = vb2_get_drv_priv(vq); in rga_queue_setup() local 40 struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in rga_buf_prepare() local 54 struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in rga_buf_queue() local 62 struct rga_ctx *ctx = vb2_get_drv_priv(q); in rga_buf_return_buffers() local 78 struct rga_ctx *ctx = vb2_get_drv_priv(q); in rga_buf_start_streaming() local 93 struct rga_ctx *ctx = vb2_get_drv_priv(q); in rga_buf_stop_streaming() local 115 struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in rga_buf_map() local
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 71 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey() local 93 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt() local 130 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_cbc_setkey() local 152 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt() local 167 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt() local 194 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_init() local 211 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_exit() local 219 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_ctr_setkey_sync() local 238 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt() local 272 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_one() local [all …]
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 42 static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx) in starfive_pka_wait_done() 50 static inline void starfive_pka_irq_mask_clear(struct starfive_cryp_ctx *ctx) in starfive_pka_irq_mask_clear() 87 static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx, in starfive_rsa_montgomery_form() 189 static int starfive_rsa_cpu_start(struct starfive_cryp_ctx *ctx, u32 *result, in starfive_rsa_cpu_start() 265 static int starfive_rsa_start(struct starfive_cryp_ctx *ctx, u8 *result, in starfive_rsa_start() 271 static int starfive_rsa_enc_core(struct starfive_cryp_ctx *ctx, int enc) in starfive_rsa_enc_core() 313 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_enc() local 344 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_dec() local 478 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_setkey() local 529 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_pub_key() local [all …]
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h264.c | 68 static void cedrus_fill_ref_pic(struct cedrus_ctx *ctx, in cedrus_fill_ref_pic() 86 static int cedrus_write_frame_list(struct cedrus_ctx *ctx, in cedrus_write_frame_list() 189 static void _cedrus_write_ref_list(struct cedrus_ctx *ctx, in _cedrus_write_ref_list() 234 static void cedrus_write_ref_list0(struct cedrus_ctx *ctx, in cedrus_write_ref_list0() 245 static void cedrus_write_ref_list1(struct cedrus_ctx *ctx, in cedrus_write_ref_list1() 256 static void cedrus_write_scaling_lists(struct cedrus_ctx *ctx, in cedrus_write_scaling_lists() 280 static void cedrus_write_pred_weight_table(struct cedrus_ctx *ctx, in cedrus_write_pred_weight_table() 341 static void cedrus_set_params(struct cedrus_ctx *ctx, in cedrus_set_params() 484 cedrus_h264_irq_status(struct cedrus_ctx *ctx) in cedrus_h264_irq_status() 499 static void cedrus_h264_irq_clear(struct cedrus_ctx *ctx) in cedrus_h264_irq_clear() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | expr.c | 149 int expr__add_id(struct expr_parse_ctx *ctx, const char *id) in expr__add_id() 155 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val) in expr__add_id_val() 161 int expr__add_id_val_source_count(struct expr_parse_ctx *ctx, const char *id, in expr__add_id_val_source_count() 183 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref() 222 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id() 243 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, in expr__resolve_id() 281 void expr__del_id(struct expr_parse_ctx *ctx, const char *id) in expr__del_id() 293 struct expr_parse_ctx *ctx; in expr__ctx_new() local 308 void expr__ctx_clear(struct expr_parse_ctx *ctx) in expr__ctx_clear() 320 void expr__ctx_free(struct expr_parse_ctx *ctx) in expr__ctx_free() [all …]
|
/openbmc/obmc-console/test/ |
H A D | test-config-resolve-console-id.c | 30 struct config *ctx; in test_independence_cmdline_optarg() local 43 struct config *ctx; in test_independence_config_console_id() local 56 struct config *ctx; in test_independence_config_socket_id() local 73 struct config *ctx; in test_independence_default() local 86 struct config *ctx; in test_precedence_cmdline_optarg() local 100 struct config *ctx; in test_precedence_config_console_id() local
|
/openbmc/linux/crypto/ |
H A D | aria_generic.c | 27 static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, in aria_set_encrypt_key() 150 static void aria_set_decrypt_key(struct aria_ctx *ctx) in aria_set_decrypt_key() 176 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in aria_set_key() local 195 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, in __aria_crypt() 252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt() local 260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt() local 268 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_encrypt() local 275 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_decrypt() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 127 struct iwl_rxon_context *ctx, in iwl_is_ht40_tx_allowed() 147 struct iwl_rxon_context *ctx, in iwl_sta_calc_ht_flags() 193 int iwl_sta_update_ht(struct iwl_priv *priv, struct iwl_rxon_context *ctx, in iwl_sta_update_ht() 221 struct iwl_rxon_context *ctx) in iwl_set_ht_add_station() 237 u8 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, in iwl_prep_station() 324 int iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, in iwl_add_station_common() 549 static void iwl_sta_fill_lq(struct iwl_priv *priv, struct iwl_rxon_context *ctx, in iwl_sta_fill_lq() 608 struct iwl_rxon_context *ctx) in iwl_clear_ucode_stations() 642 void iwl_restore_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx) in iwl_restore_stations() 783 struct iwl_rxon_context *ctx, in is_lq_table_valid() [all …]
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | erst.c | 112 static int erst_exec_load_var1(struct apei_exec_context *ctx, in erst_exec_load_var1() 118 static int erst_exec_load_var2(struct apei_exec_context *ctx, in erst_exec_load_var2() 124 static int erst_exec_store_var1(struct apei_exec_context *ctx, in erst_exec_store_var1() 130 static int erst_exec_add(struct apei_exec_context *ctx, in erst_exec_add() 137 static int erst_exec_subtract(struct apei_exec_context *ctx, in erst_exec_subtract() 144 static int erst_exec_add_value(struct apei_exec_context *ctx, in erst_exec_add_value() 158 static int erst_exec_subtract_value(struct apei_exec_context *ctx, in erst_exec_subtract_value() 172 static int erst_exec_stall(struct apei_exec_context *ctx, in erst_exec_stall() 189 static int erst_exec_stall_while_true(struct apei_exec_context *ctx, in erst_exec_stall_while_true() 219 struct apei_exec_context *ctx, in erst_exec_skip_next_instruction_if_true() [all …]
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 140 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_rx_sg_create() local 203 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_tx_sg_create() local 305 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_req() local 475 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_resp() local 532 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create() local 660 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req() local 897 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash() 948 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done() local 995 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp() local 1051 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create() local [all …]
|
/openbmc/linux/security/selinux/ |
H A D | xfrm.c | 55 static inline int selinux_authorizable_ctx(struct xfrm_sec_ctx *ctx) in selinux_authorizable_ctx() 80 struct xfrm_sec_ctx *ctx = NULL; in selinux_xfrm_alloc_user() local 123 static void selinux_xfrm_free(struct xfrm_sec_ctx *ctx) in selinux_xfrm_free() 135 static int selinux_xfrm_delete(struct xfrm_sec_ctx *ctx) in selinux_xfrm_delete() 151 int selinux_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid) in selinux_xfrm_policy_lookup() 236 struct xfrm_sec_ctx *ctx = x->security; in selinux_xfrm_skb_sid_ingress() local 314 void selinux_xfrm_policy_free(struct xfrm_sec_ctx *ctx) in selinux_xfrm_policy_free() 322 int selinux_xfrm_policy_delete(struct xfrm_sec_ctx *ctx) in selinux_xfrm_policy_delete() 345 struct xfrm_sec_ctx *ctx; in selinux_xfrm_state_alloc_acquire() local 414 struct xfrm_sec_ctx *ctx = x->security; in selinux_xfrm_sock_rcv_skb() local
|
/openbmc/linux/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu.c | 105 int hl_mmu_ctx_init(struct hl_ctx *ctx) in hl_mmu_ctx_init() 144 void hl_mmu_ctx_fini(struct hl_ctx *ctx) in hl_mmu_ctx_fini() 226 int hl_mmu_unmap_page(struct hl_ctx *ctx, u64 virt_addr, u32 page_size, bool flush_pte) in hl_mmu_unmap_page() 292 int hl_mmu_map_page(struct hl_ctx *ctx, u64 virt_addr, u64 phys_addr, u32 page_size, in hl_mmu_map_page() 381 int hl_mmu_map_contiguous(struct hl_ctx *ctx, u64 virt_addr, in hl_mmu_map_contiguous() 442 int hl_mmu_unmap_contiguous(struct hl_ctx *ctx, u64 virt_addr, u32 size) in hl_mmu_unmap_contiguous() 475 static void hl_mmu_pa_page_with_offset(struct hl_ctx *ctx, u64 virt_addr, in hl_mmu_pa_page_with_offset() 531 int hl_mmu_va_to_pa(struct hl_ctx *ctx, u64 virt_addr, u64 *phys_addr) in hl_mmu_va_to_pa() 547 int hl_mmu_get_tlb_info(struct hl_ctx *ctx, u64 virt_addr, in hl_mmu_get_tlb_info() 668 struct hl_ctx *ctx = pfw->ctx; in hl_mmu_prefetch_work_function() local [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caampkc.c | 66 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in rsa_pub_unmap() local 78 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in rsa_priv_f1_unmap() local 90 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in rsa_priv_f2_unmap() local 107 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in rsa_priv_f3_unmap() local 158 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in rsa_priv_f_done() local 253 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in rsa_edesc_alloc() local 381 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in akcipher_do_one_req() local 409 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in set_rsa_pub_pdb() local 454 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in set_rsa_priv_f1_pdb() local 501 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm); in set_rsa_priv_f2_pdb() local [all …]
|