Searched refs:pstrcpy_targphys (Results 1 – 9 of 9) sorted by relevance
/qemu/hw/ppc/ |
H A D | prep.c | 192 pstrcpy_targphys("cmdline", CMDLINE_ADDR, RAM_size - CMDLINE_ADDR, in PPC_NVRAM_set_params() 384 pstrcpy_targphys("cmdline", CMDLINE_ADDR, TARGET_PAGE_SIZE, in ibm_40p_init()
|
H A D | mac_oldworld.c | 322 pstrcpy_targphys("cmdline", cmdline_base, TARGET_PAGE_SIZE, in ppc_heathrow_init()
|
H A D | mac_newworld.c | 481 pstrcpy_targphys("cmdline", cmdline_base, TARGET_PAGE_SIZE, in ppc_core99_init()
|
/qemu/hw/alpha/ |
H A D | dp264.c | 178 pstrcpy_targphys("cmdline", param_offset, 0x100, kernel_cmdline); in clipper_init()
|
/qemu/hw/microblaze/ |
H A D | boot.c | 205 pstrcpy_targphys("cmdline", boot_info.cmdline, 256, kernel_cmdline); in microblaze_load_kernel()
|
/qemu/include/hw/ |
H A D | loader.h | 255 void pstrcpy_targphys(const char *name,
|
/qemu/hw/hppa/ |
H A D | machine.c | 480 pstrcpy_targphys("cmdline", cpu[0]->env.cmdline_or_bootorder, in machine_HP_common_init_tail()
|
/qemu/hw/sparc/ |
H A D | sun4m.c | 1074 pstrcpy_targphys("cmdline", CMDLINE_ADDR, TARGET_PAGE_SIZE, in sun4m_hw_init()
|
/qemu/hw/core/ |
H A D | loader.c | 166 void pstrcpy_targphys(const char *name, hwaddr dest, int buf_size, in pstrcpy_targphys() function
|