Searched refs:may_execute (Results 1 – 13 of 13) sorted by relevance
170 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate_bat()235 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate_pte()312 pte->may_execute = true; in kvmppc_mmu_book3s_32_xlate()
84 (pte->pte.may_execute ? 0x1 : 0);113 (pte->pte.may_execute ? 0x1 : 0);
205 if (orig_pte->may_execute) in kvmppc_mmu_map_page()242 orig_pte->may_execute ? 'x' : '-', in kvmppc_mmu_map_page()
231 gpte->may_execute = true; in kvmppc_mmu_book3s_64_xlate()314 gpte->may_execute = ((r & HPTE_R_N) ? false : true); in kvmppc_mmu_book3s_64_xlate()317 gpte->may_execute = true; in kvmppc_mmu_book3s_64_xlate()
202 gpte->may_execute = !!(pte & _PAGE_EXEC); in kvmppc_mmu_walk_radix_tree()278 gpte->may_execute = 0; in kvmppc_mmu_radix_xlate()288 gpte->may_execute = 0; in kvmppc_mmu_radix_xlate()
131 if (!orig_pte->may_execute) in kvmppc_mmu_map_page()
1171 if (!gpte_p->may_execute) { in kvmhv_translate_addr_nested()1390 perm |= gpte.may_execute ? 0UL : _PAGE_EXEC; in __kvmhv_nested_page_fault()
688 pte.may_execute = true; in kvmppc_handle_pagefault()729 pte.may_execute = !data; in kvmppc_handle_pagefault()
468 pte->may_execute = true; in kvmppc_xlate()
1978 pte->may_execute = true; in kvmppc_xlate()2009 pte->may_execute = true; in kvmppc_xlate()
394 gpte->may_execute = gpte->may_read && !(gr & (HPTE_R_N | HPTE_R_G)); in kvmppc_mmu_book3s_64_hv_xlate()
392 if (!data && !pte.may_execute) in kvmppc_ld()
384 bool may_execute : 1; member