Searched refs:is_exec (Results 1 – 4 of 4) sorted by relevance
96 int is_write, is_exec; in do_page_fault() local119 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || in do_page_fault()126 is_write ? "w" : "", is_exec ? "x" : ""); in do_page_fault()148 } else if (is_exec) { in do_page_fault()
2033 bool is_exec, unsigned long trap) in hash_preload() argument2038 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); in hash_preload()2129 bool is_exec; in __update_mmu_cache() local2147 is_exec = false; in __update_mmu_cache()2150 is_exec = true; in __update_mmu_cache()2156 hash_preload(vma->vm_mm, ptep, address, is_exec, trap); in __update_mmu_cache()
467 static int is_exec(unsigned char *extension) in is_exec() function546 ((sbi->options.showexec && !is_exec(de->name + 8)) in fat_fill_inode()
2497 bool is_write, bool is_exec, in kvm_prepare_memory_fault_exit() argument