Home
last modified time | relevance | path

Searched refs:L1_S_V7_AP (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/arm/include/
H A Dpmap.h359 #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))
H A Dpte.h155 #define L1_S_V7_AP(x) ((((x) & 0x4) << 13) | (((x) & 0x2) << 10)) /* AP */ macro
/openbsd/sys/arch/armv7/armv7/
H A Dlocore0.S155 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)