Home
last modified time | relevance | path

Searched refs:L0_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/riscv/include/
H A Dpte.h47 #define L0_SIZE (1UL << L0_SHIFT) macro
48 #define L0_OFFSET (L0_SIZE - 1)
/freebsd/sys/arm64/include/
H A Dpte.h180 #define L0_SIZE (UINT64_C(1) << L0_SHIFT) macro
181 #define L0_OFFSET (L0_SIZE - 1ul)
/freebsd/sys/arm64/vmm/
H A Dvmm_mmu.c363 va_next = (va + L0_SIZE) & ~L0_OFFSET; in vmmpmap_remove()
/freebsd/sys/arm64/arm64/
H A Dpmap.c4102 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_remove1()
4412 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_mask_set_locked()
6275 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_unwire()
6456 va_next = (addr + L0_SIZE) & ~L0_OFFSET; in pmap_copy()
7508 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_advise()
9892 sva += L0_SIZE; in sysctl_kmaps()
/freebsd/sys/riscv/riscv/
H A Dpmap.c2538 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_remove()
2724 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_protect()
3842 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_unwire()