Home
last modified time | relevance | path

Searched refs:s_off (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Dmemcpy_kunit.c395 static void inner_loop(struct kunit *test, int bytes, int d_off, int s_off) in inner_loop() argument
403 memcpy(&large_dst[s_off], large_src, bytes); in inner_loop()
406 memmove(&large_dst[d_off], &large_dst[s_off], bytes); in inner_loop()
411 bytes, s_off, d_off); in inner_loop()
414 if (s_off < d_off) { in inner_loop()
416 left_zero_size = s_off; in inner_loop()
421 src_pos = s_off; in inner_loop()
423 src_size = d_off - s_off; in inner_loop()
428 right_zero_pos = s_off + bytes; in inner_loop()
432 src_orig_pos = src_pos - s_off; in inner_loop()
[all …]
/linux/crypto/async_tx/
H A Dasync_pq.c300 unsigned int s_off, struct async_submit_ctl *submit) in async_syndrome_val() argument
403 tx = async_xor_offs(spare, s_off, in async_syndrome_val()
407 s = page_address(spare) + s_off; in async_syndrome_val()
414 Q(offsets, disks) = s_off; in async_syndrome_val()
420 s = page_address(spare) + s_off; in async_syndrome_val()
H A Dasync_raid6_recov.c88 unsigned int s_off, u8 coef, size_t len, in async_mult() argument
109 unmap->addr[0] = dma_map_page(dev, src, s_off, in async_mult()
144 s = page_address(src) + s_off; in async_mult()
/linux/include/linux/
H A Dasync_tx.h195 unsigned int s_off, struct async_submit_ctl *submit);
/linux/arch/x86/kvm/svm/
H A Dsev.c1246 int len, s_off, d_off; in sev_dbg_crypt() local
1271 s_off = vaddr & ~PAGE_MASK; in sev_dbg_crypt()
1273 len = min_t(size_t, (PAGE_SIZE - s_off), size); in sev_dbg_crypt()
1277 __sme_page_pa(src_p[0]) + s_off, in sev_dbg_crypt()
1283 __sme_page_pa(src_p[0]) + s_off, in sev_dbg_crypt()