Searched refs:is_exec (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dfault.c195 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; local
197 if (is_exec) {
230 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, argument
238 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0))
244 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) argument
256 if (is_exec) {
412 int is_exec = TRAP(regs) == INTERRUPT_INST_STORAGE; local
470 if (is_exec)
480 if (unlikely(access_pkey_error(is_write, is_exec,
486 if (unlikely(access_error(is_write, is_exec, vm
[all...]
/linux-master/arch/xtensa/mm/
H A Dfault.c96 int is_write, is_exec; local
119 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE ||
126 is_write ? "w" : "", is_exec ? "x" : "");
148 } else if (is_exec) {
/linux-master/tools/lib/bpf/
H A Dusdt.c389 bool is_exec; member in struct:elf_seg
438 seg->is_exec = phdr.p_flags & PF_X;
523 seg->is_exec = true;
677 if (!seg->is_exec) {
749 if (seg->is_exec) {
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1763 bool is_exec, unsigned long trap)
1768 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0);
1859 bool is_exec; local
1877 is_exec = false;
1880 is_exec = true;
1886 hash_preload(vma->vm_mm, ptep, address, is_exec, trap);
1762 hash_preload(struct mm_struct *mm, pte_t *ptep, unsigned long ea, bool is_exec, unsigned long trap) argument
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c484 int is_exec = elf_is_exec(fd, dso->name); local
486 unw_word_t base = is_exec ? 0 : start;
/linux-master/fs/fat/
H A Dinode.c466 static int is_exec(unsigned char *extension) function
545 ((sbi->options.showexec && !is_exec(de->name + 8))
/linux-master/include/linux/
H A Dkvm_host.h2397 bool is_write, bool is_exec,
2395 kvm_prepare_memory_fault_exit(struct kvm_vcpu *vcpu, gpa_t gpa, gpa_t size, bool is_write, bool is_exec, bool is_private) argument

Completed in 209 milliseconds