Searched refs:ARM_TTE_BLOCK_AP (Results 1 – 7 of 7) sorted by relevance
178 mov r7, #ARM_TTE_BLOCK_AP(AP_RWNA) // Set kernel rw, user no access179 orr r7, r7, #(ARM_TTE_BLOCK_AP(AP_RWNA) & 0xFF00)180 orr r7, r7, #(ARM_TTE_BLOCK_AP(AP_RWNA) & 0xF0000)
833 arm_block_prot |= ARM_TTE_BLOCK_AP(AP_RWNA); in ml_static_protect()836 arm_block_prot |= ARM_TTE_BLOCK_AP(AP_RONA); in ml_static_protect()
702 #define ARM_TTE_BLOCK_AP(ap) \ macro
258 tmplate = (tmplate & ~ARM_TTE_BLOCK_APMASK) | ARM_TTE_BLOCK_AP(pte_prot_APX); in arm_vm_page_granular_prot()
1555 arm_block_prot |= ARM_TTE_BLOCK_AP(AP_RWNA); in ml_static_protect()1558 arm_block_prot |= ARM_TTE_BLOCK_AP(AP_RONA); in ml_static_protect()
1221 #define ARM_TTE_BLOCK_AP(x) ((x)<<ARM_TTE_BLOCK_APSHIFT) /* access protection */ macro
1107 | ARM_TTE_BLOCK_AP(pte_prot_APX) | ARM_TTE_BLOCK_SH(SH_OUTER_MEMORY) in arm_vm_page_granular_prot()