Home
last modified time | relevance | path

Searched refs:trace_hw_component_mask (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_debugfs.c43 u64 trace_hw_component_mask; in fw_trace_capability_show() local
48 &trace_hw_component_mask); in fw_trace_capability_show()
52 "trace_hw_component_mask: %#18llx\n", in fw_trace_capability_show()
53 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show()
68 u64 trace_hw_component_mask = vdev->fw->trace_hw_component_mask; in fw_trace_config_show() local
73 "trace_hw_component_mask: %#18llx\n", in fw_trace_config_show()
74 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show()
169 fw->trace_hw_component_mask); in fw_trace_destination_mask_fops_write()
186 u64 trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write() local
[all...]
H A Divpu_jsm_msg.c132 u64 *trace_hw_component_mask) in ivpu_jsm_trace_get_capability()
146 *trace_hw_component_mask = resp.payload.trace_capability.trace_hw_component_mask; in ivpu_jsm_trace_get_capability()
152 u64 trace_hw_component_mask) in ivpu_jsm_trace_set_config()
160 req.payload.trace_config.trace_hw_component_mask = trace_hw_component_mask; in ivpu_jsm_trace_set_config()
131 ivpu_jsm_trace_get_capability(struct ivpu_device *vdev, u32 *trace_destination_mask, u64 *trace_hw_component_mask) ivpu_jsm_trace_get_capability() argument
151 ivpu_jsm_trace_set_config(struct ivpu_device *vdev, u32 trace_level, u32 trace_destination_mask, u64 trace_hw_component_mask) ivpu_jsm_trace_set_config() argument
H A Divpu_jsm_msg.h19 u64 *trace_hw_component_mask);
21 u64 trace_hw_component_mask);
H A Divpu_fw.h29 u64 trace_hw_component_mask; member
H A Divpu_fw.c183 fw->trace_hw_component_mask = -1; in ivpu_fw_parse()
415 ivpu_dbg(vdev, FW_BOOT, "boot_params.trace_hw_component_mask = 0x%llx\n", in ivpu_fw_boot_params_print()
416 boot_params->trace_hw_component_mask); in ivpu_fw_boot_params_print()
487 boot_params->trace_hw_component_mask = vdev->fw->trace_hw_component_mask; in ivpu_fw_boot_params_setup()
H A Dvpu_jsm_api.h731 u64 trace_hw_component_mask; member
741 u64 trace_hw_component_mask; /**< Bitmask of supported loggable HW components. */ member
H A Dvpu_boot_api.h241 u64 trace_hw_component_mask; member

Completed in 5 milliseconds