Searched refs:L1_TYPE_S (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libkvm/
H A Dkvm_arm.h97 _Static_assert(L1_TYPE_S == ARM_L1_TYPE_S, "L1_TYPE_S mismatch");
/freebsd-11-stable/sys/arm/include/
H A Dpmap_var.h177 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S);
200 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S));
H A Dpte-v6.h112 #define L1_TYPE_S 0x02 /* Section */ macro
206 #define PTE1_V L1_TYPE_S /* Valid bit */
H A Dpmap-v4.h300 #define L1_S_PROTO_generic (L1_TYPE_S | L1_S_IMP)
301 #define L1_S_PROTO_xscale (L1_TYPE_S)
484 #define l1pte_section_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_S)
H A Dpte-v4.h165 #define L1_TYPE_S 0x02 /* Section */ macro
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v4.S320 ldr r4, =(L1_TYPE_S|L1_S_AP(AP_KRW))
324 ldr r4, =(L1_TYPE_S|L1_S_C|L1_S_AP(AP_KRW))
H A Delf_trampoline.c662 pd[addr >> L1_S_SHIFT] = L1_TYPE_S|L1_S_C|L1_S_AP(AP_KRW)|
669 pd[0xfff00000 >> L1_S_SHIFT] = L1_TYPE_S|L1_S_AP(AP_KRW)|

Completed in 102 milliseconds