Searched refs:platform_len (Results 1 – 1 of 1) sorted by relevance
509 size_t platform_len = 0, len; in create_elf_fdpic_tables() local541 platform_len = strlen(k_platform) + 1; in create_elf_fdpic_tables()542 sp -= platform_len; in create_elf_fdpic_tables()544 if (__copy_to_user(u_platform, k_platform, platform_len) != 0) in create_elf_fdpic_tables()556 platform_len = strlen(k_base_platform) + 1; in create_elf_fdpic_tables()557 sp -= platform_len; in create_elf_fdpic_tables()559 if (__copy_to_user(u_base_platform, k_base_platform, platform_len) != 0) in create_elf_fdpic_tables()