Symbol: Ln_ENTRIES
sys/arm64/arm64/efirt_machdep.c
176
L0_ENTRIES * Ln_ENTRIES + L0_ENTRIES * Ln_ENTRIES * Ln_ENTRIES +
sys/arm64/arm64/efirt_machdep.c
177
L0_ENTRIES * Ln_ENTRIES * Ln_ENTRIES * Ln_ENTRIES,
sys/arm64/arm64/kexec_support.c
173
pte -= (Ln_ENTRIES * 2); /* move to start of L2 pages */
sys/arm64/arm64/minidump_machdep.c
185
for (i = 0; i < Ln_ENTRIES * Ln_ENTRIES;
sys/arm64/arm64/minidump_machdep.c
190
pmapsize += (Ln_ENTRIES - 1) * PAGE_SIZE;
sys/arm64/arm64/minidump_machdep.c
194
for (i = 0; i < Ln_ENTRIES; i++, pa += PAGE_SIZE) {
sys/arm64/arm64/minidump_machdep.c
200
for (i = 0; i < Ln_ENTRIES; i++) {
sys/arm64/arm64/minidump_machdep.c
310
for (i = 0; i < Ln_ENTRIES; i++) {
sys/arm64/arm64/minidump_machdep.c
311
for (j = 0; j < Ln_ENTRIES; j++) {
sys/arm64/arm64/minidump_machdep.c
331
for (i = 0; i < Ln_ENTRIES; i++) {
sys/arm64/arm64/minidump_machdep.c
66
static uint64_t tmpbuffer[Ln_ENTRIES];
sys/arm64/arm64/pmap.c
1004
state->l1_slot = Ln_ENTRIES;
sys/arm64/arm64/pmap.c
1005
state->l2_slot = Ln_ENTRIES;
sys/arm64/arm64/pmap.c
10102
for (sva = 0xffff000000000000ul, i = pmap_l0_index(sva); i < Ln_ENTRIES;
sys/arm64/arm64/pmap.c
10128
for (j = pmap_l1_index(sva); j < Ln_ENTRIES; j++) {
sys/arm64/arm64/pmap.c
10146
for (k = pmap_l2_index(sva); k < Ln_ENTRIES; k++) {
sys/arm64/arm64/pmap.c
10168
for (l = pmap_l3_index(sva); l < Ln_ENTRIES;
sys/arm64/arm64/pmap.c
1048
state->l1_slot == Ln_ENTRIES ||
sys/arm64/arm64/pmap.c
1053
state->l2_slot = Ln_ENTRIES;
sys/arm64/arm64/pmap.c
1096
state->l2_slot == Ln_ENTRIES ||
sys/arm64/arm64/pmap.c
3777
PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
3806
PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
3807
PV_STAT(atomic_subtract_int(&pv_entry_spare, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
5754
for (pt_end = pte + Ln_ENTRIES; pte < pt_end; pte++) {
sys/arm64/arm64/pmap.c
7609
(uintptr_t)pmap) & (Ln_ENTRIES - 1)) == 0 &&
sys/arm64/arm64/pmap.c
8463
for (i = 0; i < Ln_ENTRIES; i++) {
sys/arm64/arm64/pmap.c
8495
for (l3 = firstl3; l3 - firstl3 < Ln_ENTRIES; l3++) {
sys/arm64/arm64/pmap.c
8508
for (xl3p = firstl3p; xl3p < firstl3p + Ln_ENTRIES;
sys/arm64/arm64/pmap.c
8515
for (yl3p = firstl3p; yl3p < firstl3p + Ln_ENTRIES;
sys/arm64/arm64/pmap.c
8682
reserve_pv_entries(pmap, Ln_ENTRIES - 1, lockp);
sys/arm64/arm64/pmap.c
976
.l1_slot = Ln_ENTRIES,
sys/arm64/arm64/pmap.c
977
.l2_slot = Ln_ENTRIES,
sys/arm64/arm64/pmap.c
9869
Ln_ENTRIES, 0, ~0ul, L2_SIZE, 0, VM_MEMATTR_DEFAULT));
sys/arm64/include/pte.h
230
#define Ln_ADDR_MASK (Ln_ENTRIES - 1)
sys/arm64/vmm/vmm_mmu.c
118
for (i = 0; i < Ln_ENTRIES; i++) {
sys/arm64/vmm/vmm_mmu.c
81
for (i = 0; i < Ln_ENTRIES; i++) {
sys/arm64/vmm/vmm_mmu.c
99
for (i = 0; i < Ln_ENTRIES; i++) {
sys/riscv/include/pte.h
67
#define Ln_ADDR_MASK (Ln_ENTRIES - 1)
sys/riscv/riscv/minidump_machdep.c
196
for (i = 0; i < Ln_ENTRIES; i++, pa += PAGE_SIZE) {
sys/riscv/riscv/minidump_machdep.c
202
for (i = 0; i < Ln_ENTRIES; i++) {
sys/riscv/riscv/minidump_machdep.c
299
for (i = 0; i < Ln_ENTRIES; i++) {
sys/riscv/riscv/pmap.c
172
#define NUL0E Ln_ENTRIES
sys/riscv/riscv/pmap.c
173
#define NUL1E (Ln_ENTRIES * NUL0E)
sys/riscv/riscv/pmap.c
174
#define NUL2E (Ln_ENTRIES * NUL1E)
sys/riscv/riscv/pmap.c
2377
PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
sys/riscv/riscv/pmap.c
2406
PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
sys/riscv/riscv/pmap.c
2407
PV_STAT(atomic_add_int(&pv_entry_spare, -(Ln_ENTRIES - 1)));
sys/riscv/riscv/pmap.c
2556
KASSERT(ml3->ref_count == Ln_ENTRIES,
sys/riscv/riscv/pmap.c
2853
for (mt = m; mt < &m[Ln_ENTRIES]; mt++)
sys/riscv/riscv/pmap.c
2997
for (int i = 0; i < Ln_ENTRIES; i++)
sys/riscv/riscv/pmap.c
3066
mpte->ref_count = Ln_ENTRIES;
sys/riscv/riscv/pmap.c
3084
for (i = 0; i < Ln_ENTRIES; i++)
sys/riscv/riscv/pmap.c
3095
for (i = 0; i < Ln_ENTRIES; i++)
sys/riscv/riscv/pmap.c
3107
reserve_pv_entries(pmap, Ln_ENTRIES - 1, lockp);
sys/riscv/riscv/pmap.c
3180
for (l3 = firstl3 + Ln_ENTRIES - 1; l3 > firstl3; l3--) {
sys/riscv/riscv/pmap.c
3471
if (mpte != NULL && mpte->ref_count == Ln_ENTRIES &&
sys/riscv/riscv/pmap.c
3547
for (pt_end = pte + Ln_ENTRIES; pte < pt_end; pte++) {
sys/riscv/riscv/pmap.c
3652
uwptpg->ref_count = Ln_ENTRIES;
sys/riscv/riscv/pmap.c
3885
(mpte == NULL || mpte->ref_count == Ln_ENTRIES) &&
sys/riscv/riscv/pmap.c
4269
pmap_resident_count_dec(pmap, Ln_ENTRIES);
sys/riscv/riscv/pmap.c
4274
for (mt = m; mt < &m[Ln_ENTRIES]; mt++)
sys/riscv/riscv/pmap.c
4284
KASSERT(mpte->ref_count == Ln_ENTRIES,
sys/riscv/riscv/pmap.c
4391
mt < &m[Ln_ENTRIES]; mt++)
sys/riscv/riscv/pmap.c
4731
(uintptr_t)pmap) & (Ln_ENTRIES - 1)) == 0 &&
sys/riscv/riscv/pmap.c
5537
for (i = pmap_l1_index(sva); i < Ln_ENTRIES; i++) {
sys/riscv/riscv/pmap.c
5559
for (j = pmap_l2_index(sva); j < Ln_ENTRIES; j++) {
sys/riscv/riscv/pmap.c
5575
for (k = pmap_l3_index(sva); k < Ln_ENTRIES; k++,
sys/riscv/riscv/pmap.c
624
l2slot = l1slot = Ln_ENTRIES; /* sentinel value */
sys/riscv/riscv/pmap.c
814
nkernl2 = howmany(howmany(kernlen, L2_SIZE), Ln_ENTRIES);
sys/riscv/riscv/pmap.c
826
Ln_ENTRIES);