Home
last modified time | relevance | path

Searched refs:dpos (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c187 unsigned int dpos; in TSS_checkhmac1() local
227 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1()
228 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac1()
278 unsigned int dpos; in TSS_checkhmac2() local
321 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2()
322 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac2()
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm1.c194 unsigned int dpos; in TSS_checkhmac1() local
234 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1()
235 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac1()
285 unsigned int dpos; in TSS_checkhmac2() local
328 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2()
329 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac2()
/kernel/linux/linux-5.10/drivers/dma/
H A Dbcm-sba-raid.c1096 u8 pos, dpos = raid6_gflog[scf]; in sba_fillup_pq_single_msg() local
1200 if (dpos == 255) in sba_fillup_pq_single_msg()
1202 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg()
1203 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg()
1227 dpos -= pos; in sba_fillup_pq_single_msg()
1230 while (dpos) { in sba_fillup_pq_single_msg()
1231 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg()
1232 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg()
1254 dpos -= pos; in sba_fillup_pq_single_msg()
/kernel/linux/linux-6.6/drivers/dma/
H A Dbcm-sba-raid.c1088 u8 pos, dpos = raid6_gflog[scf]; in sba_fillup_pq_single_msg() local
1192 if (dpos == 255) in sba_fillup_pq_single_msg()
1194 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg()
1195 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg()
1219 dpos -= pos; in sba_fillup_pq_single_msg()
1222 while (dpos) { in sba_fillup_pq_single_msg()
1223 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg()
1224 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg()
1246 dpos -= pos; in sba_fillup_pq_single_msg()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtgafb.c1060 unsigned long dpos, spos, i, n64; local
1071 dpos = (dy + height) * width;
1075 dpos -= 64;
1078 __raw_writel(dpos, tga_regs+TGA_COPY64_DST);
1083 dpos = dy * width;
1088 __raw_writel(dpos, tga_regs+TGA_COPY64_DST);
1091 dpos += 64;
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dtgafb.c1066 unsigned long dpos, spos, i, n64; local
1077 dpos = (dy + height) * width;
1081 dpos -= 64;
1084 __raw_writel(dpos, tga_regs+TGA_COPY64_DST);
1089 dpos = dy * width;
1094 __raw_writel(dpos, tga_regs+TGA_COPY64_DST);
1097 dpos += 64;
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_uprobe.c80 * @dpos: the struct dyn_event * to use as a loop cursor
82 #define for_each_trace_uprobe(pos, dpos) \
83 for_each_dyn_event(dpos) \
84 if (is_trace_uprobe(dpos) && (pos = to_trace_uprobe(dpos)))
H A Dtrace_kprobe.c77 * @dpos: the struct dyn_event * to use as a loop cursor
79 #define for_each_trace_kprobe(pos, dpos) \
80 for_each_dyn_event(dpos) \
81 if (is_trace_kprobe(dpos) && (pos = to_trace_kprobe(dpos)))
/kernel/linux/linux-5.10/net/ieee802154/
H A Dnl-mac.c1187 struct ieee802154_llsec_device *dpos; in llsec_iter_devkeys() local
1191 list_for_each_entry(dpos, &data->table->devices, list) { in llsec_iter_devkeys()
1197 list_for_each_entry(kpos, &dpos->keys, list) { in llsec_iter_devkeys()
1203 dpos->hwaddr, kpos, in llsec_iter_devkeys()
H A Dnl802154.c1853 struct ieee802154_llsec_device *dpos; in nl802154_dump_llsec_devkey() local
1880 list_for_each_entry(dpos, &table->devices, list) { in nl802154_dump_llsec_devkey()
1881 list_for_each_entry(kpos, &dpos->keys, list) { in nl802154_dump_llsec_devkey()
1888 dpos->hwaddr, in nl802154_dump_llsec_devkey()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_fprobe.c64 * @dpos: the struct dyn_event * to use as a loop cursor
66 #define for_each_trace_fprobe(pos, dpos) \
67 for_each_dyn_event(dpos) \
68 if (is_trace_fprobe(dpos) && (pos = to_trace_fprobe(dpos)))
H A Dtrace_uprobe.c82 * @dpos: the struct dyn_event * to use as a loop cursor
84 #define for_each_trace_uprobe(pos, dpos) \
85 for_each_dyn_event(dpos) \
86 if (is_trace_uprobe(dpos) && (pos = to_trace_uprobe(dpos)))
H A Dtrace_kprobe.c79 * @dpos: the struct dyn_event * to use as a loop cursor
81 #define for_each_trace_kprobe(pos, dpos) \
82 for_each_dyn_event(dpos) \
83 if (is_trace_kprobe(dpos) && (pos = to_trace_kprobe(dpos)))
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnl-mac.c1187 struct ieee802154_llsec_device *dpos; in llsec_iter_devkeys() local
1191 list_for_each_entry(dpos, &data->table->devices, list) { in llsec_iter_devkeys()
1197 list_for_each_entry(kpos, &dpos->keys, list) { in llsec_iter_devkeys()
1203 dpos->hwaddr, kpos, in llsec_iter_devkeys()
H A Dnl802154.c2210 struct ieee802154_llsec_device *dpos; in nl802154_dump_llsec_devkey() local
2237 list_for_each_entry(dpos, &table->devices, list) { in nl802154_dump_llsec_devkey()
2238 list_for_each_entry(kpos, &dpos->keys, list) { in nl802154_dump_llsec_devkey()
2245 dpos->hwaddr, in nl802154_dump_llsec_devkey()
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger_v2.c976 * @dpos: position in the array to start (bytes)
984 int dpos, int dlen, u8 *pad) in init_sgs_pages()
986 int idx = dpos >> PAGE_SHIFT; in init_sgs_pages()
987 int off = offset_in_page(dpos); in init_sgs_pages()
1008 void *epilogue, struct page **pages, int dpos, in setup_message_sgs()
1029 sg_cnt += calc_pages_for(dpos, dlen); in setup_message_sgs()
1051 init_sgs_pages(&cur_sg, pages, dpos, dlen, data_pad); in setup_message_sgs()
1136 int dpos = 0; in decrypt_tail() local
1148 dpos = padded_len(front_len(con->in_msg) + padded_len(middle_len(con->in_msg))); in decrypt_tail()
1154 con->v2.in_buf, pages, dpos, tru in decrypt_tail()
983 init_sgs_pages(struct scatterlist **sg, struct page **pages, int dpos, int dlen, u8 *pad) init_sgs_pages() argument
1006 setup_message_sgs(struct sg_table *sgt, struct ceph_msg *msg, u8 *front_pad, u8 *middle_pad, u8 *data_pad, void *epilogue, struct page **pages, int dpos, bool add_tag) setup_message_sgs() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1781 u8 *buf, *dpos; in _wil_cfg80211_merge_extra_ies() local
1801 dpos = buf + ies1_len; in _wil_cfg80211_merge_extra_ies()
1812 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies()
1813 dpos += ielen; in _wil_cfg80211_merge_extra_ies()
1819 *merged_len = dpos - buf; in _wil_cfg80211_merge_extra_ies()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1804 u8 *buf, *dpos; in _wil_cfg80211_merge_extra_ies() local
1824 dpos = buf + ies1_len; in _wil_cfg80211_merge_extra_ies()
1835 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies()
1836 dpos += ielen; in _wil_cfg80211_merge_extra_ies()
1842 *merged_len = dpos - buf; in _wil_cfg80211_merge_extra_ies()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dres_func.S74 beqs dpos
76 dpos: label
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dres_func.S74 beqs dpos
76 dpos: label

Completed in 46 milliseconds