Searched refs:may_execute (Results 1 – 12 of 12) sorted by relevance
182 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate_bat()247 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate_pte()323 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate()
84 (pte->pte.may_execute ? 0x1 : 0);113 (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()
234 gpte->may_execute = true; in kvmppc_mmu_book3s_64_xlate()317 gpte->may_execute = ((r & HPTE_R_N) ? false : true); in kvmppc_mmu_book3s_64_xlate()320 gpte->may_execute = true; in kvmppc_mmu_book3s_64_xlate()
123 gpte->may_execute = !!(pte & _PAGE_EXEC); in kvmppc_mmu_radix_xlate()128 gpte->may_execute = 0; in kvmppc_mmu_radix_xlate()138 gpte->may_execute = 0; in kvmppc_mmu_radix_xlate()
143 if (!orig_pte->may_execute) in kvmppc_mmu_map_page()
554 pte.may_execute = true; in kvmppc_handle_pagefault()595 pte.may_execute = !data; in kvmppc_handle_pagefault()
442 pte->may_execute = true; in kvmppc_xlate()
1959 pte->may_execute = true; in kvmppc_xlate()1990 pte->may_execute = true; in kvmppc_xlate()
386 if (!data && !pte.may_execute) in kvmppc_ld()
400 gpte->may_execute = gpte->may_read && !(gr & (HPTE_R_N | HPTE_R_G)); in kvmppc_mmu_book3s_64_hv_xlate()
359 bool may_execute : 1; member