Searched refs:rbase (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 40 int fd, abi_ulong rbase, abi_ulong *baddrp); 276 abi_ulong rbase; in load_elf_interp() local 324 rbase = 0; in load_elf_interp() 330 rbase = target_mmap(0, INTERP_MAP_SIZE, PROT_NONE, in load_elf_interp() 332 if (rbase == -1) { in load_elf_interp() 338 error = load_elf_sections(interp_elf_ex, elf_phdata, interpreter_fd, rbase, in load_elf_interp() 350 return ((abi_ulong) interp_elf_ex->e_entry) + rbase; in load_elf_interp() 530 abi_ulong rbase, abi_ulong *baddrp) in load_elf_sections() argument 563 error = target_mmap(TARGET_ELF_PAGESTART(rbase + elf_ppnt->p_vaddr), in load_elf_sections() 577 start_bss = rbase + elf_ppnt->p_vaddr + elf_ppnt->p_filesz; in load_elf_sections() [all …]
|
| /openbmc/u-boot/include/ |
| H A D | tsec.h | 343 u32 rbase; /* RxBD Base Address */ member
|
| /openbmc/qemu/hw/arm/ |
| H A D | sbsa-ref.c | 543 hwaddr rbase = sbsa_ref_memmap[SBSA_GWDT_REFRESH].base; in create_wdt() local 551 sysbus_mmio_map(s, 0, rbase); in create_wdt()
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | cpm_8xx.h | 595 ushort rbase; /* Rx Buffer descriptor base address */ member
|
| H A D | immap_85xx.h | 394 u32 rbase; /* RX Desc Base Addr */ member
|
| /openbmc/u-boot/drivers/net/ |
| H A D | tsec.c | 513 out_be32(®s->rbase, (u32)&priv->rxbd[0]); in startup_tsec()
|