| /u-boot/tools/binman/ |
| A D | elf.py | 263 segment = elf.get_segment(i) 264 if segment['p_type'] != 'PT_LOAD' or not segment['p_memsz']: 267 start = segment['p_paddr'] 268 mend = start + segment['p_memsz'] 269 rend = start + segment['p_filesz'] 274 virt_to_phys = segment['p_paddr'] - segment['p_vaddr'] 278 segment = elf.get_segment(i) 279 if segment['p_type'] != 'PT_LOAD' or not segment['p_memsz']: 282 start = segment['p_paddr'] 293 size = segment['p_filesz'] [all …]
|
| /u-boot/drivers/bios_emulator/include/x86emu/ |
| 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);
|
| /u-boot/drivers/bios_emulator/x86emu/ |
| 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() 383 uint segment, in fetch_data_word_abs() argument 388 x86emu_check_data_access(segment, 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() 492 uint segment, in store_data_byte_abs() argument 498 x86emu_check_data_access(segment, offset); in store_data_byte_abs() 515 uint segment, in store_data_word_abs() argument [all …]
|
| 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()
|
| /u-boot/arch/x86/cpu/i386/ |
| A D | cpu.c | 94 static void load_ds(u32 segment) in load_ds() argument 96 asm volatile("movl %0, %%ds" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_ds() 99 static void load_es(u32 segment) in load_es() argument 101 asm volatile("movl %0, %%es" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_es() 104 static void load_fs(u32 segment) in load_fs() argument 106 asm volatile("movl %0, %%fs" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_fs() 109 static void load_gs(u32 segment) in load_gs() argument 111 asm volatile("movl %0, %%gs" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_gs() 114 static void load_ss(u32 segment) in load_ss() argument 116 asm volatile("movl %0, %%ss" : : "r" (segment * X86_GDT_ENTRY_SIZE)); in load_ss()
|
| /u-boot/arch/arm/dts/ |
| A D | omap4-u-boot.dtsi | 9 segment@0 { 23 segment@0 {
|
| A D | am335x-evmsk-u-boot.dtsi | 12 segment@300000 {
|
| A D | am335x-pxm50-u-boot.dtsi | 12 segment@300000 {
|
| A D | am335x-rut-u-boot.dtsi | 12 segment@300000 {
|
| A D | am335x-evm-u-boot.dtsi | 10 segment@300000 {
|
| A D | omap5-u-boot.dtsi | 112 segment@0 { 126 segment@0 {
|
| A D | am335x-pdu001-u-boot.dtsi | 20 segment@300000 {
|
| A D | armada-385-atl-x530.dts | 40 segment-gpios = <
|
| A D | armada-385-atl-x530DP.dts | 41 segment-gpios = <
|
| A D | am335x-guardian-u-boot.dtsi | 21 segment@300000 {
|
| /u-boot/arch/powerpc/cpu/mpc86xx/ |
| A D | u-boot.lds | 11 /* Read-only sections, merged into text segment: */ 25 /* Read-write section, merged into data segment: */
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | u-boot.lds | 29 /* Read-only sections, merged into text segment: */ 43 /* Read-write section, merged into data segment: */ 106 * Make sure that the bss segment isn't linked at 0x0, otherwise its
|
| A D | u-boot-nand.lds | 23 /* Read-only sections, merged into text segment: */ 37 /* Read-write section, merged into data segment: */
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | u-boot.lds | 10 /* Read-only sections, merged into text segment: */ 19 /* Read-write section, merged into data segment: */
|
| /u-boot/arch/x86/include/asm/ |
| A D | acpi_table.h | 116 void acpi_create_dmar_drhd(struct acpi_ctx *ctx, uint flags, uint segment, 130 void acpi_create_dmar_rmrr(struct acpi_ctx *ctx, uint segment, u64 bar,
|
| A D | sipi.h | 33 u16 segment; member
|
| /u-boot/board/cssi/MCR3000/ |
| A D | u-boot.lds | 15 /* Read-only sections, merged into text segment: */ 36 /* Read-write section, merged into data segment: */
|
| /u-boot/arch/m68k/cpu/ |
| A D | u-boot.lds | 33 /* Read-write section, merged into data segment: */
|
| /u-boot/arch/x86/lib/ |
| A D | bios_asm.S | 12 #define SEG(segment) $segment * X86_GDT_ENTRY_SIZE argument
|
| A D | acpi_table.c | 820 void acpi_create_dmar_drhd(struct acpi_ctx *ctx, uint flags, uint segment, in acpi_create_dmar_drhd() argument 829 drhd->segment = segment; in acpi_create_dmar_drhd() 834 void acpi_create_dmar_rmrr(struct acpi_ctx *ctx, uint segment, u64 bar, in acpi_create_dmar_rmrr() argument 842 rmrr->segment = segment; in acpi_create_dmar_rmrr()
|