| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | decode.h | 64 u8 fetch_data_byte_abs (uint segment, uint offset); 66 u16 fetch_data_word_abs (uint segment, uint offset); 68 u32 fetch_data_long_abs (uint segment, uint offset); 70 void store_data_byte_abs (uint segment, uint offset, u8 val); 72 void store_data_word_abs (uint segment, uint offset, u16 val); 74 void store_data_long_abs (uint segment, uint offset, u32 val);
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 262 #define GET_SEGMENT(segment) in get_data_segment() argument 362 uint segment, in fetch_data_byte_abs() argument 367 x86emu_check_data_access(segment, offset); in fetch_data_byte_abs() 369 return (*sys_rdb)(((u32)segment << 4) + offset); in fetch_data_byte_abs() 383 uint segment, in fetch_data_word_abs() argument 388 x86emu_check_data_access(segment, offset); in fetch_data_word_abs() 390 return (*sys_rdw)(((u32)segment << 4) + offset); in fetch_data_word_abs() 404 uint segment, in fetch_data_long_abs() argument 409 x86emu_check_data_access(segment, offset); in fetch_data_long_abs() 411 return (*sys_rdl)(((u32)segment << 4) + offset); in fetch_data_long_abs() [all …]
|
| H A D | debug.c | 234 int segment; in x86emu_single_step() local 263 segment = M.x86.saved_cs; in x86emu_single_step() 265 X86EMU_dump_memory(segment, (u16) offset, 16); in x86emu_single_step() 268 segment = ps[1]; in x86emu_single_step() 270 X86EMU_dump_memory(segment, (u16) offset, 16); in x86emu_single_step() 273 segment = M.x86.saved_cs; in x86emu_single_step() 274 X86EMU_dump_memory(segment, (u16) offset, 16); in x86emu_single_step()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | cpu.c | 82 static void load_ds(u32 segment) in load_ds() argument 84 asm volatile("movl %0, %%ds" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_ds() 87 static void load_es(u32 segment) in load_es() argument 89 asm volatile("movl %0, %%es" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_es() 92 static void load_fs(u32 segment) in load_fs() argument 94 asm volatile("movl %0, %%fs" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_fs() 97 static void load_gs(u32 segment) in load_gs() argument 99 asm volatile("movl %0, %%gs" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_gs() 102 static void load_ss(u32 segment) in load_ss() argument 104 asm volatile("movl %0, %%ss" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_ss()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | u-boot.lds | 11 /* Read-only sections, merged into text segment: */ 20 /* Read-write section, merged into data segment: */
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot.lds | 30 /* Read-only sections, merged into text segment: */ 44 /* Read-write section, merged into data segment: */ 106 * Make sure that the bss segment isn't linked at 0x0, otherwise its
|
| H A D | u-boot-nand.lds | 24 /* Read-only sections, merged into text segment: */ 38 /* Read-write section, merged into data segment: */
|
| H A D | u-boot-spl.lds | 100 * Make sure that the bss segment isn't linked at 0x0, otherwise its
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | u-boot.lds | 12 /* Read-only sections, merged into text segment: */ 26 /* Read-write section, merged into data segment: */
|
| /rk3399_rockchip-uboot/board/cssi/MCR3000/ |
| H A D | u-boot.lds | 16 /* Read-only sections, merged into text segment: */ 38 /* Read-write section, merged into data segment: */
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | sipi.h | 34 u16 segment; member
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios_asm.S | 13 #define SEG(segment) $segment * X86_GDT_ENTRY_SIZE argument
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/ |
| H A D | u-boot.lds | 34 /* Read-write section, merged into data segment: */
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.am335x-network | 40 are no other active DHCP servers in the same network segment.
|
| /rk3399_rockchip-uboot/board/buffalo/lsxl/ |
| H A D | README | 24 access board from any host within the network segment. To determine the IP
|
| /rk3399_rockchip-uboot/board/sbc8548/ |
| H A D | README | 266 0 1fff 8 7 segment display LED
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 92 "embedded" in the text segment with the U-Boot code. This
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 6966 unsigned char segment = block >> 1; in drm_do_probe_ddc_edid() local 6967 unsigned char xfers = segment ? 3 : 2; in drm_do_probe_ddc_edid() 6976 .buf = &segment, in drm_do_probe_ddc_edid()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.x86 | 941 If you platform can display POST codes on two little 7-segment displays on
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 4902 * Initialized global data (data segment) is read-only. Do not attempt 4906 as zero data - BSS segment) at all - this is undefined, initiali-
|