Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf_fdpic.c505 char *k_platform, *k_base_platform; in create_elf_fdpic_tables() local
532 k_platform = ELF_PLATFORM; in create_elf_fdpic_tables()
535 if (k_platform) { in create_elf_fdpic_tables()
536 platform_len = strlen(k_platform) + 1; in create_elf_fdpic_tables()
539 if (copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables()
588 nitems = 1 + DLINFO_ITEMS + (k_platform ? 1 : 0) + in create_elf_fdpic_tables()
619 if (k_platform) { in create_elf_fdpic_tables()
H A Dbinfmt_elf.c184 const char *k_platform = ELF_PLATFORM; in create_elf_tables() local
208 if (k_platform) { in create_elf_tables()
209 size_t len = strlen(k_platform) + 1; in create_elf_tables()
212 if (copy_to_user(u_platform, k_platform, len)) in create_elf_tables()
275 if (k_platform) { in create_elf_tables()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c505 char *k_platform, *k_base_platform; in create_elf_fdpic_tables() local
533 k_platform = ELF_PLATFORM; in create_elf_fdpic_tables()
536 if (k_platform) { in create_elf_fdpic_tables()
537 platform_len = strlen(k_platform) + 1; in create_elf_fdpic_tables()
540 if (copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables()
589 nitems = 1 + DLINFO_ITEMS + (k_platform ? 1 : 0) + in create_elf_fdpic_tables()
620 if (k_platform) { in create_elf_fdpic_tables()
H A Dbinfmt_elf.c187 const char *k_platform = ELF_PLATFORM; in create_elf_tables() local
212 if (k_platform) { in create_elf_tables()
213 size_t len = strlen(k_platform) + 1; in create_elf_tables()
216 if (copy_to_user(u_platform, k_platform, len)) in create_elf_tables()
281 if (k_platform) { in create_elf_tables()

Completed in 9 milliseconds