Searched refs:R_CS (Results 1 - 8 of 8) sorted by relevance

/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c61 push_word(M.x86.R_CS);
62 M.x86.R_CS = mem_access_word(intno * 4 + 2);
102 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP);
121 op1 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
160 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
183 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
204 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP));
226 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP));
273 return M.x86.R_CS;
703 return &M.x86.R_CS;
[all...]
H A Dsys.c325 push_word(M.x86.R_CS);
326 M.x86.R_CS = mem_access_word(num * 4 + 2);
H A Ddebug.c116 tregs.x86.R_CS = seg;
134 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
377 printk("CS=%04x ", M.x86.R_CS);
427 printk("CS=%04x ", M.x86.R_CS);
H A Dops.c186 M.x86.R_CS, M.x86.R_IP-1,op1));
489 push_word(M.x86.R_CS);
500 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++));
2325 push_word(M.x86.R_CS);
2326 M.x86.R_CS = farseg;
3494 M.x86.R_CS = pop_word();
3511 M.x86.R_CS = pop_word();
3533 push_word(M.x86.R_CS);
3534 M.x86.R_CS = mem_access_word(3 * 4 + 2);
3562 push_word(M.x86.R_CS);
[all...]
H A Dops2.c65 M.x86.R_CS, M.x86.R_IP-2,op2);
1096 M.x86.R_CS, M.x86.R_IP-3,op2, (mod<<6)|(rh<<3)|rl);
/u-boot/drivers/bios_emulator/
H A Dbiosemu.c266 M.x86.R_CS = SEG(0x04000);
309 M.x86.R_CS = SEG(0x04000);
353 M.x86.R_CS = SEG(0x04000);
/u-boot/arch/x86/lib/
H A Dbios.c76 .cs = M.x86.R_CS,
327 M.x86.R_CS = cs;
/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h172 #define R_CS seg.CS macro

Completed in 121 milliseconds