Searched defs:is_exec (Results 1 – 5 of 5) sorted by relevance
203 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault() local238 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error()252 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error()420 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in ___do_page_fault() local
96 int is_write, is_exec; in do_page_fault() local
2014 bool is_exec, unsigned long trap) in hash_preload()2110 bool is_exec; in __update_mmu_cache() local
390 bool is_exec; member
466 static int is_exec(unsigned char *extension) in is_exec() function