Searched refs:L1_S_V7_AP (Results 1 – 3 of 3) sorted by relevance
359 #define L1_S_PROT_UR_v7 (L1_S_V7_AP(AP_V7_KRUR))360 #define L1_S_PROT_UW_v7 (L1_S_V7_AP(AP_KRWURW))361 #define L1_S_PROT_KR_v7 (L1_S_V7_AP(AP_V7_KR))362 #define L1_S_PROT_KW_v7 (L1_S_V7_AP(AP_KRW))363 #define L1_S_PROT_MASK_v7 (L1_S_V7_AP(0x07))
155 #define L1_S_V7_AP(x) ((((x) & 0x4) << 13) | (((x) & 0x2) << 10)) /* AP */ macro
155 L1_TYPE_S|L1_S_C|L1_S_V7_AP(AP_KRW)|L1_S_V7_AF)158 L1_TYPE_S|L1_S_C|L1_S_V7_AP(AP_KRW)|L1_S_V7_AF)