Searched refs:to_trans (Results 1 – 1 of 1) sorted by relevance
305 … int64_t to_trans = (remain_file_size > PAGE_2M_SIZE) ? PAGE_2M_SIZE : remain_file_size; in process_load_elf_file() local306 … val = filp->file_ops->read(filp, (char *)(virt_base + beginning_offset), to_trans, &pos); in process_load_elf_file()