Displaying 20 results from an estimated 160 matches for "0xa6".
Did you mean:
0xa0
2009 Nov 14
2
[LLVMdev] Very slow performance of lli on x86
...99, 0x9a, 0x9c },
{ 0x99, 0x9a, 0x9b, 0x9d },
{ 0x9a, 0x9b, 0x9c, 0x9e },
{ 0x9b, 0x9c, 0x9d, 0x9f },
{ 0x9c, 0x9d, 0x9e, 0xa0 },
{ 0x9d, 0x9e, 0x9f, 0xa1 },
{ 0x9e, 0x9f, 0xa0, 0xa2 },
{ 0x9f, 0xa0, 0xa1, 0xa3 },
{ 0xa0, 0xa1, 0xa2, 0xa4 },
{ 0xa1, 0xa2, 0xa3, 0xa5 },
{ 0xa2, 0xa3, 0xa4, 0xa6 },
{ 0xa3, 0xa4, 0xa5, 0xa7 },
{ 0xa4, 0xa5, 0xa6, 0xa8 },
{ 0xa5, 0xa6, 0xa7, 0xa9 },
{ 0xa6, 0xa7, 0xa8, 0xaa },
{ 0xa7, 0xa8, 0xa9, 0xab },
{ 0xa8, 0xa9, 0xaa, 0xac },
{ 0xa9, 0xaa, 0xab, 0xad },
{ 0xaa, 0xab, 0xac, 0xae },
{ 0xab, 0xac, 0xad, 0xaf },
{ 0xac, 0xad, 0xae, 0xb0 },
{ 0xa...
2017 May 07
2
X86 disassembler fails to handle 0x66 prefix?
...ndle 0x66 prefix
properly, if it is put behind 0xF3 prefix.
The below commands should return the same output, but not.
$ echo "0xf3 0x66 0xa5"|./build/bin/llvm-mc --disassemble
-triple=x86_64 -output-asm-variant=1
.text
rep
movsw word ptr es:[rdi], word ptr [rsi]
$ echo "0x66 0xf3 0xa6"|./build/bin/llvm-mc --disassemble
-triple=x86_64 -output-asm-variant=1
.text
cmpsb byte ptr [rsi], byte ptr es:[rdi]
You can see just by exchanging the order of 0xf3 & 0x66, we get
different result. F3 in this case is not really a prefix for REP I
think.
Is there any solution to fix th...
2019 Mar 25
2
Printing PC-relative offsets - how to get the instruction length?
...maintain.
An answer is tantalisingly close:
$ bin/llvm-mc -triple mc6809 -show-inst-operands -show-inst -show-encoding <<< "lda 0,pc"
.text
<stdin>:1:1: note: parsed instruction: ['lda', 0, <register 13>]
lda 0,pc
^
lda $+2,pc ; encoding: [0xa6,0x8c,0x00] <<===========
; <MCInst #1849 LDAi8oPC
; <MCOperand Imm:0>
; <MCOperand Imm:0>>
The "encoding:" knows that I have a three-byte inst...
2009 Nov 14
0
[LLVMdev] Very slow performance of lli on x86
...99, 0x9a, 0x9c },
{ 0x99, 0x9a, 0x9b, 0x9d },
{ 0x9a, 0x9b, 0x9c, 0x9e },
{ 0x9b, 0x9c, 0x9d, 0x9f },
{ 0x9c, 0x9d, 0x9e, 0xa0 },
{ 0x9d, 0x9e, 0x9f, 0xa1 },
{ 0x9e, 0x9f, 0xa0, 0xa2 },
{ 0x9f, 0xa0, 0xa1, 0xa3 },
{ 0xa0, 0xa1, 0xa2, 0xa4 },
{ 0xa1, 0xa2, 0xa3, 0xa5 },
{ 0xa2, 0xa3, 0xa4, 0xa6 },
{ 0xa3, 0xa4, 0xa5, 0xa7 },
{ 0xa4, 0xa5, 0xa6, 0xa8 },
{ 0xa5, 0xa6, 0xa7, 0xa9 },
{ 0xa6, 0xa7, 0xa8, 0xaa },
{ 0xa7, 0xa8, 0xa9, 0xab },
{ 0xa8, 0xa9, 0xaa, 0xac },
{ 0xa9, 0xaa, 0xab, 0xad },
{ 0xaa, 0xab, 0xac, 0xae },
{ 0xab, 0xac, 0xad, 0xaf },
{ 0xac, 0xad, 0xae, 0xb0 },
{ 0xa...
2003 Dec 01
0
No subject
...ION MARK
0x9C 0x009C <control> 0x9C 0x0153 LATIN SMALL LIGATURE OE
0x9E 0x009E <control> 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON
0x9F 0x009F <control> 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAER=
ESIS
0xA4 0x20AC EURO SIGN 0xA4 0x00A4 CURRENCY SIGN
0xA6 0x0160 LATIN CAPITAL LETTER S WITH CARON 0xA6 0x00A6 BROKEN BAR
0xA8 0x0161 LATIN SMALL LETTER S WITH CARON 0xA8 0x00A8 DIAERESIS
0xB4 0x017D LATIN CAPITAL LETTER Z WITH CARON 0xB4 0x00B4 ACUTE ACCENT
0xB8 0x017E LATIN SMALL LETTER Z WITH CARON 0xB8 0x00B8 CEDILLA
0xBC 0x0152 LATIN...
2006 Nov 23
1
BUG: warning at kernel/softirq.c:141
...al_bh_enable()
<b0120e27> local_bh_enable+0x25/0x64 <b0218215> lock_sock+0x85/0x8d
<b021604b> sock_fasync+0x5c/0x111 <b0216fa1> sock_close+0x1e/0x2a
<b0153fcd> __fput+0x87/0x13c <b0151b57> filp_close+0x4e/0x54
<b011e0a1> put_files_struct+0x64/0xa6 <b011f006> do_exit+0x1b0/0x6be
<b0114e08> bust_spinlocks+0x3a/0x43 <b0103ee6> die+0x1d3/0x288
<b0103f76> die+0x263/0x288 <b011533a> do_page_fault+0x441/0x526
<b0114ef9> do_page_fault+0x0/0x526 <b01036f7> error_code+0x4f/0x54
<f0872d73>...
2012 Mar 28
2
problem: bsdlabel
...with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=12161 heads=255 sectors/track=63 (16065 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 166 (0xa6),(OpenBSD)
start 126, size 20964699 (10236 Meg), flag 0
beg: cyl 0/ head 2/ sector 1;
end: cyl 280/ head 254/ sector 63
The data for partition 2 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 20971629, size 8379126 (4091 Meg), flag 0
beg: cyl 281/ head 108/ secto...
2012 Aug 14
2
Hung I/O, Kernel BUG with corrupt leaf (bad key order)
...eventually fails out due to bad key ordering:
backpointer mismatch on [823847440384 1204224]
owner ref check failed [823847440384 1204224]
ref mismatch on [823848644608 1269760] extent item 1, found 0
Incorrect local backref count on 823848644608 root 5 owner 136598
offset 0 found 0 wanted 1 back 0xa6
cc9a0
backpointer mismatch on [823848644608 1269760]
owner ref check failed [823848644608 1269760]
ref mismatch on [823849914368 1662976] extent item 1, found 0
Incorrect local backref count on 823849914368 root 5 owner 136599
offset 0 found 0 wanted 1 back 0xa6
ccc00
backpointer mismatch on [82384...
2017 Apr 20
0
Testing kernel crash: 4.9.23-26.el6.x86_64
...nted 4.9.23-26.el6.x86_64 #1
[59826.069860] Hardware name: System manufacturer System Product Name/K8V-VM, BIOS 0201 06/13/2006
[59826.069882] task: ffff880014c8c900 task.stack: ffffc90043820000
[59826.069896] RIP: e030:[<ffffffff812405d6>] [<ffffffff812405d6>] kmem_cache_alloc_node+0xa6/0x1c0
[59826.070019] RSP: e02b:ffffc90043823b08 EFLAGS: 00010246
[59826.070019] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000ec741e
[59826.070019] RDX: 0000000000ec741d RSI: 00000000024000c0 RDI: ffff0000ffff0000
[59826.070019] RBP: ffffc90043823b68 R08: 000000000001cd00 R09: 0000000...
2018 Mar 26
0
murmurhash3 test failures on big-endian systems
...5A, 0x97, 0x80, 0x8A, } },
+ { "aaa", 3, 0x9747b28c,
+ { 0x28, 0x3E, 0x01, 0x30, },
+ { 0x28, 0x3E, 0x01, 0x30, } },
+ { "aa", 2, 0x9747b28c,
+ { 0x5D, 0x21, 0x17, 0x26, },
+ { 0x5D, 0x21, 0x17, 0x26, } },
+ { "a", 1, 0x9747b28c,
+ { 0x7F, 0xA0, 0x9E, 0xA6, },
+ { 0x7F, 0xA0, 0x9E, 0xA6, } },
+ { "abcd", 4, 0x9747b28c,
+ { 0xF0, 0x47, 0x86, 0x27, },
+ { 0xF0, 0x47, 0x86, 0x27, } },
+ { "abc", 3, 0x9747b28c,
+ { 0xC8, 0x4A, 0x62, 0xDD, },
+ { 0xC8, 0x4A, 0x62, 0xDD, } },
+ { "ab", 2, 0x9747b28c,
+ { 0...
2004 Jun 10
1
ext3 EIP
..._cache_readahead+231/288] do_page_cache_readahead+0xe7/0x120
Jun 10 10:28:59 shawarma kernel: [filemap_nopage+705/800] filemap_nopage+0x2c1/0x320
Jun 10 10:28:59 shawarma kernel: [do_no_page+144/672] do_no_page+0x90/0x2a0
Jun 10 10:28:59 shawarma kernel: [handle_mm_fault+166/256] handle_mm_fault+0xa6/0x100
Jun 10 10:28:59 shawarma kernel: [do_page_fault+263/1181] do_page_fault+0x107/0x49d
Jun 10 10:28:59 shawarma kernel: [recalc_task_prio+139/384] recalc_task_prio+0x8b/0x180
Jun 10 10:28:59 shawarma kernel: [schedule+605/1056] schedule+0x25d/0x420
Jun 10 10:28:59 shawarma kernel: [do_IRQ+27...
2005 Aug 12
0
ZapHFC E1 PRI (cwain)
...0x34 0x37 0x37 0x70 0x4 0x81 0x34 0x34 0x30 0x7d 0x2
0x91 0x81 0x9d 0x32 0x1 0x81 0xea 0xb2 ] 42 bytes
Aug 2 17:58:57 asterisk1 kernel: cwain: card 1 TX [ 0x2 0x1 0x1 0xf8 ]
Aug 2 17:58:57 asterisk1 kernel: ztx 4 bytes
Aug 2 17:58:57 asterisk1 kernel: cwain: card 1 TX [ 0x0 0x1 0x3a 0xf8
0x8 0x2 0xa6 0xb6 0x2 0x18 0x3 0xa9 0x83 0x8c ]
Aug 2 17:58:57 asterisk1 kernel: ztx 14 bytes
Aug 2 17:58:57 asterisk1 kernel: cwain: card 1 RX [ 0x0 0x1 0x1 0x3c
0x35 0x44 ] 6 bytes
Aug 2 17:58:57 asterisk1 kernel: cwain: card 1 TX [ 0x0 0x1 0x3c 0xf8
0x8 0x2 0xa6 0xb6 0x1 0x1e 0x2 0x81 0x88 ]
Aug 2 17:58:...
2017 Jul 12
1
[Bug 1162] New: oops in nft_rbtree_insert
.../0x40
[Wed Jul 12 12:47:45 2017] ? update_process_times+0x28/0x50
[Wed Jul 12 12:47:45 2017] ? tick_sched_handle.isra.15+0x20/0x50
[Wed Jul 12 12:47:45 2017] ? tick_sched_timer+0x38/0x70
[Wed Jul 12 12:47:45 2017] ? __hrtimer_run_queues+0xc6/0x1f0
[Wed Jul 12 12:47:45 2017] ? hrtimer_interrupt+0xa6/0x1f0
[Wed Jul 12 12:47:45 2017] ? smp_apic_timer_interrupt+0x34/0x50
[Wed Jul 12 12:47:45 2017] ? apic_timer_interrupt+0x82/0x90
[Wed Jul 12 12:47:45 2017] </IRQ>
[Wed Jul 12 12:47:45 2017] ? memcmp+0xb/0x40
[Wed Jul 12 12:47:45 2017] ? nft_rbtree_insert+0xa6/0x163 [nft_set_rbtree]
[Wed...
2006 Feb 09
0
Repeated kernel "oops" / oom-killer with Ralph Passgang''s xen 3.0.0 Debian packages
...31e>] nf_hook_slow+0x6e/0x100
[<c9168a30>] br_handle_frame_finish+0x0/0x130 [bridge]
[<c9168d59>] br_handle_frame+0x1f9/0x270 [bridge]
[<c9168a30>] br_handle_frame_finish+0x0/0x130 [bridge]
[<c028b894>] netif_receive_skb+0x154/0x2f0
[<c028bad6>] process_backlog+0xa6/0x160
[<c028bc15>] net_rx_action+0x85/0x140
[<c0120315>] __do_softirq+0x95/0xb0
[<c012037d>] do_softirq+0x4d/0x50
[<c010d062>] do_IRQ+0x22/0x30
[<c01048a0>] evtchn_do_upcall+0x70/0xa0
[<c0108c48>] hypervisor_callback+0x2c/0x34
[<c010482c>] force_evtc...
2019 Jul 24
2
Dynamic DNS record scavenging support
.../lib64/samba/libldb-key-value-samba4.so(+0x5d70) [0x7fda591a4d70]
Jul 24 16:39:20 dc1 samba[29071]: #40
/usr/lib64/samba/libtevent.so.0(tevent_common_invoke_timer_handler+0x172)
[0x7fda73aecbbc]
Jul 24 16:39:20 dc1 samba[29071]: #41
/usr/lib64/samba/libtevent.so.0(tevent_common_loop_timer_delay+0xa6)
[0x7fda73aecd22]
Jul 24 16:39:20 dc1 samba[29071]: #42
/usr/lib64/samba/libtevent.so.0(+0xc180) [0x7fda73aee180]
Jul 24 16:39:20 dc1 samba[29071]: #43
/usr/lib64/samba/libtevent.so.0(+0xa167) [0x7fda73aec167]
Jul 24 16:39:20 dc1 samba[29071]: #44
/usr/lib64/samba/libtevent.so.0(_tevent_loop_...
2018 Mar 26
2
murmurhash3 test failures on big-endian systems
Hi Aki,
On 15:55 Mon 26 Mar , Aki Tuomi wrote:
> On 26.03.2018 15:49, Apollon Oikonomopoulos wrote:
> > Hi,
> >
> > The dovecot 2.3.0.1 Debian package currently fails to build on all
> > big-endian architectures[1], due to murmurhash3 tests failing. The
> > relevant output from e.g. s390x is:
> >
> > test-murmurhash3.c:22: Assert(#8) failed:
2010 Apr 26
2
trouble with xenserver and xfs (soft lockup - CPU#0 stuck for 61s!)
...521.428003] [<c02f23a3>] ? _write_lock+0xe/0xf
[212521.428003] [<e33f7409>] ? xfs_iget+0x328/0x44f [xfs]
[212521.428003] [<e340e925>] ? xfs_lookup+0x69/0x97 [xfs]
[212521.428003] [<e341638b>] ? xfs_vn_lookup+0x36/0x6e [xfs]
[212521.428003] [<c0194ee1>] ? do_lookup+0xa6/0x116
[212521.428003] [<c019584d>] ? __link_path_walk+0x524/0x631
[212521.428003] [<c01057fc>] ? xen_force_evtchn_callback+0xc/0x10
[212521.428003] [<c0195d5c>] ? path_walk+0x4f/0xa3
[212521.428003] [<c0196aa0>] ? do_path_lookup+0x132/0x178
[212521.428003] [<c019732e...
2015 Jan 17
0
[PATCH RFC] nouveau: Add support for Gmux _DSM method
...uveau_dsm_priv.gmux_detected;
+}
+
+#define NOUVEAU_DSM_HAS_MUX 0x1
+#define NOUVEAU_DSM_HAS_OPT 0x2
+#define NOUVEAU_DSM_HAS_GMUX 0x4
#ifdef CONFIG_VGA_SWITCHEROO
static const char nouveau_dsm_muid[] = {
@@ -71,6 +79,11 @@ static const char nouveau_op_dsm_muid[] = {
0xA7, 0x2B, 0x60, 0x42, 0xA6, 0xB5, 0xBE, 0xE0,
};
+static const char nouveau_gmux_dsm_muid[] = {
+ 0xA6, 0x69, 0x86, 0x99, 0xE9, 0x8B, 0xFB, 0x49,
+ 0xBD, 0xDB, 0x51, 0xA1, 0xEF, 0xE1, 0x9C, 0x3D,
+};
+
static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result)
{
int i;
@@ -212,6 +225,63 @@...
2007 Oct 11
0
2 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x08, 0x86,
+ 0x1C, 0x48, 0x12, 0x9D, 0x02, 0x00, 0x0F, 0x00, 0x96, 0x02, 0x00, 0x08, 0x89, 0x1C, 0x96, 0x04,
+ 0x00, 0x08, 0xA4, 0x08, 0x86, 0x1C, 0x4F, 0x96, 0x02, 0x00, 0x08, 0x83, 0x1C, 0x96, 0x02, 0x00,
+ 0x08, 0xA5, 0x4E, 0x96, 0x02, 0x00, 0x08, 0xA6, 0x49, 0x9D, 0x02, 0x00, 0x2B, 0x00, 0x96, 0x02,
+ 0x00, 0x08, 0x83, 0x1C, 0x96, 0x02, 0x00, 0x08, 0xA5, 0x4E, 0x96, 0x02, 0x00, 0x08, 0xA7, 0x49,
+ 0x12, 0x9D, 0x02, 0x00, 0x0E, 0x00, 0x96, 0x02, 0x00, 0x08, 0x89, 0x1C, 0x96, 0x04, 0x00, 0x08,
+ 0xA6, 0x05, 0x00, 0x4F, 0x99, 0x02, 0x00...
2017 Mar 11
2
[nut-upsuser] Copeland Engineering Dockmaster
[moved to nut-upsdev while we figure out the protocol]
> On Mar 9, 2017, at 11:22 AM, Drew from Zhrodague <drewzhrodague at zhrodague.net> wrote:
>
> I'm able to cat /dev/usb/hiddev0 and /dev/hidraw0 - I pipe this through hexdump and I get different types of data from each:
>
>
> hiddev:
>
> 0002420 00a7 ffa0 00ff 0000 00a7 ffa0 00ff 0000
> 0002430 00a7