| /u-boot/tools/binman/ |
| A D | elf.py | 450 segment = elf.get_segment(i) 451 if segment['p_type'] != 'PT_LOAD' or not segment['p_memsz']: 454 start = segment['p_paddr'] 461 virt_to_phys = segment['p_paddr'] - segment['p_vaddr'] 465 segment = elf.get_segment(i) 466 if segment['p_type'] != 'PT_LOAD' or not segment['p_memsz']: 469 start = segment['p_paddr'] 480 size = segment['p_filesz'] 488 segment.data()[offset:]) 541 if segment['p_type'] != 'PT_LOAD' or not segment['p_memsz']: [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/arch/arm/dts/ |
| A D | omap4-u-boot.dtsi | 9 segment@0 { 21 segment@80000 { 31 segment@0 {
|
| A D | am335x-pdu001-u-boot.dtsi | 10 segment@200000 { 20 segment@100000 { 28 segment@300000 {
|
| A D | am335x-brppt1-mmc-u-boot.dtsi | 15 segment@200000 { 43 segment@0 { 52 segment@100000 {
|
| A D | am335x-sancloud-bbe-lite-u-boot.dtsi | 10 segment@200000 { 31 segment@0 {
|
| A D | am335x-evm-u-boot.dtsi | 10 segment@300000 { 36 segment@200000 {
|
| A D | am335x-rut-u-boot.dtsi | 12 segment@300000 {
|
| A D | am335x-evmsk-u-boot.dtsi | 12 segment@300000 {
|
| A D | am335x-pxm50-u-boot.dtsi | 12 segment@300000 {
|
| A D | omap5-u-boot.dtsi | 112 segment@0 { 126 segment@0 {
|
| A D | am335x-wega-rdk-u-boot.dtsi | 23 segment@200000 {
|
| A D | am335x-guardian-u-boot.dtsi | 21 segment@300000 {
|
| A D | armada-385-atl-x530.dts | 40 segment-gpios = <
|
| /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/mips/mach-octeon/include/mach/ |
| A D | cvmx-address.h | 141 #define CVMX_ADD_SEG32(segment, add) (((s32)segment << 31) | (s32)(add)) argument 153 #define CVMX_ADD_SEG(segment, add) ((((u64)segment) << 62) | (add)) argument
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | u-boot.lds | 27 /* Read-only sections, merged into text segment: */ 42 /* Read-write section, merged into data segment: */ 99 * Make sure that the bss segment isn't linked at 0x0, otherwise its
|
| /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 | 111 void acpi_create_dmar_drhd(struct acpi_ctx *ctx, uint flags, uint segment, 125 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/cmpc885/ |
| A D | u-boot.lds | 15 /* Read-only sections, merged into text segment: */ 36 /* Read-write section, merged into data segment: */
|
| /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/x86/lib/ |
| A D | acpi_table.c | 604 void acpi_create_dmar_drhd(struct acpi_ctx *ctx, uint flags, uint segment, in acpi_create_dmar_drhd() argument 613 drhd->segment = segment; in acpi_create_dmar_drhd() 618 void acpi_create_dmar_rmrr(struct acpi_ctx *ctx, uint segment, u64 bar, in acpi_create_dmar_rmrr() argument 626 rmrr->segment = segment; in acpi_create_dmar_rmrr()
|