Searched refs:L1_SIZE (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c607 pa += L1_SIZE, va += L1_SIZE, l1_slot++) {
638 for (; va < VM_MAX_KERNEL_ADDRESS; l1_slot++, va += L1_SIZE) {
795 va = roundup2(va, L1_SIZE);
820 virtual_avail = roundup2(freemempos, L1_SIZE);
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) + L1_SIZE;
4514 if (va <= (vm_offset_t)l1 && va + L1_SIZE > (vm_offset_
[all...]
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h144 ((((va) | (pa)) & L1_OFFSET) == 0 && (size) >= L1_SIZE)
H A Dpte.h86 #define L1_SIZE (1 << L1_SHIFT) macro
87 #define L1_OFFSET (L1_SIZE - 1)
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h135 ((((va) | (pa)) & L1_OFFSET) == 0 && (size) >= L1_SIZE)
H A Dpte.h52 #define L1_SIZE (1 << L1_SHIFT) macro
53 #define L1_OFFSET (L1_SIZE - 1)
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c487 pa += L1_SIZE, va += L1_SIZE, l1_slot++) {
1801 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
1959 va_next = (sva + L1_SIZE) & ~L1_OFFSET;
2443 va_next = (sva + L1_SIZE) & ~L1_OFFSET;

Completed in 202 milliseconds