Home
last modified time | relevance | path

Searched refs:L0_OFFSET (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/riscv/include/
H A Dpte.h48 #define L0_OFFSET (L0_SIZE - 1) macro
/freebsd/sys/arm64/include/
H A Dpte.h182 #define L0_OFFSET (L0_SIZE - 1ul) macro
/freebsd/sys/riscv/riscv/
H A Dpmap.c2637 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_remove()
2823 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_protect()
3943 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_unwire()
/freebsd/sys/arm64/arm64/
H A Dpmap.c4322 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_remove1()
4629 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_mask_set_locked()
6549 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_unwire()
6730 va_next = (addr + L0_SIZE) & ~L0_OFFSET; in pmap_copy()
7794 va_next = (sva + L0_SIZE) & ~L0_OFFSET; in pmap_advise()