Searched refs:textpos (Results 1 – 1 of 1) sorted by relevance
537 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file()538 ret = textpos; in load_flat_file()539 if (!textpos) in load_flat_file()557 vm_munmap(textpos, text_len); in load_flat_file()581 vm_munmap(textpos, text_len); in load_flat_file()595 textpos = vm_mmap(NULL, 0, len, in load_flat_file()598 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file()599 ret = textpos; in load_flat_file()600 if (!textpos) in load_flat_file()614 memp = textpos; in load_flat_file()[all …]