Displaying 3 results from an estimated 3 matches for "dst_area".
2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...}
> + /* Reset coverage size. */
> + *(u64 *)area = 0;
> +
> + kcov_debug("area = %px, size = %u", area, size);
> +
> + kcov_start(t, size, area, mode, sequence);
> +
> +}
> +
> +static void kcov_move_area(enum kcov_mode mode, void *dst_area,
> + unsigned int dst_area_size, void *src_area)
> +{
> + u64 word_size = sizeof(unsigned long);
> + u64 count_size, entry_size;
> + u64 dst_len, src_len;
> + void *dst_entries, *src_entries;
> + u64 dst_occupied, dst_...
2008 Jun 27
2
usb - audio asterisk crashes
I am using usb-audio for Console/Dsp with asterisk.
it is crashing 1.4.21 and also svn.
During the brief times its working the audio is choppy but understandable.
I have used aplay and arecord at the same time on the same wave file
and they work fine every time and I have done it MANY times.
Asterisk failes after 1 or 2 times.
Any ideas on something I can try?
Jerry
2010 Aug 06
4
nv vpe video decoder
Hello,
I have my work on the nv vpe video decoder in a functional
state. In case you didn't know this decoder accelerates mpeg2
video at the idct/mc level. I have verified that it works on
nv40 hardware. I believe it works on nv30 hardware (and
maybe some earlier hardware), but I cannot verify since I have
none.
I will reply with patches against the kernel, drm, ddx
and mesa for