Searched refs:dtm (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm-cmn.c | 284 int dtm; member 1394 struct arm_cmn_dtm *dtm = NULL; in arm_cmn_read_dtm() local 1401 if (dtm != &cmn->dtms[dn->dtm]) { in arm_cmn_read_dtm() 1402 dtm = &cmn->dtms[dn->dtm] + hw->dtm_offset; in arm_cmn_read_dtm() 1403 reg = readq_relaxed(dtm->base + offset); in arm_cmn_read_dtm() 1600 int wp_idx, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_val_add_event() local 1602 val->dtm_count[dtm] in arm_cmn_val_add_event() 1648 int wp_idx, wp_cmb, dtm = dn->dtm, sel = hw->filter_sel; arm_cmn_validate_group() local 1772 struct arm_cmn_dtm *dtm = &cmn->dtms[hw->dn[i].dtm] + hw->dtm_offset; arm_cmn_event_clear() local 1824 struct arm_cmn_dtm *dtm = &cmn->dtms[dn->dtm] + hw->dtm_offset; arm_cmn_event_add() local 2031 arm_cmn_init_dtm(struct arm_cmn_dtm *dtm, struct arm_cmn_node *xp, int idx) arm_cmn_init_dtm() argument 2171 struct arm_cmn_dtm *dtm; arm_cmn_discover() local [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | act_api.h | 74 static inline void tcf_tm_dump(struct tcf_t *dtm, const struct tcf_t *stm) in tcf_tm_dump() argument 76 dtm->install = jiffies_to_clock_t(jiffies - stm->install); in tcf_tm_dump() 77 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump() 78 dtm->firstuse = stm->firstuse ? in tcf_tm_dump() 80 dtm->expires = jiffies_to_clock_t(stm->expires); in tcf_tm_dump()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | act_api.h | 85 static inline void tcf_tm_dump(struct tcf_t *dtm, const struct tcf_t *stm) in tcf_tm_dump() argument 87 dtm->install = jiffies_to_clock_t(jiffies - stm->install); in tcf_tm_dump() 88 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump() 89 dtm->firstuse = stm->firstuse ? in tcf_tm_dump() 91 dtm->expires = jiffies_to_clock_t(stm->expires); in tcf_tm_dump()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.h | 144 struct psp_fw_legacy_bin_desc dtm; member
|
H A D | amdgpu_psp.c | 267 /* free dtm shared memory */ in psp_free_shared_bufs() 1828 dev_info(psp->adev->dev, "DTM: optional dtm ta ucode is not available\n"); in psp_dtm_initialize() 2791 DRM_ERROR("Failed to terminate dtm ta\n"); in psp_suspend() 3352 le32_to_cpu(ta_hdr->dtm.fw_version); in parse_ta_v1_microcode() 3354 le32_to_cpu(ta_hdr->dtm.size_bytes); in parse_ta_v1_microcode() 3357 le32_to_cpu(ta_hdr->dtm.offset_bytes); in parse_ta_v1_microcode()
|
Completed in 11 milliseconds