Home
last modified time | relevance | path

Searched refs:segment (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h64 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 Ddecode.c262 #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 Ddebug.c234 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 Dcpu.c82 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 Du-boot.lds11 /* Read-only sections, merged into text segment: */
20 /* Read-write section, merged into data segment: */
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Du-boot.lds30 /* 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 Du-boot-nand.lds24 /* Read-only sections, merged into text segment: */
38 /* Read-write section, merged into data segment: */
H A Du-boot-spl.lds100 * Make sure that the bss segment isn't linked at 0x0, otherwise its
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Du-boot.lds12 /* Read-only sections, merged into text segment: */
26 /* Read-write section, merged into data segment: */
/rk3399_rockchip-uboot/board/cssi/MCR3000/
H A Du-boot.lds16 /* Read-only sections, merged into text segment: */
38 /* Read-write section, merged into data segment: */
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dsipi.h34 u16 segment; member
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios_asm.S13 #define SEG(segment) $segment * X86_GDT_ENTRY_SIZE argument
/rk3399_rockchip-uboot/arch/m68k/cpu/
H A Du-boot.lds34 /* Read-write section, merged into data segment: */
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.am335x-network40 are no other active DHCP servers in the same network segment.
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME24 access board from any host within the network segment. To determine the IP
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME266 0 1fff 8 7 segment display LED
/rk3399_rockchip-uboot/env/
H A DKconfig92 "embedded" in the text segment with the U-Boot code. This
/rk3399_rockchip-uboot/common/
H A Dedid.c6966 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 DREADME.x86941 If you platform can display POST codes on two little 7-segment displays on
/rk3399_rockchip-uboot/
H A DREADME4902 * Initialized global data (data segment) is read-only. Do not attempt
4906 as zero data - BSS segment) at all - this is undefined, initiali-