Searched refs:L1_OFFSET (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c481 pa = kernstart & ~L1_OFFSET;
1801 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
1959 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
2443 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c604 pa = dmap_phys_base = min_pa & ~L1_OFFSET;
611 (pa & ~L1_OFFSET) | ATTR_DEFAULT | ATTR_XN |
632 KASSERT((va & L1_OFFSET) == 0, ("Invalid virtual address"));
1008 pa |= (va & L1_OFFSET);
1063 off = va & L1_OFFSET;
1104 pa |= (va & L1_OFFSET);
2430 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
2643 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
3377 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
4436 tmpva = (tmpva & ~L1_OFFSET)
[all...]
H A Dminidump_machdep.c349 pa = (*l1 & ~ATTR_MASK) | (va & L1_OFFSET);
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h144 ((((va) | (pa)) & L1_OFFSET) == 0 && (size) >= L1_SIZE)
H A Dpte.h87 #define L1_OFFSET (L1_SIZE - 1) macro
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h135 ((((va) | (pa)) & L1_OFFSET) == 0 && (size) >= L1_SIZE)
H A Dpte.h53 #define L1_OFFSET (L1_SIZE - 1) macro

Completed in 121 milliseconds