Displaying 7 results from an estimated 7 matches for "1cc".
Did you mean:
  1c
  
2001 May 31
1
oops ext3 in journal_write_metadata_buffer
...urnal_next_log_block+64/a0>
Trace; c015006a <journal_commit_transaction+572/ed8>
Trace; c010b389 <handle_IRQ_event+3d/78>
Trace; c010b0c3 <do_8259A_IRQ+8f/9c>
Trace; c011918d <do_bottom_half+51/6c>
Trace; c0111aa6 <schedule+146/27c>
Trace; c014c7d8 <kjournald+11c/1cc>
Trace; c014c7f4 <kjournald+138/1cc>
Trace; c014c6bc <kjournald+0/1cc>
Trace; c014c6a8 <commit_timeout+0/10>
Trace; c0108c2f <kernel_thread+1f/38>
Trace; c0108c38 <kernel_thread+28/38>
Code;  c014ca15 <journal_write_metadata_buffer+4d/1d8>
00000000 <_EIP>...
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
...1 e8 02                shr    $0x2,%eax
1b7:       4c 8d ab 00 01 00 00    lea    0x100(%rbx),%r13
1be:       41 89 c4                mov    %eax,%r12d
1c1:       4c 89 ef                mov    %r13,%rdi
1c4:       45 01 e6                add    %r12d,%r14d
1c7:       e8 00 00 00 00          callq  1cc <evo_wait+0x4c>
1cc:       41 81 fe f7 03 00 00    cmp    $0x3f7,%r14d
1d3:       0f 86 87 00 00 00       jbe    260 <evo_wait+0xe0>
1d9:       48 8b 43 58             mov    0x58(%rbx),%rax
1dd:       42 c7 04 a0 00 00 00    movl   $0x20000000,(%rax,%r12,4)
           ^
1e4:       20
....
2001 Nov 14
1
Oops on 2.4.13 w/ ext3-2.4-0.9.13-2413
...ed18 <ext3_free_branches+11c/288>
Trace; c006f1c0 <ext3_truncate+33c/4c0>
Trace; c0025424 <vmtruncate+148/160>
Trace; c00589ac <inode_setattr+34/108>
Trace; c00701c8 <ext3_setattr+144/190>
Trace; c0058bc4 <notify_change+90/13c>
Trace; c00398dc <do_truncate+108/1cc>
Trace; c004be94 <open_namei+650/7e8>
Trace; c003ad70 <filp_open+58/84>
Trace; c003b25c <sys_open+4c/fc>
Trace; c0003dfc <ret_from_syscall_1+0/b4>
Trace; 01819404 Before first symbol
Trace; 0180295c Before first symbol
Trace; 01803e08 Before first symbol
Trace; 01804590 B...
2007 Jul 17
3
IHC7 RAID-1 or Kernel Software RAID-1?
I'm just setting up a SuperMicro system which has twin SATA disks on an
Intel IHC7 RAID-capable controller.
The system came with Fedora 5 pre-installed, which I will be removing and
replacing with CentOS 4.5. But before doing so, I've been having a look at
how the original vendor configured it.
When I've built systems previously, I've disabled any RAID controller and
used kernel
2018 Dec 04
2
Incorrect placement of an instruction after PostRAScheduler pass
...r3
1a4:   e0087007        and     r7, r8, r7
1a8:   e1820007        orr     r0, r2, r7
1ac:   e1b42e9f        ldaexd  r2, r3, [r4]
1b0:   e1a46f90        strexd  r6, r0, [r4]
1b4:   e3560000        cmp     r6, #0
1b8:   1afffffb        bne     1ac <xxxxx+0x1ac>
1bc:   1a000002        bne     1cc <xxxx+0x1cc> <<<<<<<<<<<<<<<<<<<
1c0:   e1a00005        mov     r0, r5
1c4:   e3a01001        mov     r1, #1
This is the relevant C code:
       if (__builtin_expect((lock_flag == LOCK),1)) { // First
comparison using lock_flag, which...
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...er_control_present_flag; // 94
+      uint32_t constrained_intra_pred_flag; // 98
+      uint32_t redundant_pic_cnt_present_flag; // 9c
+      uint32_t transform_8x8_mode_flag; // a0
+      uint32_t pad2[(0x1c8 - 0xa0 - 4) / 4];
+      uint32_t second_chroma_qp_index_offset; // 1c8
+      uint32_t u1cc; // 1cc
+      uint32_t curr_pic_order_cnt; // 1d0
+      uint32_t field_order_cnt[2]; // 1d4
+      uint32_t curr_mvidx; // 1dc
+      struct iref {
+         uint32_t u00; // 00
+         uint32_t field_is_ref; // 04 // bit0: top, bit1: bottom
+         uint8_t is_long_term; // 08
+         uint8...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...er_control_present_flag; // 94
+      uint32_t constrained_intra_pred_flag; // 98
+      uint32_t redundant_pic_cnt_present_flag; // 9c
+      uint32_t transform_8x8_mode_flag; // a0
+      uint32_t pad2[(0x1c8 - 0xa0 - 4) / 4];
+      uint32_t second_chroma_qp_index_offset; // 1c8
+      uint32_t u1cc; // 1cc
+      uint32_t curr_pic_order_cnt; // 1d0
+      uint32_t field_order_cnt[2]; // 1d4
+      uint32_t curr_mvidx; // 1dc
+      struct iref {
+         uint32_t u00; // 00
+         uint32_t field_is_ref; // 04 // bit0: top, bit1: bottom
+         uint8_t is_long_term; // 08
+         uint8...