Searched refs:dst_bytes (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 10 #define dst_bytes r3 macro 180 subi dst_bytes, dst_bytes, 4 249 stwbrx state0, val4, dst_bytes 250 addi dst_bytes, dst_bytes, 8 251 stwbrx state1, 0, dst_bytes 252 stwbrx state2, val4, dst_bytes 253 addi dst_bytes, dst_bytes, 8 254 stwbrx state3, 0, dst_bytes 255 stwbrx state4, val4, dst_bytes 256 addi dst_bytes, dst_bytes, 8 [all …]
|
| /linux/sound/core/oss/ |
| H A D | linear.c | 22 unsigned int dst_bytes; /* byte size of destination format */ member 37 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert() 104 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local 107 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data() 111 data->dst_bytes = dst_bytes; in init_data() 113 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data() 121 data->dst_ofs = 4 - data->dst_bytes; in init_data() 124 dst_bytes; in init_data()
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_chacha.c | 37 static void reference_chacha20_blocks(uint8_t *dst_bytes, const uint32_t *key, uint32_t *counter, s… in reference_chacha20_blocks() argument 68 for (unsigned int i = 0; i < 16; ++i, dst_bytes += sizeof(uint32_t)) in reference_chacha20_blocks() 69 put_unaligned_le32(x[i] + s[i], dst_bytes); in reference_chacha20_blocks() 77 void __weak __arch_chacha20_blocks_nostack(uint8_t *dst_bytes, const uint32_t *key, uint32_t *count… in __arch_chacha20_blocks_nostack() argument
|
| /linux/include/vdso/ |
| H A D | getrandom.h | 57 extern void __arch_chacha20_blocks_nostack(u8 *dst_bytes, const u32 *key, u32 *counter, size_t nblo…
|
| /linux/drivers/target/ |
| H A D | target_core_xcopy.c | 620 u32 dst_bytes) in target_xcopy_write_destination() argument 624 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination() 637 (unsigned long long)dst_lba, transfer_length_block, dst_bytes); in target_xcopy_write_destination() 639 __target_init_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, dst_bytes, in target_xcopy_write_destination()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | cdv_intel_dp.c | 557 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument 560 if (dst_bytes > 4) in unpack_aux() 561 dst_bytes = 4; in unpack_aux() 562 for (i = 0; i < dst_bytes; i++) in unpack_aux()
|
| /linux/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 46 u8 dst_bytes; /* size of destination operand */ member
|
| H A D | emulate.c | 426 .dst_bytes = ctxt->dst.bytes, in emulator_check_intercept()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 4693 bytes = info->dst_bytes; in svm_check_intercept()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 8275 size = info->dst_bytes; in vmx_is_io_intercepted()
|