Searched refs:dst_bytes (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/powerpc/kernel/vdso/ |
| A D | vgetrandom-chacha.S | 10 #define dst_bytes r3 macro 180 subi dst_bytes, dst_bytes, 4 250 addi dst_bytes, dst_bytes, 8 253 addi dst_bytes, dst_bytes, 8 256 addi dst_bytes, dst_bytes, 8 259 addi dst_bytes, dst_bytes, 8 262 addi dst_bytes, dst_bytes, 8 265 addi dst_bytes, dst_bytes, 8 268 addi dst_bytes, dst_bytes, 8 271 addi dst_bytes, dst_bytes, 8 [all …]
|
| /linux/sound/core/oss/ |
| A D | linear.c | 37 unsigned int dst_bytes; /* byte size of destination format */ member 52 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert() 119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local 122 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data() 126 data->dst_bytes = dst_bytes; in init_data() 128 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data() 136 data->dst_ofs = 4 - data->dst_bytes; in init_data() 139 dst_bytes; in init_data()
|
| /linux/tools/testing/selftests/vDSO/ |
| 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/ |
| A D | getrandom.h | 57 extern void __arch_chacha20_blocks_nostack(u8 *dst_bytes, const u32 *key, u32 *counter, size_t nblo…
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_dp_aux.c | 46 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack() argument 50 if (dst_bytes > 4) in intel_dp_aux_unpack() 51 dst_bytes = 4; in intel_dp_aux_unpack() 52 for (i = 0; i < dst_bytes; i++) in intel_dp_aux_unpack()
|
| /linux/drivers/target/ |
| 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/ |
| A D | cdv_intel_dp.c | 556 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument 559 if (dst_bytes > 4) in unpack_aux() 560 dst_bytes = 4; in unpack_aux() 561 for (i = 0; i < dst_bytes; i++) in unpack_aux()
|
| /linux/arch/x86/kvm/ |
| A D | kvm_emulate.h | 46 u8 dst_bytes; /* size of destination operand */ member
|
| A D | emulate.c | 479 .dst_bytes = ctxt->dst.bytes, in emulator_check_intercept()
|
| /linux/arch/x86/kvm/svm/ |
| A D | svm.c | 4588 bytes = info->dst_bytes; in svm_check_intercept()
|
| /linux/arch/x86/kvm/vmx/ |
| A D | vmx.c | 8008 size = info->dst_bytes; in vmx_check_intercept_io()
|
Completed in 49 milliseconds