Searched refs:rom_ptr (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/hw/nubus/ |
H A D | nubus-device.c | 35 uint8_t *rom_ptr; in nubus_device_realize() local 96 rom_ptr = memory_region_get_ram_ptr(&nd->decl_rom); in nubus_device_realize() 97 ret = load_image_size(path, rom_ptr + (uintptr_t)(align_size - size), in nubus_device_realize()
|
/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 126 uint64_t *size_ptr = rom_ptr(KERN_PARM_AREA_SIZE_ADDR, sizeof(*size_ptr)); in get_max_kernel_cmdline_size() 206 magic = rom_ptr(LINUX_MAGIC_ADDR, 6); in s390_ipl_realize() 211 ipl_psw = rom_ptr(4, 4); in s390_ipl_realize() 228 char *parm_area = rom_ptr(KERN_PARM_AREA, cmdline_size); in s390_ipl_realize() 269 romptr = rom_ptr(INITRD_PARM_START, 16); in s390_ipl_realize()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | oplib_32.h | 47 void prom_init(struct linux_romvec *rom_ptr);
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | oplib.h | 45 extern void prom_init(struct linux_romvec *rom_ptr);
|
/openbmc/qemu/hw/rx/ |
H A D | rx-gdbsim.c | 154 rom_ptr(SDRAM_BASE + dtb_offset, dtb_size)); in rx_gdbsim_init()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 86 resetvec = rom_ptr(0xfffffffc, 4); in rx_cpu_reset_hold()
|
/openbmc/qemu/include/hw/ |
H A D | loader.h | 307 void *rom_ptr(hwaddr addr, size_t size);
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 177 ptr = rom_ptr(dest + buf_size - 1, sizeof(*ptr)); in pstrcpy_targphys() 1567 void *rom_ptr(hwaddr addr, size_t size) in rom_ptr() function 1595 cbdata->rom = rom_ptr(alias_addr, cbdata->size); in find_rom_cb() 1633 rom = rom_ptr(addr, size); in rom_ptr_for_as()
|
/openbmc/qemu/hw/m68k/ |
H A D | mcf5208.c | 360 ptr = rom_ptr(0x4, 4); in mcf5208evb_init()
|
H A D | q800.c | 685 ptr = rom_ptr(MACROM_ADDR, bios_size); in q800_machine_init()
|
H A D | next-cube.c | 1037 ptr = rom_ptr(0x01000004, 4); in next_cube_init()
|
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 963 rom_ptr(ENVP_PADDR, prom_size) + rng_seed_prom_offset); in load_kernel() 1202 addr = rom_ptr(FLASH_ADDRESS, swapsize); in mips_malta_init()
|
H A D | boston.c | 818 rom_ptr(dtb_paddr, dt_size)); in boston_mach_init()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 213 ptr = rom_ptr(*kernel_addr + i, 32); in sun4u_load_kernel()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 273 ptr = rom_ptr(KERNEL_LOAD_ADDR + i, 24); in sun4m_load_kernel()
|