Searched defs:is_exec (Results 1 – 4 of 4) sorted by relevance
221 static bool bad_kernel_fault(bool is_exec, unsigned long error_code, in bad_kernel_fault()286 static bool access_error(bool is_write, bool is_exec, in access_error()415 int is_exec = TRAP(regs) == 0x400; in __do_page_fault() local
44 int is_write, is_exec; in do_page_fault() local
408 int is_exec = elf_is_exec(fd, map->dso->name); in find_proc_info() local
463 static int is_exec(unsigned char *extension) in is_exec() function