Searched refs:L1_BLOCK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/arm64/include/
H A Dpte.h84 #define L1_BLOCK 0x1 macro
92 #define L2_BLOCK L1_BLOCK
/freebsd-11.0-release/sys/arm64/arm64/
H A Dlocore.S515 orr x12, x12, #L1_BLOCK
H A Dpmap.c397 if (desc == L1_BLOCK) {
445 if ((pmap_load(l1p) & ATTR_DESCR_MASK) == L1_BLOCK) {
569 ATTR_IDX(CACHED_MEMORY) | L1_BLOCK);
931 KASSERT((tpte & ATTR_DESCR_MASK) == L1_BLOCK,
979 CTASSERT(L1_BLOCK == L2_BLOCK);
981 (lvl < 3 && (tpte & ATTR_DESCR_MASK) == L1_BLOCK),
1014 KASSERT((tpte & ATTR_DESCR_MASK) == L1_BLOCK,
3403 if ((l1 & ATTR_DESCR_MASK) == L1_BLOCK) {

Completed in 58 milliseconds