Searched refs:L1_TYPE_C (Results 1 – 6 of 6) sorted by relevance
310 case L1_TYPE_C: in ktext_write()351 case L1_TYPE_C: in ktext_write()
1618 KASSERT((pde & L1_TYPE_MASK) == L1_TYPE_C); in pmap_free_l2_bucket()1624 == (L1_C_DOM(pmap_domain(pm))|L1_TYPE_C)) { in pmap_free_l2_bucket()6408 if ((pde & L1_TYPE_MASK) != L1_TYPE_C) in pmap_bootstrap()7007 if ((pdep[l1slot] & L1_TYPE_MASK) != L1_TYPE_C) in pmap_map_entry()7146 if ((pdep[l1slot] & L1_TYPE_MASK) != L1_TYPE_C) in pmap_map_chunk()
538 #define l1pte_page_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_C)858 #define L1_C_PROTO_generic (L1_TYPE_C | L1_C_IMP2)859 #define L1_C_PROTO_xscale (L1_TYPE_C)860 #define L1_C_PROTO_armv6 (L1_TYPE_C)861 #define L1_C_PROTO_armv7 (L1_TYPE_C)
154 #define L1_TYPE_C 0x01 /* Coarse L2 */ macro
110 case L1_TYPE_C: in GetPhysicalAddress()
122 case L1_TYPE_C: in _kvm_kvatop()