Searched refs:u_platform (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 76 abi_ulong u_platform; in target_create_elf_tables() local 81 u_platform = 0; in target_create_elf_tables() 86 u_platform = sp; in target_create_elf_tables() 133 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 76 abi_ulong u_platform; in target_create_elf_tables() local 81 u_platform = 0; in target_create_elf_tables() 86 u_platform = sp; in target_create_elf_tables() 133 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
|
/openbmc/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 506 char __user *u_platform, *u_base_platform, *p; in create_elf_fdpic_tables() local 534 u_platform = NULL; in create_elf_fdpic_tables() 539 u_platform = (char __user *) sp; in create_elf_fdpic_tables() 540 if (copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables() 624 (elf_addr_t) (unsigned long) u_platform); in create_elf_fdpic_tables()
|
H A D | binfmt_elf.c | 184 elf_addr_t __user *u_platform; in create_elf_tables() local 211 u_platform = NULL; in create_elf_tables() 215 u_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 216 if (copy_to_user(u_platform, k_platform, len)) in create_elf_tables() 283 (elf_addr_t)(unsigned long)u_platform); in create_elf_tables()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2482 abi_ulong u_platform, u_base_platform; in create_elf_tables() local 2521 u_platform = 0; in create_elf_tables() 2527 u_platform = sp; in create_elf_tables() 2532 u_platform = sp; in create_elf_tables() 2643 if (u_platform) { in create_elf_tables() 2644 NEW_AUX_ENT(AT_PLATFORM, u_platform); in create_elf_tables()
|