Searched refs:is_exec (Results 1 – 4 of 4) sorted by relevance
46 int is_write, is_exec; in do_page_fault() local67 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || in do_page_fault()73 address, exccause, regs->pc, is_write? "w":"", is_exec? "x":""); in do_page_fault()102 } else if (is_exec) { in do_page_fault()
218 int is_exec = trap == 0x400; in do_page_fault() local392 if (is_exec) { in do_page_fault()491 if (is_exec && (error_code & DSISR_PROTFAULT)) in do_page_fault()
361 int is_exec = elf_is_exec(fd, map->dso->name); in find_proc_info() local362 unw_word_t base = is_exec ? 0 : map->start; in find_proc_info()
425 static int is_exec(unsigned char *extension) in is_exec() function481 ((sbi->options.showexec && !is_exec(de->name + 8)) in fat_fill_inode()