Searched refs:may_execute (Results 1 – 12 of 12) sorted by relevance
181 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate_bat()246 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate_pte()322 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate()
86 (pte->pte.may_execute ? 0x1 : 0);115 (pte->pte.may_execute ? 0x1 : 0);
217 if (orig_pte->may_execute) in kvmppc_mmu_map_page()254 orig_pte->may_execute ? 'x' : '-', in kvmppc_mmu_map_page()
242 gpte->may_execute = true; in kvmppc_mmu_book3s_64_xlate()325 gpte->may_execute = ((r & HPTE_R_N) ? false : true); in kvmppc_mmu_book3s_64_xlate()328 gpte->may_execute = true; in kvmppc_mmu_book3s_64_xlate()
117 gpte->may_execute = !!(pte & _PAGE_EXEC); in kvmppc_mmu_radix_xlate()122 gpte->may_execute = 0; in kvmppc_mmu_radix_xlate()132 gpte->may_execute = 0; in kvmppc_mmu_radix_xlate()
143 if (!orig_pte->may_execute) in kvmppc_mmu_map_page()
435 pte->may_execute = true; in kvmppc_xlate()
690 pte.may_execute = true; in kvmppc_handle_pagefault()731 pte.may_execute = !data; in kvmppc_handle_pagefault()
1988 pte->may_execute = true; in kvmppc_xlate()2019 pte->may_execute = true; in kvmppc_xlate()
384 if (!data && !pte.may_execute) in kvmppc_ld()
406 gpte->may_execute = gpte->may_read && !(gr & (HPTE_R_N | HPTE_R_G)); in kvmppc_mmu_book3s_64_hv_xlate()
361 bool may_execute : 1; member