Searched refs:u32 (Results 1 - 17 of 17) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dcc_numa.c27 typedef uint32_t u32; typedef
50 static u32 node_signature[LAST_NODEID];
53 static u32 my_signature;
281 u32 pattern;
/broadcom-cfe-1.4.2/cfe/pccons/
H A Dvgainit.c247 static u8 __x86emu_rdb(u32 addr)
259 static u16 __x86emu_rdw(u32 addr)
271 static u32 __x86emu_rdl(u32 addr)
283 static void __x86emu_wrb(u32 addr, u8 val)
295 static void __x86emu_wrw(u32 addr, u16 val)
307 static void __x86emu_wrl(u32 addr, u32 val)
386 static u32 __x86emu_inl(X86EMU_pioAddr port)
388 u32 va
[all...]
/broadcom-cfe-1.4.2/cfe/x86emu/
H A Ddebug.c147 op1 = (*sys_rdb)(((u32)M.x86.R_CS<<4) + (M.x86.R_IP++));
167 void x86emu_check_mem_access (u32 dummy)
228 void X86EMU_dump_memory (u16 seg, u16 off, u32 amt)
230 u32 start = off & 0xfffffff0;
231 u32 end = (off+16) & 0xfffffff0;
232 u32 i;
233 u32 current;
H A Ddecode.c88 extern u8 inb(u32);
126 op1 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
161 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
184 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
205 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP));
221 u32 fetch_long_imm(void)
223 u32 fetched;
227 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP));
262 _INLINE u32 get_data_segment(void)
343 u32 fetch_data_lon
[all...]
H A Dops.c173 u32 destval;
174 u32 *srcreg;
200 u32 destval;
201 u32 *srcreg;
227 u32 destval;
228 u32 *srcreg;
254 u32 *destreg,*srcreg;
348 u32 *destreg;
349 u32 srcval;
373 u32 *destre
[all...]
H A Dops2.c312 u32 srcval;
313 u32 *shiftreg;
339 u32 srcval;
340 u32 *shiftreg;
366 u32 srcval;
367 u32 *shiftreg;
393 u32 *srcreg,*shiftreg;
433 u32 destval;
434 u32 *shiftreg;
464 u32 destva
[all...]
H A Dprim_ops.c107 static u32 x86emu_parity_tab[8] =
223 register u32 res; /* all operands in native machine order */
224 register u32 cc;
249 register u32 res; /* all operands in native machine order */
250 register u32 cc;
273 u32 adc_long(u32 d, u32 s)
275 register u32 lo; /* all operands in native machine order */
276 register u32 h
[all...]
H A Dsys.c227 u32 addr)
252 u32 addr)
286 u32 X86API rdl(
287 u32 addr)
289 u32 val = 0;
305 val = ldl_u((u32*)(M.mem_base + addr));
307 val = *(u32*)(M.mem_base + addr);
323 u32 addr,
344 u32 addr,
376 u32 add
[all...]
H A Dvalidate.c141 VAL_START_BINARY(u32,u32,0xFF000000,0xFF000000,0x1000000,0x1000000) \
162 VAL_START_BINARY(u32,u32,0xFF000000,0xFF000000,0x1000000,0x1000000) \
183 VAL_START_BINARY(u32,u32,0xFF000000,32,0x1000000,1) \
193 u32 flags,inflags; \
253 VAL_START_TERNARY(u32,u32,0xFF000000,0xFF000000,0x1000000,0x1000000,32) \
261 u32 flag
[all...]
H A Dx86emu.h87 u32 (X86APIP inl)(X86EMU_pioAddr addr);
90 void (X86APIP outl)(X86EMU_pioAddr addr, u32 val);
116 u8 (X86APIP rdb)(u32 addr);
117 u16 (X86APIP rdw)(u32 addr);
118 u32 (X86APIP rdl)(u32 addr);
119 void (X86APIP wrb)(u32 addr, u8 val);
120 void (X86APIP wrw)(u32 addr, u16 val);
121 void (X86APIP wrl)(u32 addr, u32 va
[all...]
/broadcom-cfe-1.4.2/cfe/x86emu/x86emu/
H A Ddebug.h204 extern void x86emu_check_mem_access (u32 p);
H A Ddecode.h62 u32 fetch_long_imm (void);
67 u32 fetch_data_long (uint offset);
68 u32 fetch_data_long_abs (uint segment, uint offset);
73 void store_data_long (uint offset, u32 val);
74 void store_data_long_abs (uint segment, uint offset, u32 val);
77 u32* decode_rm_long_register(int reg);
H A Dprim_asm.h53 u32 get_flags_asm(void);
60 u16 aaa_word_asm(u32 *flags,u16 d);
71 u16 aas_word_asm(u32 *flags,u16 d);
82 u16 aad_word_asm(u32 *flags,u16 d);
93 u16 aam_word_asm(u32 *flags,u8 d);
104 u8 adc_byte_asm(u32 *flags,u8 d, u8 s);
115 u16 adc_word_asm(u32 *flags,u16 d, u16 s);
126 u32 adc_long_asm(u32 *flags,u32
[all...]
H A Dprim_ops.h54 u32 adc_long (u32 d, u32 s);
57 u32 add_long (u32 d, u32 s);
60 u32 and_long (u32 d, u32 s);
63 u32 cmp_lon
[all...]
H A Dregs.h76 u32 e_reg;
90 u32 e_reg;
117 u32 FLAGS;
H A Dtypes.h54 #define u32 x86emuu32 macro
72 typedef unsigned int u32; typedef
H A Dx86emui.h91 extern u8 (X86APIP sys_rdb)(u32 addr);
92 extern u16 (X86APIP sys_rdw)(u32 addr);
93 extern u32 (X86APIP sys_rdl)(u32 addr);
94 extern void (X86APIP sys_wrb)(u32 addr,u8 val);
95 extern void (X86APIP sys_wrw)(u32 addr,u16 val);
96 extern void (X86APIP sys_wrl)(u32 addr,u32 val);
100 extern u32 (X86APIP sys_inl)(X86EMU_pioAddr addr);
103 extern void (X86APIP sys_outl)(X86EMU_pioAddr addr,u32 va
[all...]

Completed in 136 milliseconds