/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A D | core.c | 19 #include <linux/stm.h> 23 #include "stm.h" 25 #include <uapi/linux/stm.h> 40 struct stm_device *stm = to_stm_device(dev); in masters_show() local 43 ret = sprintf(buf, "%u %u\n", stm->data->sw_start, stm->data->sw_end); in masters_show() 54 struct stm_device *stm = to_stm_device(dev); in channels_show() local 57 ret = sprintf(buf, "%u\n", stm->data->sw_nchannels); in channels_show() 68 struct stm_device *stm = to_stm_device(dev); in hw_override_show() local 71 ret = sprintf(buf, "%u\n", stm in hw_override_show() 85 ATTRIBUTE_GROUPS(stm); global() variable 106 struct stm_device *stm; stm_find_device() local 133 stm_put_device(struct stm_device *stm) stm_put_device() argument 151 stm_master(struct stm_device *stm, unsigned int idx) stm_master() argument 159 stp_master_alloc(struct stm_device *stm, unsigned int idx) stp_master_alloc() argument 175 stp_master_free(struct stm_device *stm, unsigned int idx) stp_master_free() argument 186 stm_output_claim(struct stm_device *stm, struct stm_output *output) stm_output_claim() argument 203 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) stm_output_disclaim() argument 248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument 281 stm_output_assign(struct stm_device *stm, unsigned int width, struct stp_policy_node *policy_node, struct stm_output *output) stm_output_assign() argument 340 stm_output_free(struct stm_device *stm, struct stm_output *output) stm_output_free() argument 523 struct stm_device *stm = stmf->stm; stm_char_release() local 542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, char **ids, unsigned int width) stm_assign_first_policy() argument 602 stm_write(struct stm_device *stm, struct stm_output *output, unsigned int chan, const char *buf, size_t count) stm_write() argument 622 struct stm_device *stm = stmf->stm; stm_char_write() local 672 struct stm_device *stm = stmf->stm; stm_mmap_open() local 680 struct stm_device *stm = stmf->stm; stm_mmap_close() local 694 struct stm_device *stm = stmf->stm; stm_char_mmap() local 727 struct stm_device *stm = stmf->stm; stm_char_policy_set_ioctl() local 847 struct stm_device *stm = to_stm_device(dev); stm_device_release() local 855 struct stm_device *stm; stm_register_device() local 930 struct stm_device *stm = stm_data->stm; stm_unregister_device() local 989 stm_source_link_add(struct stm_source_device *src, struct stm_device *stm) stm_source_link_add() argument 1060 __stm_source_link_drop(struct stm_source_device *src, struct stm_device *stm) __stm_source_link_drop() argument 1123 struct stm_device *stm; stm_source_link_drop() local 1154 struct stm_device *stm; stm_source_link_show() local 1288 struct stm_device *stm; stm_source_write() local [all...] |
H A D | policy.c | 17 #include <linux/stm.h> 18 #include "stm.h" 26 struct stm_device *stm; member 107 struct stm_device *stm; in stp_policy_node_masters_store() local 115 stm = policy_node->policy->stm; in stp_policy_node_masters_store() 116 if (!stm) in stp_policy_node_masters_store() 120 if (first > last || first < stm->data->sw_start || in stp_policy_node_masters_store() 121 last > stm->data->sw_end) { in stp_policy_node_masters_store() 154 struct stm_device *stm; in stp_policy_node_channels_store() local 333 struct stm_device *stm = policy->stm; stp_policy_unbind() local 359 struct stm_device *stm = policy->stm; stp_policy_release() local 394 struct stm_device *stm; stp_policy_make() local 538 stp_policy_node_lookup(struct stm_device *stm, char *s) stp_policy_node_lookup() argument [all...] |
H A D | ftrace.c | 10 #include <linux/stm.h> 39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace); in stm_ftrace_write() local 43 stm_source_write(&stm->data, STM_FTRACE_CHAN + cpu, buf, len); in stm_ftrace_write()
|
H A D | stm.h | 52 stp_policy_node_lookup(struct stm_device *stm, char *s); 72 struct stm_device *stm; member 77 void stm_put_device(struct stm_device *stm);
|
H A D | dummy_stm.c | 3 * A dummy STM device for stm/stm_source class testing. 14 #include <linux/stm.h> 15 #include <uapi/linux/stm.h>
|
/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A D | core.c | 19 #include <linux/stm.h> 23 #include "stm.h" 25 #include <uapi/linux/stm.h> 40 struct stm_device *stm = to_stm_device(dev); in masters_show() local 43 ret = sprintf(buf, "%u %u\n", stm->data->sw_start, stm->data->sw_end); in masters_show() 54 struct stm_device *stm = to_stm_device(dev); in channels_show() local 57 ret = sprintf(buf, "%u\n", stm->data->sw_nchannels); in channels_show() 68 struct stm_device *stm = to_stm_device(dev); in hw_override_show() local 71 ret = sprintf(buf, "%u\n", stm in hw_override_show() 85 ATTRIBUTE_GROUPS(stm); global() variable 106 struct stm_device *stm; stm_find_device() local 133 stm_put_device(struct stm_device *stm) stm_put_device() argument 151 stm_master(struct stm_device *stm, unsigned int idx) stm_master() argument 159 stp_master_alloc(struct stm_device *stm, unsigned int idx) stp_master_alloc() argument 175 stp_master_free(struct stm_device *stm, unsigned int idx) stp_master_free() argument 186 stm_output_claim(struct stm_device *stm, struct stm_output *output) stm_output_claim() argument 203 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) stm_output_disclaim() argument 248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument 281 stm_output_assign(struct stm_device *stm, unsigned int width, struct stp_policy_node *policy_node, struct stm_output *output) stm_output_assign() argument 340 stm_output_free(struct stm_device *stm, struct stm_output *output) stm_output_free() argument 523 struct stm_device *stm = stmf->stm; stm_char_release() local 542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, char **ids, unsigned int width) stm_assign_first_policy() argument 602 stm_write(struct stm_device *stm, struct stm_output *output, unsigned int chan, const char *buf, size_t count) stm_write() argument 622 struct stm_device *stm = stmf->stm; stm_char_write() local 672 struct stm_device *stm = stmf->stm; stm_mmap_open() local 680 struct stm_device *stm = stmf->stm; stm_mmap_close() local 694 struct stm_device *stm = stmf->stm; stm_char_mmap() local 727 struct stm_device *stm = stmf->stm; stm_char_policy_set_ioctl() local 847 struct stm_device *stm = to_stm_device(dev); stm_device_release() local 855 struct stm_device *stm; stm_register_device() local 930 struct stm_device *stm = stm_data->stm; stm_unregister_device() local 989 stm_source_link_add(struct stm_source_device *src, struct stm_device *stm) stm_source_link_add() argument 1060 __stm_source_link_drop(struct stm_source_device *src, struct stm_device *stm) __stm_source_link_drop() argument 1123 struct stm_device *stm; stm_source_link_drop() local 1154 struct stm_device *stm; stm_source_link_show() local 1288 struct stm_device *stm; stm_source_write() local [all...] |
H A D | policy.c | 17 #include <linux/stm.h> 18 #include "stm.h" 26 struct stm_device *stm; member 102 struct stm_device *stm; in stp_policy_node_masters_store() local 110 stm = policy_node->policy->stm; in stp_policy_node_masters_store() 111 if (!stm) in stp_policy_node_masters_store() 115 if (first > last || first < stm->data->sw_start || in stp_policy_node_masters_store() 116 last > stm->data->sw_end) { in stp_policy_node_masters_store() 149 struct stm_device *stm; in stp_policy_node_channels_store() local 328 struct stm_device *stm = policy->stm; stp_policy_unbind() local 354 struct stm_device *stm = policy->stm; stp_policy_release() local 389 struct stm_device *stm; stp_policy_make() local 533 stp_policy_node_lookup(struct stm_device *stm, char *s) stp_policy_node_lookup() argument [all...] |
H A D | ftrace.c | 10 #include <linux/stm.h> 39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace); in stm_ftrace_write() local 43 stm_source_write(&stm->data, STM_FTRACE_CHAN + cpu, buf, len); in stm_ftrace_write()
|
H A D | stm.h | 52 stp_policy_node_lookup(struct stm_device *stm, char *s); 72 struct stm_device *stm; member 77 void stm_put_device(struct stm_device *stm);
|
H A D | dummy_stm.c | 3 * A dummy STM device for stm/stm_source class testing. 14 #include <linux/stm.h> 15 #include <uapi/linux/stm.h>
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | sth.c | 16 #include <linux/stm.h> 26 struct stm_data stm; member 35 return &sw_map[(master - sth->stm.sw_start) * sth->stm.sw_nchannels + in sth_channel() 70 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_packet() 145 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_mmio_addr() 148 master -= sth->stm.sw_start; in sth_stm_mmio_addr() 149 addr = sth->channels_phys + (master * sth->stm.sw_nchannels + channel) * in sth_stm_mmio_addr() 162 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_link() 172 sth->stm in intel_th_sw_init() [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | sth.c | 16 #include <linux/stm.h> 26 struct stm_data stm; member 35 return &sw_map[(master - sth->stm.sw_start) * sth->stm.sw_nchannels + in sth_channel() 70 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_packet() 145 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_mmio_addr() 148 master -= sth->stm.sw_start; in sth_stm_mmio_addr() 149 addr = sth->channels_phys + (master * sth->stm.sw_nchannels + channel) * in sth_stm_mmio_addr() 162 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_link() 172 sth->stm in intel_th_sw_init() [all...] |
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_strp.c | 73 skb = tls_strp_skb_copy(strp, strp->anchor, strp->stm.offset, in tls_strp_msg_make_copy() 74 strp->stm.full_len); in tls_strp_msg_make_copy() 134 tcp_read_done(strp->sk, strp->stm.full_len); in tls_strp_msg_cow() 164 offset = strp->stm.offset; in tls_strp_msg_hold() 165 len = strp->stm.full_len; in tls_strp_msg_hold() 221 if (!strp->stm.full_len) { in tls_strp_copyin_frag() 253 strp->stm.full_len = sz; in tls_strp_copyin_frag() 254 if (!strp->stm.full_len) in tls_strp_copyin_frag() 259 while (len && strp->stm.full_len > skb->len) { in tls_strp_copyin_frag() 260 chunk = min_t(size_t, len, strp->stm in tls_strp_copyin_frag() [all...] |
/kernel/linux/linux-5.10/net/strparser/ |
H A D | strparser.c | 94 struct _strp_msg *stm; in __strp_recv() local 186 stm = _strp_msg(head); in __strp_recv() 187 memset(stm, 0, sizeof(*stm)); in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 202 stm = _strp_msg(head); in __strp_recv() 210 if (!stm->strp.full_len) { in __strp_recv() 217 if (!stm->accum_len) { in __strp_recv() 221 stm->accum_len += cand_len; in __strp_recv() 227 if (len == -ESTRPIPE && stm in __strp_recv() [all...] |
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 94 struct _strp_msg *stm; in __strp_recv() local 186 stm = _strp_msg(head); in __strp_recv() 187 memset(stm, 0, sizeof(*stm)); in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 202 stm = _strp_msg(head); in __strp_recv() 210 if (!stm->strp.full_len) { in __strp_recv() 217 if (!stm->accum_len) { in __strp_recv() 221 stm->accum_len += cand_len; in __strp_recv() 227 if (len == -ESTRPIPE && stm in __strp_recv() [all...] |
/kernel/liteos_m/arch/csky/v2/gcc/ |
H A D | los_exc.S | 43 stm r0-r15, (sp) 46 stm r16-r31, (r0) 65 stm r0-r15, (sp) 67 stm r16-r31, (r0) 93 stm r0-r15, (sp) 113 stm r0-r15, (sp)
|
H A D | los_dispatch.S | 81 stm r0-r13, (sp) 84 stm r16-r31, (r0) 148 stm r0-r13, (sp)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/ |
H A D | Makefile | 2 stm-drm-y := \ 6 obj-$(CONFIG_DRM_STM_DSI) += dw_mipi_dsi-stm.o 8 obj-$(CONFIG_DRM_STM) += stm-drm.o
|
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/ |
H A D | Makefile | 2 stm-drm-y := \ 6 obj-$(CONFIG_DRM_STM_DSI) += dw_mipi_dsi-stm.o 8 obj-$(CONFIG_DRM_STM) += stm-drm.o
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 24 #include <linux/coresight-stm.h> 31 #include <linux/stm.h> 111 DEFINE_CORESIGHT_DEVLIST(stm_devs, "stm"); 120 * @stm: structure associated to the generic STM interface. 137 struct stm_data stm; member 339 struct stm_drvdata, stm); in stm_generic_link() 350 struct stm_drvdata, stm); in stm_generic_unlink() 362 struct stm_drvdata, stm); in stm_mmio_addr() 381 struct stm_drvdata, stm); in stm_generic_set_options() 414 struct stm_drvdata, stm); in stm_generic_packet() [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 24 #include <linux/coresight-stm.h> 31 #include <linux/stm.h> 112 DEFINE_CORESIGHT_DEVLIST(stm_devs, "stm"); 121 * @stm: structure associated to the generic STM interface. 138 struct stm_data stm; member 333 struct stm_drvdata, stm); in stm_generic_link() 344 struct stm_drvdata, stm); in stm_generic_unlink() 356 struct stm_drvdata, stm); in stm_mmio_addr() 375 struct stm_drvdata, stm); in stm_generic_set_options() 408 struct stm_drvdata, stm); in stm_generic_packet() [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() 79 jiffies_to_clock_t(jiffies - stm->firstuse) : 0; 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() 90 jiffies_to_clock_t(jiffies - stm->firstuse) : 0; in tcf_tm_dump() 91 dtm->expires = jiffies_to_clock_t(stm->expires); in tcf_tm_dump()
|
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/ |
H A D | entry.h | 52 stm r4-r13, (sp) 55 stm r16-r30, (sp) 122 stm r4-r13, (sp) 125 stm r16-r30, (sp) 163 stm r4-r11, (sp)
|
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/ |
H A D | entry.h | 54 stm r4-r13, (sp) 57 stm r16-r30, (sp) 124 stm r4-r13, (sp) 127 stm r16-r30, (sp) 165 stm r4-r11, (sp)
|