Home
last modified time | relevance | path

Searched refs:L1_TYPE_S (Results 1 – 5 of 5) sorted by relevance

/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)
H A Darmv7_machdep.c333 (cur_pd[va>>L1_S_SHIFT] & L1_TYPE_MASK) == L1_TYPE_S; in copy_io_area_map()
/openbsd/sys/arch/arm/arm/
H A Ddb_interface.c236 case L1_TYPE_S: in db_write_text()
281 case L1_TYPE_S: in db_write_text()
/openbsd/sys/arch/arm/include/
H A Dpmap.h325 #define l1pte_section_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_S)
389 #define L1_S_PROTO_v7 (L1_TYPE_S)
H A Dpte.h136 #define L1_TYPE_S 0x02 /* Section or Supersection */ macro