Searched refs:L2_V7_AP (Results 1 – 3 of 3) sorted by relevance
369 #define L2_L_PROT_UR_v7 (L2_V7_AP(AP_V7_KRUR))370 #define L2_L_PROT_UW_v7 (L2_V7_AP(AP_KRWURW))371 #define L2_L_PROT_KR_v7 (L2_V7_AP(AP_V7_KR))372 #define L2_L_PROT_KW_v7 (L2_V7_AP(AP_KRW))373 #define L2_L_PROT_MASK_v7 (L2_V7_AP(0x07) | L2_V7_L_XN)379 #define L2_S_PROT_UR_v7 (L2_V7_AP(AP_V7_KRUR))380 #define L2_S_PROT_UW_v7 (L2_V7_AP(AP_KRWURW))381 #define L2_S_PROT_KR_v7 (L2_V7_AP(AP_V7_KR))382 #define L2_S_PROT_KW_v7 (L2_V7_AP(AP_KRW))383 #define L2_S_PROT_MASK_v7 (L2_V7_AP(0x07) | L2_V7_S_XN)[all …]
206 #define L2_V7_AP(x) ((((x) & 0x4) << 7) | (((x) & 0x2) << 4)) /* AP */ macro
921 npte |= L2_V7_AP(0x4); in pmap_clearbit()1578 npte |= L2_V7_AP(0x4); in pmap_protect()