Searched refs:L2_BLOCK (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/arm64/include/
H A Dpte.h92 #define L2_BLOCK L1_BLOCK macro
/freebsd-11.0-release/sys/arm64/arm64/
H A Dminidump_machdep.c246 if ((*l2 & ATTR_DESCR_MASK) == L2_BLOCK) {
364 } else if ((*l2 & ATTR_DESCR_MASK) == L2_BLOCK) {
H A Dlocore.S556 orr x12, x12, #L2_BLOCK
H A Dpmap.c409 if (desc == L2_BLOCK) {
457 if ((pmap_load(l2p) & ATTR_DESCR_MASK) == L2_BLOCK) {
748 KASSERT((l2[l2_slot] & ATTR_DESCR_MASK) == L2_BLOCK,
937 KASSERT((tpte & ATTR_DESCR_MASK) == L2_BLOCK,
979 CTASSERT(L1_BLOCK == L2_BLOCK);
1020 KASSERT((tpte & ATTR_DESCR_MASK) == L2_BLOCK,
3422 if ((l2 & ATTR_DESCR_MASK) == L2_BLOCK) {

Completed in 101 milliseconds