Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/
Dfault.c202 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in bad_kernel_fault() local
237 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error()
251 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error()
419 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; in ___do_page_fault() local
/linux-6.15/arch/xtensa/mm/
Dfault.c96 int is_write, is_exec; in do_page_fault() local
/linux-6.15/arch/powerpc/mm/book3s64/
Dhash_utils.c2014 bool is_exec, unsigned long trap) in hash_preload()
2110 bool is_exec; in __update_mmu_cache() local
/linux-6.15/tools/lib/bpf/
Dusdt.c390 bool is_exec; member
/linux-6.15/fs/fat/
Dinode.c464 static int is_exec(unsigned char *extension) in is_exec() function
/linux-6.15/include/linux/
Dkvm_host.h2479 bool is_write, bool is_exec, in kvm_prepare_memory_fault_exit()