Searched refs:may_execute (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dtrace_pr.h84 (pte->pte.may_execute ? 0x1 : 0);
113 (pte->pte.may_execute ? 0x1 : 0);
H A Dbook3s_32_mmu.c165 pte->may_execute = true;
230 pte->may_execute = true;
307 pte->may_execute = true;
H A Dbook3s_32_mmu_host.c205 if (orig_pte->may_execute)
242 orig_pte->may_execute ? 'x' : '-',
H A Dbook3s_64_mmu.c217 gpte->may_execute = true;
299 gpte->may_execute = ((r & HPTE_R_N) ? false : true);
302 gpte->may_execute = true;
H A Dbook3s_64_mmu_radix.c220 gpte->may_execute = !!(pte & _PAGE_EXEC);
298 gpte->may_execute = 0;
308 gpte->may_execute = 0;
H A Dbook3s_64_mmu_host.c132 if (!orig_pte->may_execute)
H A Dbook3s_pr.c709 pte.may_execute = true;
750 pte.may_execute = !data;
H A Dbook3s_hv_nested.c1426 if (!gpte_p->may_execute) {
1647 perm |= gpte.may_execute ? 0UL : _PAGE_EXEC;
H A Dbook3s.c470 pte->may_execute = true;
H A Dbooke.c1995 pte->may_execute = true;
2026 pte->may_execute = true;
H A Dbook3s_64_mmu_hv.c395 gpte->may_execute = gpte->may_read && !(gr & (HPTE_R_N | HPTE_R_G));
H A Dpowerpc.c417 if (!data && !pte.may_execute)
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h382 bool may_execute : 1; member in struct:kvmppc_pte

Completed in 177 milliseconds