HomeSort by: relevance | last modified time | path
    Searched defs:ste (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libkvm/
kvm_m68k_cmn.c 194 uint32_t ste, pte; local in function:vatop_030
217 if (_kvm_pread(kd, kd->pmfd, &ste, sizeof(ste),
218 _kvm_cmn_pa2off(kd, addr)) != sizeof(ste))
220 } else if (KREAD(kd, addr, &ste))
222 if ((ste & m->sg_v) == 0) {
223 _kvm_err(kd, 0, "invalid segment (%x)", ste);
227 addr = (ste & m->sg_frame) + (p * sizeof(u_int32_t));
230 * Address from STE is a physical address so don't use kvm_read.
256 uint32_t ste, pte local in function:vatop_040
    [all...]
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 84 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
165 ste = (st_entry_t *)kstpa;
166 este = &ste[kstsize * NPTEPG];
167 while (ste < este)
168 *ste++ = SG_NV;
178 ste = (st_entry_t *)kstpa;
179 ste = &ste[SG4_LEV1SIZE];
180 este = &ste[nl2desc];
182 while (ste < este)
    [all...]
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 90 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
169 ste = (st_entry_t *)kstpa;
170 este = &ste[kstsize * NPTEPG];
171 while (ste < este)
172 *ste++ = SG_NV;
182 ste = (st_entry_t *)kstpa;
183 ste = &ste[SG4_LEV1SIZE];
184 este = &ste[nl2desc];
186 while (ste < este)
    [all...]
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 93 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
214 ste = (st_entry_t *)kstpa;
215 este = &ste[kstsize * NPTEPG];
216 while (ste < este)
217 *ste++ = SG_NV;
227 ste = (st_entry_t *)kstpa;
228 ste = &ste[SG4_LEV1SIZE];
229 este = &ste[nl2desc];
231 while (ste < este)
    [all...]
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 88 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
166 ste = (st_entry_t *)kstpa;
167 este = &ste[kstsize * NPTEPG];
168 while (ste < este)
169 *ste++ = SG_NV;
179 ste = (st_entry_t *)kstpa;
180 ste = &ste[SG4_LEV1SIZE];
181 este = &ste[nl2desc];
183 while (ste < este)
    [all...]
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 89 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
166 ste = (st_entry_t *)kstpa;
167 este = &ste[kstsize * NPTEPG];
168 while (ste < este)
169 *ste++ = SG_NV;
179 ste = (st_entry_t *)kstpa;
180 ste = &ste[SG4_LEV1SIZE];
181 este = &ste[nl2desc];
183 while (ste < este)
    [all...]
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 104 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
223 ste = (st_entry_t *)kstpa;
224 este = &ste[kstsize * NPTEPG];
225 while (ste < este)
226 *ste++ = SG_NV;
236 ste = (st_entry_t *)kstpa;
237 ste = &ste[SG4_LEV1SIZE];
238 este = &ste[nl2desc];
240 while (ste < este)
    [all...]
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 99 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
177 ste = (st_entry_t *)kstpa;
178 este = &ste[kstsize * NPTEPG];
179 while (ste < este)
180 *ste++ = SG_NV;
190 ste = (st_entry_t *)kstpa;
191 ste = &ste[SG4_LEV1SIZE];
192 este = &ste[nl2desc];
194 while (ste < este)
    [all...]
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 93 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
187 ste = (st_entry_t *)kstpa;
188 este = &ste[kstsize * NPTEPG];
189 while (ste < este)
190 *ste++ = SG_NV;
200 ste = (st_entry_t *)kstpa;
201 ste = &ste[SG4_LEV1SIZE];
202 este = &ste[nl2desc];
204 while (ste < este)
    [all...]
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 121 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
222 ste = PA2VA(kstpa, st_entry_t *);
223 este = &ste[kstsize * NPTEPG];
224 while (ste < este)
225 *ste++ = SG_NV;
235 ste = PA2VA(kstpa, st_entry_t *);
236 ste = &ste[SG4_LEV1SIZE];
237 este = &ste[nl2desc];
239 while (ste < este)
    [all...]
  /src/sys/arch/powerpc/include/oea/
pte.h 131 struct ste { struct
137 struct ste st[8];
  /src/sys/dev/i2o/
iop.c 473 struct i2o_systab_entry *ste; local in function:iop_config_interrupts
518 for (i = 0, ste = iop_systab->entry; i < iop_cd.cd_ndevs; i++) {
524 ste->orgid = iop->sc_status.orgid;
525 ste->iopid = device_unit(iop->sc_dev) + 2;
526 ste->segnumber =
528 ste->iopcaps = iop->sc_status.iopcaps;
529 ste->inboundmsgframesize =
531 ste->inboundmsgportaddresslow =
533 ste++;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 87 * references so we use them when accessing STE/PTEs in the pmap_pte_*
1709 st_entry_t *ste; local in function:pmap_collect1
1748 printf("collect: freeing KPT page at %lx (ste %x@%p)\n",
1754 ste = pv->pv_ptste;
1763 printf("collect: freeing KPT page at %lx (ste %x@%p)\n",
1795 if (*ste != SG_NV)
1796 printf("collect: kernel STE at %p still valid (%x)\n",
1797 ste, *ste);
1798 ste = &Sysptmap[ste - pmap_ste(pmap_kernel(), 0)]
2086 st_entry_t *ste; local in function:pmap_remove_mapping
2531 st_entry_t *ste; local in function:pmap_enter_ptpage
    [all...]

Completed in 17 milliseconds