Home
last modified time | relevance | path

Searched refs:is_exec (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/arch/powerpc/mm/
Dfault.c200 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault() local
202 if (is_exec) { in bad_kernel_fault()
235 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error() argument
243 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
249 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error() argument
261 if (is_exec) { in access_error()
411 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in ___do_page_fault() local
469 if (is_exec) in ___do_page_fault()
514 if (unlikely(access_pkey_error(is_write, is_exec, in ___do_page_fault()
518 if (unlikely(access_error(is_write, is_exec, vma))) in ___do_page_fault()
/Linux-v6.1/arch/xtensa/mm/
Dfault.c95 int is_write, is_exec; in do_page_fault() local
118 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || in do_page_fault()
125 is_write ? "w" : "", is_exec ? "x" : ""); in do_page_fault()
156 } else if (is_exec) { in do_page_fault()
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dhash_utils.c1689 bool is_exec, unsigned long trap) in hash_preload() argument
1694 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); in hash_preload()
1785 bool is_exec; in __update_mmu_cache() local
1803 is_exec = false; in __update_mmu_cache()
1806 is_exec = true; in __update_mmu_cache()
1812 hash_preload(vma->vm_mm, ptep, address, is_exec, trap); in __update_mmu_cache()
/Linux-v6.1/tools/lib/bpf/
Dusdt.c383 bool is_exec; member
432 seg->is_exec = phdr.p_flags & PF_X; in parse_elf_segs()
517 seg->is_exec = true; in parse_vma_segs()
671 if (!seg->is_exec) { in collect_usdt_targets()
743 if (seg->is_exec) { in collect_usdt_targets()
/Linux-v6.1/tools/perf/util/
Dunwind-libunwind-local.c455 int is_exec = elf_is_exec(fd, map->dso->name); in find_proc_info() local
456 unw_word_t base = is_exec ? 0 : map->start; in find_proc_info()
/Linux-v6.1/fs/fat/
Dinode.c471 static int is_exec(unsigned char *extension) in is_exec() function
549 ((sbi->options.showexec && !is_exec(de->name + 8)) in fat_fill_inode()