Home
last modified time | relevance | path

Searched refs:u_platform (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h75 abi_ulong u_platform; in target_create_elf_tables() local
80 u_platform = 0; in target_create_elf_tables()
85 u_platform = sp; in target_create_elf_tables()
132 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h75 abi_ulong u_platform; in target_create_elf_tables() local
80 u_platform = 0; in target_create_elf_tables()
85 u_platform = sp; in target_create_elf_tables()
132 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c506 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 Dbinfmt_elf.c184 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 Delfload.c2541 abi_ulong u_platform, u_base_platform; in create_elf_tables() local
2580 u_platform = 0; in create_elf_tables()
2586 u_platform = sp; in create_elf_tables()
2591 u_platform = sp; in create_elf_tables()
2708 if (u_platform) { in create_elf_tables()
2709 NEW_AUX_ENT(AT_PLATFORM, u_platform); in create_elf_tables()