Home
last modified time | relevance | path

Searched refs:u_platform (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c181 elf_addr_t __user *u_platform; in create_elf_tables() local
207 u_platform = NULL; in create_elf_tables()
211 u_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables()
212 if (copy_to_user(u_platform, k_platform, len)) in create_elf_tables()
277 (elf_addr_t)(unsigned long)u_platform); in create_elf_tables()
H A Dbinfmt_elf_fdpic.c506 char __user *u_platform, *u_base_platform, *p; in create_elf_fdpic_tables() local
533 u_platform = NULL; in create_elf_fdpic_tables()
538 u_platform = (char __user *) sp; in create_elf_fdpic_tables()
539 if (copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables()
623 (elf_addr_t) (unsigned long) u_platform); in create_elf_fdpic_tables()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds