Searched refs:u_base_platform (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 182 elf_addr_t __user *u_base_platform; in create_elf_tables() local 220 u_base_platform = NULL; in create_elf_tables() 224 u_base_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 225 if (copy_to_user(u_base_platform, k_base_platform, len)) in create_elf_tables() 281 (elf_addr_t)(unsigned long)u_base_platform); in create_elf_tables()
|
H A D | binfmt_elf_fdpic.c | 506 char __user *u_platform, *u_base_platform, *p; in create_elf_fdpic_tables() local 548 u_base_platform = NULL; in create_elf_fdpic_tables() 553 u_base_platform = (char __user *) sp; in create_elf_fdpic_tables() 554 if (copy_to_user(u_base_platform, k_base_platform, platform_len) != 0) in create_elf_fdpic_tables() 630 (elf_addr_t) (unsigned long) u_base_platform); in create_elf_fdpic_tables()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 506 char __user *u_platform, *u_base_platform, *p; in create_elf_fdpic_tables() local 549 u_base_platform = NULL; in create_elf_fdpic_tables() 554 u_base_platform = (char __user *) sp; in create_elf_fdpic_tables() 555 if (copy_to_user(u_base_platform, k_base_platform, platform_len) != 0) in create_elf_fdpic_tables() 631 (elf_addr_t) (unsigned long) u_base_platform); in create_elf_fdpic_tables()
|
H A D | binfmt_elf.c | 185 elf_addr_t __user *u_base_platform; in create_elf_tables() local 224 u_base_platform = NULL; in create_elf_tables() 228 u_base_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 229 if (copy_to_user(u_base_platform, k_base_platform, len)) in create_elf_tables() 287 (elf_addr_t)(unsigned long)u_base_platform); in create_elf_tables()
|
Completed in 10 milliseconds