Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/
Dfault.c195 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault() local
197 if (is_exec) { in bad_kernel_fault()
230 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error() argument
238 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
244 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error() argument
256 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()
479 if (unlikely(access_pkey_error(is_write, is_exec, in ___do_page_fault()
485 if (unlikely(access_error(is_write, is_exec, vma))) { in ___do_page_fault()
[all …]
/linux-6.6.21/arch/xtensa/mm/
Dfault.c96 int is_write, is_exec; in do_page_fault() local
119 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()
/linux-6.6.21/tools/lib/bpf/
Dusdt.c389 bool is_exec; member
438 seg->is_exec = phdr.p_flags & PF_X; in parse_elf_segs()
523 seg->is_exec = true; in parse_vma_segs()
677 if (!seg->is_exec) { in collect_usdt_targets()
749 if (seg->is_exec) { in collect_usdt_targets()
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dhash_utils.c1756 bool is_exec, unsigned long trap) in hash_preload() argument
1761 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); in hash_preload()
1852 bool is_exec; in __update_mmu_cache() local
1870 is_exec = false; in __update_mmu_cache()
1873 is_exec = true; in __update_mmu_cache()
1879 hash_preload(vma->vm_mm, ptep, address, is_exec, trap); in __update_mmu_cache()
/linux-6.6.21/tools/perf/util/
Dunwind-libunwind-local.c470 int is_exec = elf_is_exec(fd, dso->name); in find_proc_info() local
472 unw_word_t base = is_exec ? 0 : start; in find_proc_info()
/linux-6.6.21/fs/fat/
Dinode.c466 static int is_exec(unsigned char *extension) in is_exec() function
544 ((sbi->options.showexec && !is_exec(de->name + 8)) in fat_fill_inode()