Home
last modified time | relevance | path

Searched defs:is_exec (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/mm/
H A Dfault.c195 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault() local
230 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error()
244 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error()
411 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in ___do_page_fault() local
/openbmc/qemu/include/qemu/
H A Dselfmap.h20 bool is_exec; member
/openbmc/linux/arch/xtensa/mm/
H A Dfault.c96 int is_write, is_exec; in do_page_fault() local
/openbmc/qemu/target/sparc/
H A Dldst_helper.c418 bool is_write, bool is_exec, int is_asi, in sparc_raise_mmu_fault()
479 bool is_write, bool is_exec, int is_asi, in sparc_raise_mmu_fault()
1963 bool is_exec = access_type == MMU_INST_FETCH; in sparc_cpu_do_transaction_failed() local
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1756 bool is_exec, unsigned long trap) in hash_preload()
1852 bool is_exec; in __update_mmu_cache() local
/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind-local.c470 int is_exec = elf_is_exec(fd, dso->name); in find_proc_info() local
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c389 bool is_exec; member
/openbmc/linux/fs/fat/
H A Dinode.c466 static int is_exec(unsigned char *extension) in is_exec() function