Searched defs:is_exec (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 195 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 D | selfmap.h | 20 bool is_exec; member
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 96 int is_write, is_exec; in do_page_fault() local
|
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 418 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 D | hash_utils.c | 1756 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 D | unwind-libunwind-local.c | 470 int is_exec = elf_is_exec(fd, dso->name); in find_proc_info() local
|
/openbmc/linux/tools/lib/bpf/ |
H A D | usdt.c | 389 bool is_exec; member
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 466 static int is_exec(unsigned char *extension) in is_exec() function
|